Brick red color: code #CB4154

Brick red

#CB4154

Color codes

  • HEX#CB4154
  • RGBrgb(203, 65, 84)
  • HSLhsl(352, 57%, 53%)
  • HSVhsv(352, 68%, 80%)
  • CMYKcmyk(0%, 68%, 59%, 20%)
  • LABlab(48.4% 55.5 20.2)
  • OKLCHoklch(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

White text Aa Bb Cc 123
4.74:1 · AA
Black text Aa Bb Cc 123
4.42:1 · large text only

Test other pairs in the contrast checker

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;
}