Shades of Venetian Red #BD0A1E
Tints of Venetian Red #BD0A1E
RGB
CMYK
RGB Variations
Color information
#BD0A1E (or 0xBD0A1E) is known color: Venetian Red. HEX triplet: BD, 0A and 1E. RGB value is (189,10,30). Sum of RGB (Red+Green+Blue) = 189+10+30=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A1E is #42F5E1. Grayscale: #414141. Windows color (decimal): -4388322 or 1968829. OLE color: 1968829.
HSL color Cylindrical-coordinate representation of color #BD0A1E: hue angle of 353.3º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A1E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 30 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.26 |
| HSL | 353.3º | 0.9% | 0.39% | - |
| HSV(B) | 353.3º | 0.95% | 0.74% | - |
| XYZ | 21.33 | 11.13 | 2.25 | - |
| YUV | 65.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 30 | 0 | 0.95 | 0.84 | 0.26 | 353.3 | 0.9 | 0.39 |
| Hex | BD | A | 1E | 0 | 5F | 54 | 1A | 161 | 5A | 27 |
| Octal | 275 | 12 | 36 | 0 | 137 | 124 | 32 | 541 | 132 | 47 |
| Binary | 10111101 | 1010 | 11110 | 0 | 1011111 | 1010100 | 11010 | 101100001 | 1011010 | 100111 |
Color Harmonies of #BD0A1E
Complementary color
Monochromatic Colors of #BD0A1E
Black with #BD0A1E
Text Example
Text Example
White with #BD0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A1E; }
p { color: rgb(189,10,30); }
H1.HeaderClassName
{
color: #BD0A1E;
}
.AnyTagClassName
{
color: #BD0A1E;
}
</style>
background-color css
<style>
a { background-color: #BD0A1E; }
a { background-color: rgb(189,10,30); }
div.DivClassName
{
background-color: #BD0A1E;
}
.BgClassName
{
background-color: #BD0A1E;
}
</style>
border-color css
<style>
span { border-color: #BD0A1E; }
span { border-color: rgb(189,10,30); }
td.TdClassName
{
border-color: #BD0A1E;
}
.TagClassName
{
border-color: #BD0A1E;
}
</style>