Shades of Venetian Red #BA0120
Tints of Venetian Red #BA0120
RGB
CMYK
RGB Variations
Color information
#BA0120 (or 0xBA0120) is known color: Venetian Red. HEX triplet: BA, 01 and 20. RGB value is (186,1,32). Sum of RGB (Red+Green+Blue) = 186+1+32=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0120 is #45FEDF. Grayscale: #3B3B3B. Windows color (decimal): -4587232 or 2097594. OLE color: 2097594.
HSL color Cylindrical-coordinate representation of color #BA0120: hue angle of 349.95º degrees, saturation: 0.99, 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 #BA0120 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.27 |
| HSL | 349.95º | 0.99% | 0.37% | - |
| HSV(B) | 349.95º | 0.99% | 0.73% | - |
| XYZ | 20.52 | 10.57 | 2.32 | - |
| YUV | 59.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 32 | 0 | 0.99 | 0.83 | 0.27 | 349.95 | 0.99 | 0.37 |
| Hex | BA | 1 | 20 | 0 | 63 | 53 | 1B | 15E | 63 | 25 |
| Octal | 272 | 1 | 40 | 0 | 143 | 123 | 33 | 536 | 143 | 45 |
| Binary | 10111010 | 1 | 100000 | 0 | 1100011 | 1010011 | 11011 | 101011110 | 1100011 | 100101 |
Color Harmonies of #BA0120
Complementary color
Monochromatic Colors of #BA0120
Black with #BA0120
Text Example
Text Example
White with #BA0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0120; }
p { color: rgb(186,1,32); }
H1.HeaderClassName
{
color: #BA0120;
}
.AnyTagClassName
{
color: #BA0120;
}
</style>
background-color css
<style>
a { background-color: #BA0120; }
a { background-color: rgb(186,1,32); }
div.DivClassName
{
background-color: #BA0120;
}
.BgClassName
{
background-color: #BA0120;
}
</style>
border-color css
<style>
span { border-color: #BA0120; }
span { border-color: rgb(186,1,32); }
td.TdClassName
{
border-color: #BA0120;
}
.TagClassName
{
border-color: #BA0120;
}
</style>