Shades of Venetian Red #BA0210
Tints of Venetian Red #BA0210
RGB
CMYK
RGB Variations
Color information
#BA0210 (or 0xBA0210) is known color: Venetian Red. HEX triplet: BA, 02 and 10. RGB value is (186,2,16). Sum of RGB (Red+Green+Blue) = 186+2+16=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0210 is #45FDEF. Grayscale: #3A3A3A. Windows color (decimal): -4586992 or 1049274. OLE color: 1049274.
HSL color Cylindrical-coordinate representation of color #BA0210: hue angle of 355.43º 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 #BA0210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.27 |
| HSL | 355.43º | 0.98% | 0.37% | - |
| HSV(B) | 355.43º | 0.99% | 0.73% | - |
| XYZ | 20.36 | 10.52 | 1.45 | - |
| YUV | 58.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 16 | 0 | 0.99 | 0.91 | 0.27 | 355.43 | 0.98 | 0.37 |
| Hex | BA | 2 | 10 | 0 | 63 | 5B | 1B | 163 | 62 | 25 |
| Octal | 272 | 2 | 20 | 0 | 143 | 133 | 33 | 543 | 142 | 45 |
| Binary | 10111010 | 10 | 10000 | 0 | 1100011 | 1011011 | 11011 | 101100011 | 1100010 | 100101 |
Color Harmonies of #BA0210
Complementary color
Monochromatic Colors of #BA0210
Black with #BA0210
Text Example
Text Example
White with #BA0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0210; }
p { color: rgb(186,2,16); }
H1.HeaderClassName
{
color: #BA0210;
}
.AnyTagClassName
{
color: #BA0210;
}
</style>
background-color css
<style>
a { background-color: #BA0210; }
a { background-color: rgb(186,2,16); }
div.DivClassName
{
background-color: #BA0210;
}
.BgClassName
{
background-color: #BA0210;
}
</style>
border-color css
<style>
span { border-color: #BA0210; }
span { border-color: rgb(186,2,16); }
td.TdClassName
{
border-color: #BA0210;
}
.TagClassName
{
border-color: #BA0210;
}
</style>