Brick Red
#8f1402
Brick Red, represented by the hex value #8f1402, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8f1402 | |
|---|---|---|
| RGB | rgb(143, 20, 2) | |
| HSL | hsl(8, 97%, 28%) | |
| CMYK | cmyk(0%, 86%, 99%, 44%) | |
| LAB | lab(31, 49, 44) | |
| OKLCH | oklch(0.42 0.159 31) |
Color harmonies
Tints & shades
Code snippets
color: #8f1402;
background-color: #8f1402;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8F1402)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.08, blue: 0.01, alpha: 1.0)