Shades of Venetian Red #BD0E1D
Tints of Venetian Red #BD0E1D
RGB
CMYK
RGB Variations
Color information
#BD0E1D (or 0xBD0E1D) is known color: Venetian Red. HEX triplet: BD, 0E and 1D. RGB value is (189,14,29). Sum of RGB (Red+Green+Blue) = 189+14+29=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0E1D is #42F1E2. Grayscale: #444444. Windows color (decimal): -4387299 or 1904317. OLE color: 1904317.
HSL color Cylindrical-coordinate representation of color #BD0E1D: hue angle of 354.86º 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 #BD0E1D is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 29 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.26 |
| HSL | 354.86º | 0.86% | 0.4% | - |
| HSV(B) | 354.86º | 0.93% | 0.74% | - |
| XYZ | 21.37 | 11.22 | 2.2 | - |
| YUV | 68.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 29 | 0 | 0.93 | 0.85 | 0.26 | 354.86 | 0.86 | 0.4 |
| Hex | BD | E | 1D | 0 | 5D | 55 | 1A | 163 | 56 | 28 |
| Octal | 275 | 16 | 35 | 0 | 135 | 125 | 32 | 543 | 126 | 50 |
| Binary | 10111101 | 1110 | 11101 | 0 | 1011101 | 1010101 | 11010 | 101100011 | 1010110 | 101000 |
Color Harmonies of #BD0E1D
Complementary color
Monochromatic Colors of #BD0E1D
Black with #BD0E1D
Text Example
Text Example
White with #BD0E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E1D; }
p { color: rgb(189,14,29); }
H1.HeaderClassName
{
color: #BD0E1D;
}
.AnyTagClassName
{
color: #BD0E1D;
}
</style>
background-color css
<style>
a { background-color: #BD0E1D; }
a { background-color: rgb(189,14,29); }
div.DivClassName
{
background-color: #BD0E1D;
}
.BgClassName
{
background-color: #BD0E1D;
}
</style>
border-color css
<style>
span { border-color: #BD0E1D; }
span { border-color: rgb(189,14,29); }
td.TdClassName
{
border-color: #BD0E1D;
}
.TagClassName
{
border-color: #BD0E1D;
}
</style>