Color: #B9031F
#B9031F Color Information
#B9031F is a dark color. The closest websafe version is #B9031F. A complement of this color would be #03BA9E, perceived brightness is 0.24, and the grayscale version is #5E5E5E.
In the HSL color space, this color has a hue angle of 351°,a saturation of 97%, and a lightness of 37%.The HSV representation shows a hue of 351°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B9031F is composed of 73% red, 1% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 83% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 10.94, x: 0.6293, and y: 0.3219.
Color Code #B9031F
Shades of Color #B9031F
Shades are created by darkening the original color #B9031F in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #B9031F
Tints are created by lightening the original color #B9031F in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #B9031F Color Code
In the HSL color space, this color has a hue angle of 351°, a saturation of 97%, and a lightness of 37%. The HSV representation shows a hue of 351°, a saturation of 98%, and a value of 73%.
- HEX: #B9031F
- RGB: rgb(185, 3, 31)
- HSL: hsl(351, 97%, 37%)
- HSV: hsv(351, 98%, 73%)
- CMYK: 0.00% cyan, 98.00% magenta, 83.00% yellow, 27.00% black
- XYZ: 21.39, 10.94, 1.66
- Yxy: 10.94, 0.6293, 0.3219
- Hunter Lab: 39.48, 63.51, 41.23
- CIE-Lab: 39.48, 63.51, 41.23
In the XYZ color space, this color is represented as X: 21.39, Y: 10.94, Z: 1.66. The Yxy representation further refines this as Y: 10.94, x: 0.6293, and y: 0.3219.
In the Hunter Lab color space, this color is represented as L: 39.48, a: 63.51, and b: 41.23. Similarly, in the CIE-Lab color space, it is represented as L: 39.48, a: 63.51, and b: 41.23.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #B9031F
Triadic colors are three colors evenly spaced around the color wheel, including #B9031F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B9031F
Monochromatic colors are variations of #B9031F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B9031F
The complementary color of #B9031F is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #B9031F
/* Using HEX */ body { background-color: #b9031f; }
/* Using RGB */ body { background-color: rgb(185, 3, 31); }
/* Using RGB with opacity */ body { background-color: rgba(185, 3, 31, 0.5); }
/* Using HSL */ body { background-color: hsl(351, 97%, 37%); }
/* Text color */ p { color: #b9031f; }
/* Box shadow */ div { box-shadow: 4px 4px #b9031f; }
HTML Examples of #B9031F
<!-- Using HEX --> <div style="background-color: #b9031f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(185, 3, 31); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(185, 3, 31, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(351, 97%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b9031f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b9031f; width: 100px; height: 100px;"></div>
Related Colors of #B9031F
These colors are similar to #B9031F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.