Shades of Venetian Red #BA0219
Tints of Venetian Red #BA0219
RGB
CMYK
RGB Variations
Color information
#BA0219 (or 0xBA0219) is known color: Venetian Red. HEX triplet: BA, 02 and 19. RGB value is (186,2,25). Sum of RGB (Red+Green+Blue) = 186+2+25=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0219 is #45FDE6. Grayscale: #3B3B3B. Windows color (decimal): -4586983 or 1639098. OLE color: 1639098.
HSL color Cylindrical-coordinate representation of color #BA0219: hue angle of 352.5º 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 #BA0219 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.27 |
| HSL | 352.5º | 0.98% | 0.37% | - |
| HSV(B) | 352.5º | 0.99% | 0.73% | - |
| XYZ | 20.45 | 10.55 | 1.88 | - |
| YUV | 59.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 25 | 0 | 0.99 | 0.87 | 0.27 | 352.5 | 0.98 | 0.37 |
| Hex | BA | 2 | 19 | 0 | 63 | 57 | 1B | 160 | 62 | 25 |
| Octal | 272 | 2 | 31 | 0 | 143 | 127 | 33 | 540 | 142 | 45 |
| Binary | 10111010 | 10 | 11001 | 0 | 1100011 | 1010111 | 11011 | 101100000 | 1100010 | 100101 |
Color Harmonies of #BA0219
Complementary color
Monochromatic Colors of #BA0219
Black with #BA0219
Text Example
Text Example
White with #BA0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0219; }
p { color: rgb(186,2,25); }
H1.HeaderClassName
{
color: #BA0219;
}
.AnyTagClassName
{
color: #BA0219;
}
</style>
background-color css
<style>
a { background-color: #BA0219; }
a { background-color: rgb(186,2,25); }
div.DivClassName
{
background-color: #BA0219;
}
.BgClassName
{
background-color: #BA0219;
}
</style>
border-color css
<style>
span { border-color: #BA0219; }
span { border-color: rgb(186,2,25); }
td.TdClassName
{
border-color: #BA0219;
}
.TagClassName
{
border-color: #BA0219;
}
</style>