Hex Color #B1041F - Custom Color

Color Codes

HEX
#B1041F
RGB
rgb(177, 4, 31)
HSL
hsl(351, 96%, 35%)
CMYK
cmyk(0%, 98%, 82%, 31%)
HSV
hsv(351, 98%, 69%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 7.22:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 2.91:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #B1041F;
color: #B1041F;
border-color: #B1041F;
}

Tailwind CSS (with arbitrary values)

bg-[#B1041F]
text-[#B1041F]
border-[#B1041F]
// Example usage:
<div className="bg-[#B1041F]">