Bricky Brick
#b33a22
Bricky Brick, represented by the hex value #b33a22, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b33a22 | |
|---|---|---|
| RGB | rgb(179, 58, 34) | |
| HSL | hsl(10, 68%, 42%) | |
| CMYK | cmyk(0%, 68%, 81%, 30%) | |
| LAB | lab(43, 49, 42) | |
| OKLCH | oklch(0.52 0.161 33) |
Color harmonies
Tints & shades
Code snippets
color: #b33a22;
background-color: #b33a22;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB33A22)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.23, blue: 0.13, alpha: 1.0)