Shades of Venetian Red #BD0B15
Tints of Venetian Red #BD0B15
RGB
CMYK
RGB Variations
Color information
#BD0B15 (or 0xBD0B15) is known color: Venetian Red. HEX triplet: BD, 0B and 15. RGB value is (189,11,21). Sum of RGB (Red+Green+Blue) = 189+11+21=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0B15 is #42F4EA. Grayscale: #414141. Windows color (decimal): -4388075 or 1379261. OLE color: 1379261.
HSL color Cylindrical-coordinate representation of color #BD0B15: hue angle of 356.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0B15 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 21 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.26 |
| HSL | 356.63º | 0.89% | 0.39% | - |
| HSV(B) | 356.63º | 0.94% | 0.74% | - |
| XYZ | 21.24 | 11.11 | 1.73 | - |
| YUV | 65.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 21 | 0 | 0.94 | 0.89 | 0.26 | 356.63 | 0.89 | 0.39 |
| Hex | BD | B | 15 | 0 | 5E | 59 | 1A | 165 | 59 | 27 |
| Octal | 275 | 13 | 25 | 0 | 136 | 131 | 32 | 545 | 131 | 47 |
| Binary | 10111101 | 1011 | 10101 | 0 | 1011110 | 1011001 | 11010 | 101100101 | 1011001 | 100111 |
Color Harmonies of #BD0B15
Complementary color
Monochromatic Colors of #BD0B15
Black with #BD0B15
Text Example
Text Example
White with #BD0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0B15; }
p { color: rgb(189,11,21); }
H1.HeaderClassName
{
color: #BD0B15;
}
.AnyTagClassName
{
color: #BD0B15;
}
</style>
background-color css
<style>
a { background-color: #BD0B15; }
a { background-color: rgb(189,11,21); }
div.DivClassName
{
background-color: #BD0B15;
}
.BgClassName
{
background-color: #BD0B15;
}
</style>
border-color css
<style>
span { border-color: #BD0B15; }
span { border-color: rgb(189,11,21); }
td.TdClassName
{
border-color: #BD0B15;
}
.TagClassName
{
border-color: #BD0B15;
}
</style>