Shades of Venetian Red #BD0E1A
Tints of Venetian Red #BD0E1A
RGB
CMYK
RGB Variations
Color information
#BD0E1A (or 0xBD0E1A) is known color: Venetian Red. HEX triplet: BD, 0E and 1A. RGB value is (189,14,26). Sum of RGB (Red+Green+Blue) = 189+14+26=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0E1A is #42F1E5. Grayscale: #434343. Windows color (decimal): -4387302 or 1707709. OLE color: 1707709.
HSL color Cylindrical-coordinate representation of color #BD0E1A: hue angle of 355.89º 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 #BD0E1A is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 26 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.26 |
| HSL | 355.89º | 0.86% | 0.4% | - |
| HSV(B) | 355.89º | 0.93% | 0.74% | - |
| XYZ | 21.33 | 11.21 | 2.02 | - |
| YUV | 67.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 26 | 0 | 0.93 | 0.86 | 0.26 | 355.89 | 0.86 | 0.4 |
| Hex | BD | E | 1A | 0 | 5D | 56 | 1A | 164 | 56 | 28 |
| Octal | 275 | 16 | 32 | 0 | 135 | 126 | 32 | 544 | 126 | 50 |
| Binary | 10111101 | 1110 | 11010 | 0 | 1011101 | 1010110 | 11010 | 101100100 | 1010110 | 101000 |
Color Harmonies of #BD0E1A
Complementary color
Monochromatic Colors of #BD0E1A
Black with #BD0E1A
Text Example
Text Example
White with #BD0E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0E1A; }
p { color: rgb(189,14,26); }
H1.HeaderClassName
{
color: #BD0E1A;
}
.AnyTagClassName
{
color: #BD0E1A;
}
</style>
background-color css
<style>
a { background-color: #BD0E1A; }
a { background-color: rgb(189,14,26); }
div.DivClassName
{
background-color: #BD0E1A;
}
.BgClassName
{
background-color: #BD0E1A;
}
</style>
border-color css
<style>
span { border-color: #BD0E1A; }
span { border-color: rgb(189,14,26); }
td.TdClassName
{
border-color: #BD0E1A;
}
.TagClassName
{
border-color: #BD0E1A;
}
</style>