Brick by Brick
#b22122
Brick by Brick, represented by the hex value #b22122, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b22122 | |
|---|---|---|
| RGB | rgb(178, 33, 34) | |
| HSL | hsl(360, 69%, 41%) | |
| CMYK | cmyk(0%, 81%, 81%, 30%) | |
| LAB | lab(40, 57, 39) | |
| OKLCH | oklch(0.5 0.18 27) |
Color harmonies
Tints & shades
Code snippets
color: #b22122;
background-color: #b22122;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB22122)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.13, blue: 0.13, alpha: 1.0)