Color: #B92B14
#B92B14 Color Information
#B92B14 is a dark color. The closest websafe version is #B92B14. A complement of this color would be #14A2B8, perceived brightness is 0.32, and the grayscale version is #676767.
In the HSL color space, this color has a hue angle of 8°,a saturation of 80%, and a lightness of 40%.The HSV representation shows a hue of 8°, a saturation of 89%, and a value of 73%.
In a RGB color space, #B92B14 is composed of 73% red, 17% green and 8% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 89% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 12.57, x: 0.6135, and y: 0.3475.
Color Code #B92B14
Shades of Color #B92B14
Shades are created by darkening the original color #B92B14 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 #B92B14
Tints are created by lightening the original color #B92B14 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 #B92B14 Color Code
In the HSL color space, this color has a hue angle of 8°, a saturation of 80%, and a lightness of 40%. The HSV representation shows a hue of 8°, a saturation of 89%, and a value of 73%.
- HEX: #B92B14
- RGB: rgb(185, 43, 20)
- HSL: hsl(8, 80%, 40%)
- HSV: hsv(8, 89%, 73%)
- CMYK: 0.00% cyan, 77.00% magenta, 89.00% yellow, 27.00% black
- XYZ: 22.19, 12.57, 1.41
- Yxy: 12.57, 0.6135, 0.3475
- Hunter Lab: 42.11, 55.93, 48.67
- CIE-Lab: 42.11, 55.93, 48.67
In the XYZ color space, this color is represented as X: 22.19, Y: 12.57, Z: 1.41. The Yxy representation further refines this as Y: 12.57, x: 0.6135, and y: 0.3475.
In the Hunter Lab color space, this color is represented as L: 42.11, a: 55.93, and b: 48.67. Similarly, in the CIE-Lab color space, it is represented as L: 42.11, a: 55.93, and b: 48.67.
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 #B92B14
Triadic colors are three colors evenly spaced around the color wheel, including #B92B14. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B92B14
Split complementary colors are two colors adjacent to the complementary color of #B92B14. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B92B14
Monochromatic colors are variations of #B92B14, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B92B14
The complementary color of #B92B14 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 #B92B14
/* Using HEX */ body { background-color: #b92b14; }
/* Using RGB */ body { background-color: rgb(185, 43, 20); }
/* Using RGB with opacity */ body { background-color: rgba(185, 43, 20, 0.5); }
/* Using HSL */ body { background-color: hsl(8, 80%, 40%); }
/* Text color */ p { color: #b92b14; }
/* Box shadow */ div { box-shadow: 4px 4px #b92b14; }
/* Border color */ .box { border: 4px solid #b92b14; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b92b14; }
/* Background with text */ div { background: #b92b14; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B92B14
<!-- Using HEX --> <div style="background-color: #b92b14; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(185, 43, 20); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(185, 43, 20, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(8, 80%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b92b14;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b92b14; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b92b14; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b92b14;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b92b14; color: #fff; padding: 16px; border-radius: 8px;"> #B92B14 </div>
Related Colors of #B92B14
These colors are similar to #B92B14, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.