Shades of Venetian Red #BD0211
Tints of Venetian Red #BD0211
RGB
CMYK
RGB Variations
Color information
#BD0211 (or 0xBD0211) is known color: Venetian Red. HEX triplet: BD, 02 and 11. RGB value is (189,2,17). Sum of RGB (Red+Green+Blue) = 189+2+17=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0211 is #42FDEE. Grayscale: #3B3B3B. Windows color (decimal): -4390383 or 1114813. OLE color: 1114813.
HSL color Cylindrical-coordinate representation of color #BD0211: hue angle of 355.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0211 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.26 |
| HSL | 355.19º | 0.98% | 0.37% | - |
| HSV(B) | 355.19º | 0.99% | 0.74% | - |
| XYZ | 21.11 | 10.9 | 1.52 | - |
| YUV | 59.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 17 | 0 | 0.99 | 0.91 | 0.26 | 355.19 | 0.98 | 0.37 |
| Hex | BD | 2 | 11 | 0 | 63 | 5B | 1A | 163 | 62 | 25 |
| Octal | 275 | 2 | 21 | 0 | 143 | 133 | 32 | 543 | 142 | 45 |
| Binary | 10111101 | 10 | 10001 | 0 | 1100011 | 1011011 | 11010 | 101100011 | 1100010 | 100101 |
Color Harmonies of #BD0211
Complementary color
Monochromatic Colors of #BD0211
Black with #BD0211
Text Example
Text Example
White with #BD0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0211; }
p { color: rgb(189,2,17); }
H1.HeaderClassName
{
color: #BD0211;
}
.AnyTagClassName
{
color: #BD0211;
}
</style>
background-color css
<style>
a { background-color: #BD0211; }
a { background-color: rgb(189,2,17); }
div.DivClassName
{
background-color: #BD0211;
}
.BgClassName
{
background-color: #BD0211;
}
</style>
border-color css
<style>
span { border-color: #BD0211; }
span { border-color: rgb(189,2,17); }
td.TdClassName
{
border-color: #BD0211;
}
.TagClassName
{
border-color: #BD0211;
}
</style>