Shades of Venetian Red #BD0E0F
Tints of Venetian Red #BD0E0F
RGB
CMYK
RGB Variations
Color information
#BD0E0F (or 0xBD0E0F) is known color: Venetian Red. HEX triplet: BD, 0E and 0F. RGB value is (189,14,15). Sum of RGB (Red+Green+Blue) = 189+14+15=218 (28% of max value = 765). Red value is 189 (74.22% from 255 or 86.70% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0E0F is #42F1F0. Grayscale: #424242. Windows color (decimal): -4387313 or 986813. OLE color: 986813.
HSL color Cylindrical-coordinate representation of color #BD0E0F: hue angle of 359.66º 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 #BD0E0F is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 15 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.26 |
| HSL | 359.66º | 0.86% | 0.4% | - |
| HSV(B) | 359.66º | 0.93% | 0.74% | - |
| XYZ | 21.23 | 11.17 | 1.49 | - |
| YUV | 66.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 15 | 0 | 0.93 | 0.92 | 0.26 | 359.66 | 0.86 | 0.4 |
| Hex | BD | E | F | 0 | 5D | 5C | 1A | 168 | 56 | 28 |
| Octal | 275 | 16 | 17 | 0 | 135 | 134 | 32 | 550 | 126 | 50 |
| Binary | 10111101 | 1110 | 1111 | 0 | 1011101 | 1011100 | 11010 | 101101000 | 1010110 | 101000 |
Color Harmonies of #BD0E0F
Complementary color
Monochromatic Colors of #BD0E0F
Black with #BD0E0F
Text Example
Text Example
White with #BD0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E0F; }
p { color: rgb(189,14,15); }
H1.HeaderClassName
{
color: #BD0E0F;
}
.AnyTagClassName
{
color: #BD0E0F;
}
</style>
background-color css
<style>
a { background-color: #BD0E0F; }
a { background-color: rgb(189,14,15); }
div.DivClassName
{
background-color: #BD0E0F;
}
.BgClassName
{
background-color: #BD0E0F;
}
</style>
border-color css
<style>
span { border-color: #BD0E0F; }
span { border-color: rgb(189,14,15); }
td.TdClassName
{
border-color: #BD0E0F;
}
.TagClassName
{
border-color: #BD0E0F;
}
</style>