Shades of Venetian Red #BD0E15
Tints of Venetian Red #BD0E15
RGB
CMYK
RGB Variations
Color information
#BD0E15 (or 0xBD0E15) is known color: Venetian Red. HEX triplet: BD, 0E and 15. RGB value is (189,14,21). Sum of RGB (Red+Green+Blue) = 189+14+21=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0E15 is #42F1EA. Grayscale: #434343. Windows color (decimal): -4387307 or 1380029. OLE color: 1380029.
HSL color Cylindrical-coordinate representation of color #BD0E15: hue angle of 357.6º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0E15 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 21 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.26 |
| HSL | 357.6º | 0.86% | 0.4% | - |
| HSV(B) | 357.6º | 0.93% | 0.74% | - |
| XYZ | 21.28 | 11.19 | 1.75 | - |
| YUV | 67.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 21 | 0 | 0.93 | 0.89 | 0.26 | 357.6 | 0.86 | 0.4 |
| Hex | BD | E | 15 | 0 | 5D | 59 | 1A | 166 | 56 | 28 |
| Octal | 275 | 16 | 25 | 0 | 135 | 131 | 32 | 546 | 126 | 50 |
| Binary | 10111101 | 1110 | 10101 | 0 | 1011101 | 1011001 | 11010 | 101100110 | 1010110 | 101000 |
Color Harmonies of #BD0E15
Complementary color
Monochromatic Colors of #BD0E15
Black with #BD0E15
Text Example
Text Example
White with #BD0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E15; }
p { color: rgb(189,14,21); }
H1.HeaderClassName
{
color: #BD0E15;
}
.AnyTagClassName
{
color: #BD0E15;
}
</style>
background-color css
<style>
a { background-color: #BD0E15; }
a { background-color: rgb(189,14,21); }
div.DivClassName
{
background-color: #BD0E15;
}
.BgClassName
{
background-color: #BD0E15;
}
</style>
border-color css
<style>
span { border-color: #BD0E15; }
span { border-color: rgb(189,14,21); }
td.TdClassName
{
border-color: #BD0E15;
}
.TagClassName
{
border-color: #BD0E15;
}
</style>