Fire Brick (Red)
#B32100
RGB: 179, 33, 0
Color OverviewHEX #B32100

#B32100 Color Code Information

In the RGB color space, #B32100 is composed of 70% red, 13% green, and 0% blue. In the HSL color space, it has a hue of 11°, saturation of 100%, and lightness of 35%.

HEX
#B32100
RGB
179, 33, 0
HSL
11°, 100%, 35%
HSV
11°, 100%, 70%
CMYK
0%, 82%, 100%, 30%
Name Match
Fire Brick
Closest Standard

Shades of #B32100 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #B32100 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #B32100 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #B32100

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #B32100 Background
Contrast Ratio against Pure White (#FFFFFF):6.7 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B32100 Background
Contrast Ratio against Pure Black (#000000):3.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #B32100;
}

.element {
  color: #B32100;
  background-color: #B32100;
  border-color: #B32100;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#B32100] text-[#B32100] border-[#B32100]">
  Content styled with #B32100
</div>