Shades of Venetian Red #BA0212
Tints of Venetian Red #BA0212
RGB
CMYK
RGB Variations
Color information
#BA0212 (or 0xBA0212) is known color: Venetian Red. HEX triplet: BA, 02 and 12. RGB value is (186,2,18). Sum of RGB (Red+Green+Blue) = 186+2+18=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0212 is #45FDED. Grayscale: #3A3A3A. Windows color (decimal): -4586990 or 1180346. OLE color: 1180346.
HSL color Cylindrical-coordinate representation of color #BA0212: hue angle of 354.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0212 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.27 |
| HSL | 354.78º | 0.98% | 0.37% | - |
| HSV(B) | 354.78º | 0.99% | 0.73% | - |
| XYZ | 20.38 | 10.53 | 1.53 | - |
| YUV | 58.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 18 | 0 | 0.99 | 0.90 | 0.27 | 354.78 | 0.98 | 0.37 |
| Hex | BA | 2 | 12 | 0 | 63 | 5A | 1B | 163 | 62 | 25 |
| Octal | 272 | 2 | 22 | 0 | 143 | 132 | 33 | 543 | 142 | 45 |
| Binary | 10111010 | 10 | 10010 | 0 | 1100011 | 1011010 | 11011 | 101100011 | 1100010 | 100101 |
Color Harmonies of #BA0212
Complementary color
Monochromatic Colors of #BA0212
Black with #BA0212
Text Example
Text Example
White with #BA0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0212; }
p { color: rgb(186,2,18); }
H1.HeaderClassName
{
color: #BA0212;
}
.AnyTagClassName
{
color: #BA0212;
}
</style>
background-color css
<style>
a { background-color: #BA0212; }
a { background-color: rgb(186,2,18); }
div.DivClassName
{
background-color: #BA0212;
}
.BgClassName
{
background-color: #BA0212;
}
</style>
border-color css
<style>
span { border-color: #BA0212; }
span { border-color: rgb(186,2,18); }
td.TdClassName
{
border-color: #BA0212;
}
.TagClassName
{
border-color: #BA0212;
}
</style>