Color: #B12105
#B12105 Color Information
#B12105 is a dark color. The closest websafe version is #B12105. A complement of this color would be #0596B3, perceived brightness is 0.29, and the grayscale version is #5B5B5B.
In the HSL color space, this color has a hue angle of 10°,a saturation of 95%, and a lightness of 36%.The HSV representation shows a hue of 10°, a saturation of 97%, and a value of 69%.
In a RGB color space, #B12105 is composed of 69% red, 13% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 97% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 10.88, x: 0.6273, and y: 0.3451.
Color Code #B12105
Shades of Color #B12105
Shades are created by darkening the original color #B12105 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 #B12105
Tints are created by lightening the original color #B12105 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 #B12105 Color Code
In the HSL color space, this color has a hue angle of 10°, a saturation of 95%, and a lightness of 36%. The HSV representation shows a hue of 10°, a saturation of 97%, and a value of 69%.
- HEX: #B12105
- RGB: rgb(177, 33, 5)
- HSL: hsl(10, 95%, 36%)
- HSV: hsv(10, 97%, 69%)
- CMYK: 0.00% cyan, 81.00% magenta, 97.00% yellow, 31.00% black
- XYZ: 19.78, 10.88, 0.87
- Yxy: 10.88, 0.6273, 0.3451
- Hunter Lab: 39.38, 56.17, 51.65
- CIE-Lab: 39.38, 56.17, 51.65
In the XYZ color space, this color is represented as X: 19.78, Y: 10.88, Z: 0.87. The Yxy representation further refines this as Y: 10.88, x: 0.6273, and y: 0.3451.
In the Hunter Lab color space, this color is represented as L: 39.38, a: 56.17, and b: 51.65. Similarly, in the CIE-Lab color space, it is represented as L: 39.38, a: 56.17, and b: 51.65.
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 #B12105
Triadic colors are three colors evenly spaced around the color wheel, including #B12105. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B12105
Split complementary colors are two colors adjacent to the complementary color of #B12105. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B12105
Monochromatic colors are variations of #B12105, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B12105
The complementary color of #B12105 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 #B12105
/* Using HEX */ body { background-color: #b12105; }
/* Using RGB */ body { background-color: rgb(177, 33, 5); }
/* Using RGB with opacity */ body { background-color: rgba(177, 33, 5, 0.5); }
/* Using HSL */ body { background-color: hsl(10, 95%, 36%); }
/* Text color */ p { color: #b12105; }
/* Box shadow */ div { box-shadow: 4px 4px #b12105; }
/* Border color */ .box { border: 4px solid #b12105; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b12105; }
/* Background with text */ div { background: #b12105; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B12105
<!-- Using HEX --> <div style="background-color: #b12105; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(177, 33, 5); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(177, 33, 5, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(10, 95%, 36%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b12105;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b12105; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b12105; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b12105;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b12105; color: #fff; padding: 16px; border-radius: 8px;"> #B12105 </div>
Related Colors of #B12105
These colors are similar to #B12105, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.