Color: #B32223
#B32223 Color Information
#B32223 is a dark color. The closest websafe version is #B32223. A complement of this color would be #22B4B4, perceived brightness is 0.30, and the grayscale version is #6A6A6A.
In the HSL color space, this color has a hue angle of 360°,a saturation of 68%, and a lightness of 42%.The HSV representation shows a hue of 360°, a saturation of 81%, and a value of 70%.
In a RGB color space, #B32223 is composed of 70% red, 13% green and 14% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 80% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 11.28, x: 0.6073, and y: 0.3340.
Color Code #B32223
Shades of Color #B32223
Shades are created by darkening the original color #B32223 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 #B32223
Tints are created by lightening the original color #B32223 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 #B32223 Color Code
In the HSL color space, this color has a hue angle of 360°, a saturation of 68%, and a lightness of 42%. The HSV representation shows a hue of 360°, a saturation of 81%, and a value of 70%.
- HEX: #B32223
- RGB: rgb(179, 34, 35)
- HSL: hsl(360, 68%, 42%)
- HSV: hsv(360, 81%, 70%)
- CMYK: 0.00% cyan, 81.00% magenta, 80.00% yellow, 30.00% black
- XYZ: 20.51, 11.28, 1.98
- Yxy: 11.28, 0.6073, 0.3340
- Hunter Lab: 40.05, 56.91, 38.91
- CIE-Lab: 40.05, 56.91, 38.91
In the XYZ color space, this color is represented as X: 20.51, Y: 11.28, Z: 1.98. The Yxy representation further refines this as Y: 11.28, x: 0.6073, and y: 0.3340.
In the Hunter Lab color space, this color is represented as L: 40.05, a: 56.91, and b: 38.91. Similarly, in the CIE-Lab color space, it is represented as L: 40.05, a: 56.91, and b: 38.91.
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 #B32223
Triadic colors are three colors evenly spaced around the color wheel, including #B32223. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B32223
Split complementary colors are two colors adjacent to the complementary color of #B32223. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B32223
Monochromatic colors are variations of #B32223, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B32223
The complementary color of #B32223 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 #B32223
/* Using HEX */ body { background-color: #b32223; }
/* Using RGB */ body { background-color: rgb(179, 34, 35); }
/* Using RGB with opacity */ body { background-color: rgba(179, 34, 35, 0.5); }
/* Using HSL */ body { background-color: hsl(360, 68%, 42%); }
/* Text color */ p { color: #b32223; }
/* Box shadow */ div { box-shadow: 4px 4px #b32223; }
/* Border color */ .box { border: 4px solid #b32223; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b32223; }
/* Background with text */ div { background: #b32223; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B32223
<!-- Using HEX --> <div style="background-color: #b32223; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 34, 35); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 34, 35, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(360, 68%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b32223;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b32223; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b32223; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b32223;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b32223; color: #fff; padding: 16px; border-radius: 8px;"> #B32223 </div>
Related Colors of #B32223
These colors are similar to #B32223, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.