Shades of Venetian Red #BA1219
Tints of Venetian Red #BA1219
RGB
CMYK
RGB Variations
Color information
#BA1219 (or 0xBA1219) is known color: Venetian Red. HEX triplet: BA, 12 and 19. RGB value is (186,18,25). Sum of RGB (Red+Green+Blue) = 186+18+25=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1219 is #45EDE6. Grayscale: #454545. Windows color (decimal): -4582887 or 1643194. OLE color: 1643194.
HSL color Cylindrical-coordinate representation of color #BA1219: hue angle of 357.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1219 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.27 |
| HSL | 357.5º | 0.82% | 0.4% | - |
| HSV(B) | 357.5º | 0.9% | 0.73% | - |
| XYZ | 20.64 | 10.94 | 1.94 | - |
| YUV | 69.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 25 | 0 | 0.90 | 0.87 | 0.27 | 357.5 | 0.82 | 0.4 |
| Hex | BA | 12 | 19 | 0 | 5A | 57 | 1B | 166 | 52 | 28 |
| Octal | 272 | 22 | 31 | 0 | 132 | 127 | 33 | 546 | 122 | 50 |
| Binary | 10111010 | 10010 | 11001 | 0 | 1011010 | 1010111 | 11011 | 101100110 | 1010010 | 101000 |
Color Harmonies of #BA1219
Complementary color
Monochromatic Colors of #BA1219
Black with #BA1219
Text Example
Text Example
White with #BA1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1219; }
p { color: rgb(186,18,25); }
H1.HeaderClassName
{
color: #BA1219;
}
.AnyTagClassName
{
color: #BA1219;
}
</style>
background-color css
<style>
a { background-color: #BA1219; }
a { background-color: rgb(186,18,25); }
div.DivClassName
{
background-color: #BA1219;
}
.BgClassName
{
background-color: #BA1219;
}
</style>
border-color css
<style>
span { border-color: #BA1219; }
span { border-color: rgb(186,18,25); }
td.TdClassName
{
border-color: #BA1219;
}
.TagClassName
{
border-color: #BA1219;
}
</style>