Shades of Venetian Red #BD0212
Tints of Venetian Red #BD0212
RGB
CMYK
RGB Variations
Color information
#BD0212 (or 0xBD0212) is known color: Venetian Red. HEX triplet: BD, 02 and 12. RGB value is (189,2,18). Sum of RGB (Red+Green+Blue) = 189+2+18=209 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.43% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0212 is #42FDED. Grayscale: #3B3B3B. Windows color (decimal): -4390382 or 1180349. OLE color: 1180349.
HSL color Cylindrical-coordinate representation of color #BD0212: hue angle of 354.87º 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 #BD0212 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.26 |
| HSL | 354.87º | 0.98% | 0.37% | - |
| HSV(B) | 354.87º | 0.99% | 0.74% | - |
| XYZ | 21.12 | 10.91 | 1.56 | - |
| YUV | 59.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 18 | 0 | 0.99 | 0.90 | 0.26 | 354.87 | 0.98 | 0.37 |
| Hex | BD | 2 | 12 | 0 | 63 | 5A | 1A | 163 | 62 | 25 |
| Octal | 275 | 2 | 22 | 0 | 143 | 132 | 32 | 543 | 142 | 45 |
| Binary | 10111101 | 10 | 10010 | 0 | 1100011 | 1011010 | 11010 | 101100011 | 1100010 | 100101 |
Color Harmonies of #BD0212
Complementary color
Monochromatic Colors of #BD0212
Black with #BD0212
Text Example
Text Example
White with #BD0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0212; }
p { color: rgb(189,2,18); }
H1.HeaderClassName
{
color: #BD0212;
}
.AnyTagClassName
{
color: #BD0212;
}
</style>
background-color css
<style>
a { background-color: #BD0212; }
a { background-color: rgb(189,2,18); }
div.DivClassName
{
background-color: #BD0212;
}
.BgClassName
{
background-color: #BD0212;
}
</style>
border-color css
<style>
span { border-color: #BD0212; }
span { border-color: rgb(189,2,18); }
td.TdClassName
{
border-color: #BD0212;
}
.TagClassName
{
border-color: #BD0212;
}
</style>