Shades of Venetian Red #BA1120
Tints of Venetian Red #BA1120
RGB
CMYK
RGB Variations
Color information
#BA1120 (or 0xBA1120) is known color: Venetian Red. HEX triplet: BA, 11 and 20. RGB value is (186,17,32). Sum of RGB (Red+Green+Blue) = 186+17+32=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1120 is #45EEDF. Grayscale: #454545. Windows color (decimal): -4583136 or 2101690. OLE color: 2101690.
HSL color Cylindrical-coordinate representation of color #BA1120: hue angle of 354.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1120 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.27 |
| HSL | 354.67º | 0.83% | 0.4% | - |
| HSV(B) | 354.67º | 0.91% | 0.73% | - |
| XYZ | 20.71 | 10.94 | 2.39 | - |
| YUV | 69.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 32 | 0 | 0.91 | 0.83 | 0.27 | 354.67 | 0.83 | 0.4 |
| Hex | BA | 11 | 20 | 0 | 5B | 53 | 1B | 163 | 53 | 28 |
| Octal | 272 | 21 | 40 | 0 | 133 | 123 | 33 | 543 | 123 | 50 |
| Binary | 10111010 | 10001 | 100000 | 0 | 1011011 | 1010011 | 11011 | 101100011 | 1010011 | 101000 |
Color Harmonies of #BA1120
Complementary color
Monochromatic Colors of #BA1120
Black with #BA1120
Text Example
Text Example
White with #BA1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1120; }
p { color: rgb(186,17,32); }
H1.HeaderClassName
{
color: #BA1120;
}
.AnyTagClassName
{
color: #BA1120;
}
</style>
background-color css
<style>
a { background-color: #BA1120; }
a { background-color: rgb(186,17,32); }
div.DivClassName
{
background-color: #BA1120;
}
.BgClassName
{
background-color: #BA1120;
}
</style>
border-color css
<style>
span { border-color: #BA1120; }
span { border-color: rgb(186,17,32); }
td.TdClassName
{
border-color: #BA1120;
}
.TagClassName
{
border-color: #BA1120;
}
</style>