Shades of Venetian Red #BA1416
Tints of Venetian Red #BA1416
RGB
CMYK
RGB Variations
Color information
#BA1416 (or 0xBA1416) is known color: Venetian Red. HEX triplet: BA, 14 and 16. RGB value is (186,20,22). Sum of RGB (Red+Green+Blue) = 186+20+22=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1416 is #45EBE9. Grayscale: #464646. Windows color (decimal): -4582378 or 1447098. OLE color: 1447098.
HSL color Cylindrical-coordinate representation of color #BA1416: hue angle of 359.28º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1416 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 22 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.27 |
| HSL | 359.28º | 0.81% | 0.4% | - |
| HSV(B) | 359.28º | 0.89% | 0.73% | - |
| XYZ | 20.64 | 11 | 1.79 | - |
| YUV | 69.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 22 | 0 | 0.89 | 0.88 | 0.27 | 359.28 | 0.81 | 0.4 |
| Hex | BA | 14 | 16 | 0 | 59 | 58 | 1B | 167 | 51 | 28 |
| Octal | 272 | 24 | 26 | 0 | 131 | 130 | 33 | 547 | 121 | 50 |
| Binary | 10111010 | 10100 | 10110 | 0 | 1011001 | 1011000 | 11011 | 101100111 | 1010001 | 101000 |
Color Harmonies of #BA1416
Complementary color
Monochromatic Colors of #BA1416
Black with #BA1416
Text Example
Text Example
White with #BA1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1416; }
p { color: rgb(186,20,22); }
H1.HeaderClassName
{
color: #BA1416;
}
.AnyTagClassName
{
color: #BA1416;
}
</style>
background-color css
<style>
a { background-color: #BA1416; }
a { background-color: rgb(186,20,22); }
div.DivClassName
{
background-color: #BA1416;
}
.BgClassName
{
background-color: #BA1416;
}
</style>
border-color css
<style>
span { border-color: #BA1416; }
span { border-color: rgb(186,20,22); }
td.TdClassName
{
border-color: #BA1416;
}
.TagClassName
{
border-color: #BA1416;
}
</style>