Shades of Venetian Red #BD0E13
Tints of Venetian Red #BD0E13
RGB
CMYK
RGB Variations
Color information
#BD0E13 (or 0xBD0E13) is known color: Venetian Red. HEX triplet: BD, 0E and 13. RGB value is (189,14,19). Sum of RGB (Red+Green+Blue) = 189+14+19=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0E13 is #42F1EC. Grayscale: #434343. Windows color (decimal): -4387309 or 1248957. OLE color: 1248957.
HSL color Cylindrical-coordinate representation of color #BD0E13: hue angle of 358.29º 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 #BD0E13 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 19 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.26 |
| HSL | 358.29º | 0.86% | 0.4% | - |
| HSV(B) | 358.29º | 0.93% | 0.74% | - |
| XYZ | 21.26 | 11.18 | 1.65 | - |
| YUV | 66.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 19 | 0 | 0.93 | 0.90 | 0.26 | 358.29 | 0.86 | 0.4 |
| Hex | BD | E | 13 | 0 | 5D | 5A | 1A | 166 | 56 | 28 |
| Octal | 275 | 16 | 23 | 0 | 135 | 132 | 32 | 546 | 126 | 50 |
| Binary | 10111101 | 1110 | 10011 | 0 | 1011101 | 1011010 | 11010 | 101100110 | 1010110 | 101000 |
Color Harmonies of #BD0E13
Complementary color
Monochromatic Colors of #BD0E13
Black with #BD0E13
Text Example
Text Example
White with #BD0E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E13; }
p { color: rgb(189,14,19); }
H1.HeaderClassName
{
color: #BD0E13;
}
.AnyTagClassName
{
color: #BD0E13;
}
</style>
background-color css
<style>
a { background-color: #BD0E13; }
a { background-color: rgb(189,14,19); }
div.DivClassName
{
background-color: #BD0E13;
}
.BgClassName
{
background-color: #BD0E13;
}
</style>
border-color css
<style>
span { border-color: #BD0E13; }
span { border-color: rgb(189,14,19); }
td.TdClassName
{
border-color: #BD0E13;
}
.TagClassName
{
border-color: #BD0E13;
}
</style>