Color: #B21048
#B21048 Color Information
#B21048 is a dark color. The closest websafe version is #B21048. A complement of this color would be #10B279, perceived brightness is 0.28, and the grayscale version is #616161.
In the HSL color space, this color has a hue angle of 339°,a saturation of 84%, and a lightness of 38%.The HSV representation shows a hue of 339°, a saturation of 91%, and a value of 70%.
In a RGB color space, #B21048 is composed of 70% red, 6% green and 28% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 60% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 10.67, x: 0.5626, and y: 0.2922.
Color Code #B21048
Shades of Color #B21048
Shades are created by darkening the original color #B21048 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 #B21048
Tints are created by lightening the original color #B21048 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 #B21048 Color Code
In the HSL color space, this color has a hue angle of 339°, a saturation of 84%, and a lightness of 38%. The HSV representation shows a hue of 339°, a saturation of 91%, and a value of 70%.
- HEX: #B21048
- RGB: rgb(178, 16, 72)
- HSL: hsl(339, 84%, 38%)
- HSV: hsv(339, 91%, 70%)
- CMYK: 0.00% cyan, 91.00% magenta, 60.00% yellow, 30.00% black
- XYZ: 20.54, 10.67, 5.30
- Yxy: 10.67, 0.5626, 0.2922
- Hunter Lab: 39.02, 61.47, 14.77
- CIE-Lab: 39.02, 61.47, 14.77
In the XYZ color space, this color is represented as X: 20.54, Y: 10.67, Z: 5.30. The Yxy representation further refines this as Y: 10.67, x: 0.5626, and y: 0.2922.
In the Hunter Lab color space, this color is represented as L: 39.02, a: 61.47, and b: 14.77. Similarly, in the CIE-Lab color space, it is represented as L: 39.02, a: 61.47, and b: 14.77.
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 #B21048
Triadic colors are three colors evenly spaced around the color wheel, including #B21048. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B21048
Split complementary colors are two colors adjacent to the complementary color of #B21048. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B21048
Monochromatic colors are variations of #B21048, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B21048
The complementary color of #B21048 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 #B21048
/* Using HEX */ body { background-color: #b21048; }
/* Using RGB */ body { background-color: rgb(178, 16, 72); }
/* Using RGB with opacity */ body { background-color: rgba(178, 16, 72, 0.5); }
/* Using HSL */ body { background-color: hsl(339, 84%, 38%); }
/* Text color */ p { color: #b21048; }
/* Box shadow */ div { box-shadow: 4px 4px #b21048; }
/* Border color */ .box { border: 4px solid #b21048; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b21048; }
/* Background with text */ div { background: #b21048; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B21048
<!-- Using HEX --> <div style="background-color: #b21048; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 16, 72); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 16, 72, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(339, 84%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b21048;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b21048; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b21048; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b21048;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b21048; color: #fff; padding: 16px; border-radius: 8px;"> #B21048 </div>
Related Colors of #B21048
These colors are similar to #B21048, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.