Rusty Red
#af2f0d
Rusty Red is a color with the hex code #af2f0d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #af2f0d | |
|---|---|---|
| RGB | rgb(175, 47, 13) | |
| HSL | hsl(13, 86%, 37%) | |
| CMYK | cmyk(0%, 73%, 93%, 31%) | |
| LAB | lab(41, 51, 49) | |
| OKLCH | oklch(0.5 0.17 34) |
Color harmonies
Tints & shades
Code snippets
color: #af2f0d;
background-color: #af2f0d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFAF2F0D)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.18, blue: 0.05, alpha: 1.0)