Shades of Venetian Red #BA1119
Tints of Venetian Red #BA1119
RGB
CMYK
RGB Variations
Color information
#BA1119 (or 0xBA1119) is known color: Venetian Red. HEX triplet: BA, 11 and 19. RGB value is (186,17,25). Sum of RGB (Red+Green+Blue) = 186+17+25=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1119 is #45EEE6. Grayscale: #444444. Windows color (decimal): -4583143 or 1642938. OLE color: 1642938.
HSL color Cylindrical-coordinate representation of color #BA1119: hue angle of 357.16º 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 #BA1119 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 25 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.27 |
| HSL | 357.16º | 0.83% | 0.4% | - |
| HSV(B) | 357.16º | 0.91% | 0.73% | - |
| XYZ | 20.63 | 10.91 | 1.94 | - |
| YUV | 68.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 25 | 0 | 0.91 | 0.87 | 0.27 | 357.16 | 0.83 | 0.4 |
| Hex | BA | 11 | 19 | 0 | 5B | 57 | 1B | 165 | 53 | 28 |
| Octal | 272 | 21 | 31 | 0 | 133 | 127 | 33 | 545 | 123 | 50 |
| Binary | 10111010 | 10001 | 11001 | 0 | 1011011 | 1010111 | 11011 | 101100101 | 1010011 | 101000 |
Color Harmonies of #BA1119
Complementary color
Monochromatic Colors of #BA1119
Black with #BA1119
Text Example
Text Example
White with #BA1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1119; }
p { color: rgb(186,17,25); }
H1.HeaderClassName
{
color: #BA1119;
}
.AnyTagClassName
{
color: #BA1119;
}
</style>
background-color css
<style>
a { background-color: #BA1119; }
a { background-color: rgb(186,17,25); }
div.DivClassName
{
background-color: #BA1119;
}
.BgClassName
{
background-color: #BA1119;
}
</style>
border-color css
<style>
span { border-color: #BA1119; }
span { border-color: rgb(186,17,25); }
td.TdClassName
{
border-color: #BA1119;
}
.TagClassName
{
border-color: #BA1119;
}
</style>