Brick red color: code #CB4154
Brick red
#CB4154
Color codes
- HEX
#CB4154 - RGB
rgb(203, 65, 84) - HSL
hsl(352, 57%, 53%) - HSV
hsv(352, 68%, 80%) - CMYK
cmyk(0%, 68%, 59%, 20%) - LAB
lab(48.4% 55.5 20.2) - OKLCH
oklch(57.7% 0.174 16.6)
About the color Brick red
Brick red has the HEX code #CB4154, which corresponds to rgb(203, 65, 84) in the RGB model. On the color wheel its hue sits at 352°, with 57% saturation and 53% lightness (hsl(352, 57%, 53%)).
Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.
As a background it calls for light text: white reaches a 4.74:1 contrast ratio on it, versus 4.42:1 for black.
For print, the approximate conversion is cmyk(0%, 68%, 59%, 20%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Brick red
Complementary
#CB4154 · #43CBB9
Analogous
#CB4399 · #CB4154 · #CB7543
Triadic
#CB4154 · #55CB43 · #4355CB
Tetradic
#CB4154 · #99CB43 · #43CBB9 · #7543CB
Split-complementary
#CB4154 · #43CB75 · #4399CB
Monochromatic
#701F2A · #AC2F40 · #CB4154 · #DC7F8B · #ECBBC2
Brick red with white and black text
How to use it in CSS
:root {
--color-brick-red: #CB4154;
--color-brick-red-rgb: 203, 65, 84;
}
.elemento {
background-color: var(--color-brick-red);
color: #FFFFFF;
}