How to Draw a 16×16 Golden Crossguard Rapier in Pixel Art
This ornate 16×16 rapier balances three strong shapes: a broad reflective blade, a narrow upper guard hook, and a much wider lower quillon. The two guard branches use the same amber and gold palette, but their different widths keep the hilt readable instead of turning it into one symmetrical cross.
The finished CC0 reference contains 102 visible pixels and 12 visible
colours. We will build it in five stages. Coordinates use (x, y) with (0, 0) at the top-left.
Explore the complete drawing history
Move through the saved states to understand the order before drawing. Use Show changes to isolate the two guard branches: they are deliberately built in separate stages.
Step 1: block the steel blade
Begin with a three-pixel black cap across x0–2 on row 0. The blade then travels down-right as a broad strip:
- Row 1: black at x0 and x3, steel at x1–2.
- Row 2: black at x0 and x4, steel at x1–3.
- Rows 3–8: a five-cell strip with black edges and three steel cells inside.
- Row 9: black at x7, steel at x8–10.
- Row 10: black at x8, steel at x9.
Use base steel #A5C9C9 for every interior cell. A single-value block makes
the silhouette easy to judge and keeps the ornate guard from distracting you
too early.
Step 2: carve the reflective facets
Replace the flat fill with a structured zigzag. The brightest shine #F4FEFE appears at (4,3), (3,4), (5,4), (4,5), (6,5), and (5,6).
Light steel #CEECEC supports it at (3,2), (2,3), (7,6), (6,7), (8,7), and (7,8).
Run blue steel #608888 through (2,2), (3,3), and (7,7). Put the deepest
joint values at (8,8) in deep steel #476367 and (9,9) in charcoal #2F4049. The final shadow pixels at (10,9) and (9,10) lead directly into
the gold collar.
This value layout makes the blade look folded or bevelled. The reflections cross the blade face while the dark values collect near the hilt.
Step 3: grow the upper guard hook
Start the top branch with black at (10,5) and (11,5). Move down-right using
amber at (11,6) and (11,7), enclosing those cells with black at x10 and x12.
At row 7, extend the black top edge through x13–14. Then place gold at (11,8),
amber at (13,8), gold at (11,9), amber at (12,9), and finish the inner
joint with gold at (10,10) plus amber at (11,10).
The transparent holes between these marks create the hook. Filling them would turn the branch into a thick paddle.
Step 4: balance the lower quillon
The lower branch starts farther left. Draw black from (5,10) through (8,10).
On row 11, place:
- black at x5 and x12;
- amber at x6–7 and x10;
- gold at x8–9 and x11.
Close the branch with black at (6,12), (7,12), (8,12), amber at (9,12),
black at (10,12) and (11,12), then a final amber hook at (8,13) surrounded
by black.
This lower branch is deliberately wider than the upper one. The asymmetry gives the small hilt a crafted, swept-metal appearance.
Step 5: add the grip and pommel
Place dark leather at (12,12), copper at (13,13), and gold at (14,14).
These three warm pixels form the grip axis. Surround them with black, including
the three-pixel pommel cap across (13,15) to (15,15).
The brightest gold is saved for (14,14), so the eye sees a clear endpoint
after following the blade and guard diagonals.
Exact row blueprint
| Row | Final non-transparent pixels |
|---|---|
| 0 | x0–2 outline |
| 1 | x0 outline, x1–2 base steel, x3 outline |
| 2 | x0 outline, x1 base steel, x2 blue steel, x3 light steel, x4 outline |
| 3 | x1 outline, x2 light steel, x3 blue steel, x4 shine, x5 outline |
| 4 | x2 outline, x3 shine, x4 shadow steel, x5 shine, x6 outline |
| 5 | x3 outline, x4 shine, x5 shadow steel, x6 shine, x7 outline; x10–11 outline |
| 6 | x4 outline, x5 shine, x6 shadow steel, x7 light steel, x8 outline; x10 outline, x11 amber, x12 outline |
| 7 | x5 outline, x6 light steel, x7 blue steel, x8 light steel, x9–10 outline, x11 amber, x12–14 outline |
| 8 | x6 outline, x7 light steel, x8 deep steel, x9 base steel, x10 outline, x11 gold, x12 outline, x13 amber, x14 outline |
| 9 | x7 outline, x8 base steel, x9 charcoal, x10 shadow steel, x11 gold, x12 amber, x13 outline |
| 10 | x5–8 outline, x9 shadow steel, x10 gold, x11 amber, x12 outline |
| 11 | x5 outline, x6–7 amber, x8–9 gold, x10 amber, x11 gold, x12 outline |
| 12 | x6–8 outline, x9 amber, x10–11 outline, x12 leather, x13 outline |
| 13 | x7 outline, x8 amber, x9 outline, x12 outline, x13 copper, x14–15 outline |
| 14 | x7–8 outline, x13 outline, x14 gold, x15 outline |
| 15 | x13–15 outline |
Watch both guard branches appear
The automatic component paints and recolours every stage one pixel at a time. Pause after the upper hook to compare its narrow rhythm with the much wider lower quillon.
Automatic drawing
Start with an empty 16×16 canvas
Draw the weapon yourself
The practice editor includes the complete 12-colour palette. Build the blade first, then use Diff to correct the black negative spaces inside the guard before placing the final grip colours.
Draw the golden crossguard rapier yourself
Rebuild all 102 visible pixels. Use Diff view to separate blade facets from the two guard branches.
Lessons for ornate pixel weapons
- Use one flat block to confirm blade geometry. Reflections come after the silhouette works.
- Separate ornament into branches. Building each quillon independently prevents an unreadable hilt cluster.
- Let empty cells shape hooks. Negative space is part of the guard design.
- Balance without mirroring. A narrow upper hook and broad lower quillon can still feel stable.
- Save the brightest warm value for one endpoint. The gold pommel completes the eye path.
The source sprite is by Shade and is released under CC0 on OpenGameArt. The final tutorial frame matches every source cell exactly.