Shades of Venetian Red #BA0A14
Tints of Venetian Red #BA0A14
RGB
CMYK
RGB Variations
Color information
#BA0A14 (or 0xBA0A14) is known color: Venetian Red. HEX triplet: BA, 0A and 14. RGB value is (186,10,20). Sum of RGB (Red+Green+Blue) = 186+10+20=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A14 is #45F5EB. Grayscale: #3F3F3F. Windows color (decimal): -4584940 or 1313466. OLE color: 1313466.
HSL color Cylindrical-coordinate representation of color #BA0A14: hue angle of 356.59º 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 #BA0A14 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 20 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.27 |
| HSL | 356.59º | 0.9% | 0.38% | - |
| HSV(B) | 356.59º | 0.95% | 0.73% | - |
| XYZ | 20.48 | 10.71 | 1.65 | - |
| YUV | 63.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 20 | 0 | 0.95 | 0.89 | 0.27 | 356.59 | 0.9 | 0.38 |
| Hex | BA | A | 14 | 0 | 5F | 59 | 1B | 165 | 5A | 26 |
| Octal | 272 | 12 | 24 | 0 | 137 | 131 | 33 | 545 | 132 | 46 |
| Binary | 10111010 | 1010 | 10100 | 0 | 1011111 | 1011001 | 11011 | 101100101 | 1011010 | 100110 |
Color Harmonies of #BA0A14
Complementary color
Monochromatic Colors of #BA0A14
Black with #BA0A14
Text Example
Text Example
White with #BA0A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A14; }
p { color: rgb(186,10,20); }
H1.HeaderClassName
{
color: #BA0A14;
}
.AnyTagClassName
{
color: #BA0A14;
}
</style>
background-color css
<style>
a { background-color: #BA0A14; }
a { background-color: rgb(186,10,20); }
div.DivClassName
{
background-color: #BA0A14;
}
.BgClassName
{
background-color: #BA0A14;
}
</style>
border-color css
<style>
span { border-color: #BA0A14; }
span { border-color: rgb(186,10,20); }
td.TdClassName
{
border-color: #BA0A14;
}
.TagClassName
{
border-color: #BA0A14;
}
</style>