Color: #B10E5E
#B10E5E Color Information
#B10E5E is a dark color. The closest websafe version is #B10E5E. A complement of this color would be #0EAF61, perceived brightness is 0.28, and the grayscale version is #606060.
In the HSL color space, this color has a hue angle of 331°,a saturation of 85%, and a lightness of 37%.The HSV representation shows a hue of 331°, a saturation of 92%, and a value of 69%.
In a RGB color space, #B10E5E is composed of 69% red, 5% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 92% magenta, 47% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 10.78, x: 0.5187, and y: 0.2670.
Color Code #B10E5E
Shades of Color #B10E5E
Shades are created by darkening the original color #B10E5E 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 #B10E5E
Tints are created by lightening the original color #B10E5E 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 #B10E5E Color Code
In the HSL color space, this color has a hue angle of 331°, a saturation of 85%, and a lightness of 37%. The HSV representation shows a hue of 331°, a saturation of 92%, and a value of 69%.
- HEX: #B10E5E
- RGB: rgb(177, 14, 94)
- HSL: hsl(331, 85%, 37%)
- HSV: hsv(331, 92%, 69%)
- CMYK: 0.00% cyan, 92.00% magenta, 47.00% yellow, 31.00% black
- XYZ: 20.94, 10.78, 8.65
- Yxy: 10.78, 0.5187, 0.2670
- Hunter Lab: 39.20, 62.62, 0.88
- CIE-Lab: 39.20, 62.62, 0.88
In the XYZ color space, this color is represented as X: 20.94, Y: 10.78, Z: 8.65. The Yxy representation further refines this as Y: 10.78, x: 0.5187, and y: 0.2670.
In the Hunter Lab color space, this color is represented as L: 39.20, a: 62.62, and b: 0.88. Similarly, in the CIE-Lab color space, it is represented as L: 39.20, a: 62.62, and b: 0.88.
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 #B10E5E
Triadic colors are three colors evenly spaced around the color wheel, including #B10E5E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B10E5E
Monochromatic colors are variations of #B10E5E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B10E5E
The complementary color of #B10E5E 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 #B10E5E
/* Using HEX */ body { background-color: #b10e5e; }
/* Using RGB */ body { background-color: rgb(177, 14, 94); }
/* Using RGB with opacity */ body { background-color: rgba(177, 14, 94, 0.5); }
/* Using HSL */ body { background-color: hsl(331, 85%, 37%); }
/* Text color */ p { color: #b10e5e; }
/* Box shadow */ div { box-shadow: 4px 4px #b10e5e; }
/* Border color */ .box { border: 4px solid #b10e5e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b10e5e; }
/* Background with text */ div { background: #b10e5e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B10E5E
<!-- Using HEX --> <div style="background-color: #b10e5e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(177, 14, 94); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(177, 14, 94, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(331, 85%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b10e5e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b10e5e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b10e5e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b10e5e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b10e5e; color: #fff; padding: 16px; border-radius: 8px;"> #B10E5E </div>
Related Colors of #B10E5E
These colors are similar to #B10E5E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.