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