Shades of Venetian Red #BD000E
Tints of Venetian Red #BD000E
RGB
CMYK
RGB Variations
Color information
#BD000E (or 0xBD000E) is known color: Venetian Red. HEX triplet: BD, 00 and 0E. RGB value is (189,0,14). Sum of RGB (Red+Green+Blue) = 189+0+14=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD000E is #42FFF1. Grayscale: #3A3A3A. Windows color (decimal): -4390898 or 917693. OLE color: 917693.
HSL color Cylindrical-coordinate representation of color #BD000E: hue angle of 355.56º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.26 |
| HSL | 355.56º | 1% | 0.37% | - |
| HSV(B) | 355.56º | 1% | 0.74% | - |
| XYZ | 21.07 | 10.85 | 1.4 | - |
| YUV | 58.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 14 | 0 | 1 | 0.93 | 0.26 | 355.56 | 1 | 0.37 |
| Hex | BD | 0 | E | 0 | 64 | 5D | 1A | 164 | 64 | 25 |
| Octal | 275 | 0 | 16 | 0 | 144 | 135 | 32 | 544 | 144 | 45 |
| Binary | 10111101 | 0 | 1110 | 0 | 1100100 | 1011101 | 11010 | 101100100 | 1100100 | 100101 |
Color Harmonies of #BD000E
Complementary color
Monochromatic Colors of #BD000E
Black with #BD000E
Text Example
Text Example
White with #BD000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD000E; }
p { color: rgb(189,0,14); }
H1.HeaderClassName
{
color: #BD000E;
}
.AnyTagClassName
{
color: #BD000E;
}
</style>
background-color css
<style>
a { background-color: #BD000E; }
a { background-color: rgb(189,0,14); }
div.DivClassName
{
background-color: #BD000E;
}
.BgClassName
{
background-color: #BD000E;
}
</style>
border-color css
<style>
span { border-color: #BD000E; }
span { border-color: rgb(189,0,14); }
td.TdClassName
{
border-color: #BD000E;
}
.TagClassName
{
border-color: #BD000E;
}
</style>