Shades of Venetian Red #BD0A0D
Tints of Venetian Red #BD0A0D
RGB
CMYK
RGB Variations
Color information
#BD0A0D (or 0xBD0A0D) is known color: Venetian Red. HEX triplet: BD, 0A and 0D. RGB value is (189,10,13). Sum of RGB (Red+Green+Blue) = 189+10+13=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0A0D is #42F5F2. Grayscale: #404040. Windows color (decimal): -4388339 or 854717. OLE color: 854717.
HSL color Cylindrical-coordinate representation of color #BD0A0D: hue angle of 358.99º 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 #BD0A0D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.26 |
| HSL | 358.99º | 0.9% | 0.39% | - |
| HSV(B) | 358.99º | 0.95% | 0.74% | - |
| XYZ | 21.17 | 11.06 | 1.4 | - |
| YUV | 63.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 13 | 0 | 0.95 | 0.93 | 0.26 | 358.99 | 0.9 | 0.39 |
| Hex | BD | A | D | 0 | 5F | 5D | 1A | 167 | 5A | 27 |
| Octal | 275 | 12 | 15 | 0 | 137 | 135 | 32 | 547 | 132 | 47 |
| Binary | 10111101 | 1010 | 1101 | 0 | 1011111 | 1011101 | 11010 | 101100111 | 1011010 | 100111 |
Color Harmonies of #BD0A0D
Complementary color
Monochromatic Colors of #BD0A0D
Black with #BD0A0D
Text Example
Text Example
White with #BD0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A0D; }
p { color: rgb(189,10,13); }
H1.HeaderClassName
{
color: #BD0A0D;
}
.AnyTagClassName
{
color: #BD0A0D;
}
</style>
background-color css
<style>
a { background-color: #BD0A0D; }
a { background-color: rgb(189,10,13); }
div.DivClassName
{
background-color: #BD0A0D;
}
.BgClassName
{
background-color: #BD0A0D;
}
</style>
border-color css
<style>
span { border-color: #BD0A0D; }
span { border-color: rgb(189,10,13); }
td.TdClassName
{
border-color: #BD0A0D;
}
.TagClassName
{
border-color: #BD0A0D;
}
</style>