Color: #BE011C
#BE011C Color Information
#BE011C is a dark color. The closest websafe version is #BE011C. A complement of this color would be #01BCA0, perceived brightness is 0.24, and the grayscale version is #606060.
In the HSL color space, this color has a hue angle of 351°,a saturation of 99%, and a lightness of 37%.The HSV representation shows a hue of 351°, a saturation of 99%, and a value of 75%.
In a RGB color space, #BE011C is composed of 75% red, 0% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 99% magenta, 85% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 11.55, x: 0.6334, and y: 0.3233.
Color Code #BE011C
Shades of Color #BE011C
Shades are created by darkening the original color #BE011C 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 #BE011C
Tints are created by lightening the original color #BE011C 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 #BE011C Color Code
In the HSL color space, this color has a hue angle of 351°, a saturation of 99%, and a lightness of 37%. The HSV representation shows a hue of 351°, a saturation of 99%, and a value of 75%.
- HEX: #BE011C
- RGB: rgb(190, 1, 28)
- HSL: hsl(351, 99%, 37%)
- HSV: hsv(351, 99%, 75%)
- CMYK: 0.00% cyan, 99.00% magenta, 85.00% yellow, 25.00% black
- XYZ: 22.63, 11.55, 1.55
- Yxy: 11.55, 0.6334, 0.3233
- Hunter Lab: 40.49, 64.93, 44.24
- CIE-Lab: 40.49, 64.93, 44.24
In the XYZ color space, this color is represented as X: 22.63, Y: 11.55, Z: 1.55. The Yxy representation further refines this as Y: 11.55, x: 0.6334, and y: 0.3233.
In the Hunter Lab color space, this color is represented as L: 40.49, a: 64.93, and b: 44.24. Similarly, in the CIE-Lab color space, it is represented as L: 40.49, a: 64.93, and b: 44.24.
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 #BE011C
Triadic colors are three colors evenly spaced around the color wheel, including #BE011C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BE011C
Split complementary colors are two colors adjacent to the complementary color of #BE011C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BE011C
Monochromatic colors are variations of #BE011C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BE011C
The complementary color of #BE011C 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 #BE011C
/* Using HEX */ body { background-color: #be011c; }
/* Using RGB */ body { background-color: rgb(190, 1, 28); }
/* Using RGB with opacity */ body { background-color: rgba(190, 1, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(351, 99%, 37%); }
/* Text color */ p { color: #be011c; }
/* Box shadow */ div { box-shadow: 4px 4px #be011c; }
/* Border color */ .box { border: 4px solid #be011c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #be011c; }
/* Background with text */ div { background: #be011c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BE011C
<!-- Using HEX --> <div style="background-color: #be011c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 1, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 1, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(351, 99%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #be011c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #be011c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #be011c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #be011c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #be011c; color: #fff; padding: 16px; border-radius: 8px;"> #BE011C </div>
Related Colors of #BE011C
These colors are similar to #BE011C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.