Shades of Venetian Red #BA0222
Tints of Venetian Red #BA0222
RGB
CMYK
RGB Variations
Color information
#BA0222 (or 0xBA0222) is known color: Venetian Red. HEX triplet: BA, 02 and 22. RGB value is (186,2,34). Sum of RGB (Red+Green+Blue) = 186+2+34=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0222 is #45FDDD. Grayscale: #3C3C3C. Windows color (decimal): -4586974 or 2228922. OLE color: 2228922.
HSL color Cylindrical-coordinate representation of color #BA0222: hue angle of 349.57º 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 #BA0222 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.27 |
| HSL | 349.57º | 0.98% | 0.37% | - |
| HSV(B) | 349.57º | 0.99% | 0.73% | - |
| XYZ | 20.56 | 10.6 | 2.48 | - |
| YUV | 60.66 | 112.96 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 34 | 0 | 0.99 | 0.82 | 0.27 | 349.57 | 0.98 | 0.37 |
| Hex | BA | 2 | 22 | 0 | 63 | 52 | 1B | 15E | 62 | 25 |
| Octal | 272 | 2 | 42 | 0 | 143 | 122 | 33 | 536 | 142 | 45 |
| Binary | 10111010 | 10 | 100010 | 0 | 1100011 | 1010010 | 11011 | 101011110 | 1100010 | 100101 |
Color Harmonies of #BA0222
Complementary color
Monochromatic Colors of #BA0222
Black with #BA0222
Text Example
Text Example
White with #BA0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0222; }
p { color: rgb(186,2,34); }
H1.HeaderClassName
{
color: #BA0222;
}
.AnyTagClassName
{
color: #BA0222;
}
</style>
background-color css
<style>
a { background-color: #BA0222; }
a { background-color: rgb(186,2,34); }
div.DivClassName
{
background-color: #BA0222;
}
.BgClassName
{
background-color: #BA0222;
}
</style>
border-color css
<style>
span { border-color: #BA0222; }
span { border-color: rgb(186,2,34); }
td.TdClassName
{
border-color: #BA0222;
}
.TagClassName
{
border-color: #BA0222;
}
</style>