Shades of Venetian Red #BA0A20
Tints of Venetian Red #BA0A20
RGB
CMYK
RGB Variations
Color information
#BA0A20 (or 0xBA0A20) is known color: Venetian Red. HEX triplet: BA, 0A and 20. RGB value is (186,10,32). Sum of RGB (Red+Green+Blue) = 186+10+32=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A20 is #45F5DF. Grayscale: #414141. Windows color (decimal): -4584928 or 2099898. OLE color: 2099898.
HSL color Cylindrical-coordinate representation of color #BA0A20: hue angle of 352.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A20 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 32 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.27 |
| HSL | 352.5º | 0.9% | 0.38% | - |
| HSV(B) | 352.5º | 0.95% | 0.73% | - |
| XYZ | 20.62 | 10.76 | 2.36 | - |
| YUV | 65.13 | 109.31 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 32 | 0 | 0.95 | 0.83 | 0.27 | 352.5 | 0.9 | 0.38 |
| Hex | BA | A | 20 | 0 | 5F | 53 | 1B | 160 | 5A | 26 |
| Octal | 272 | 12 | 40 | 0 | 137 | 123 | 33 | 540 | 132 | 46 |
| Binary | 10111010 | 1010 | 100000 | 0 | 1011111 | 1010011 | 11011 | 101100000 | 1011010 | 100110 |
Color Harmonies of #BA0A20
Complementary color
Monochromatic Colors of #BA0A20
Black with #BA0A20
Text Example
Text Example
White with #BA0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A20; }
p { color: rgb(186,10,32); }
H1.HeaderClassName
{
color: #BA0A20;
}
.AnyTagClassName
{
color: #BA0A20;
}
</style>
background-color css
<style>
a { background-color: #BA0A20; }
a { background-color: rgb(186,10,32); }
div.DivClassName
{
background-color: #BA0A20;
}
.BgClassName
{
background-color: #BA0A20;
}
</style>
border-color css
<style>
span { border-color: #BA0A20; }
span { border-color: rgb(186,10,32); }
td.TdClassName
{
border-color: #BA0A20;
}
.TagClassName
{
border-color: #BA0A20;
}
</style>