Shades of Venetian Red #BA0119
Tints of Venetian Red #BA0119
RGB
CMYK
RGB Variations
Color information
#BA0119 (or 0xBA0119) is known color: Venetian Red. HEX triplet: BA, 01 and 19. RGB value is (186,1,25). Sum of RGB (Red+Green+Blue) = 186+1+25=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0119 is #45FEE6. Grayscale: #3B3B3B. Windows color (decimal): -4587239 or 1638842. OLE color: 1638842.
HSL color Cylindrical-coordinate representation of color #BA0119: hue angle of 352.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0119 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.27 |
| HSL | 352.22º | 0.99% | 0.37% | - |
| HSV(B) | 352.22º | 0.99% | 0.73% | - |
| XYZ | 20.44 | 10.53 | 1.88 | - |
| YUV | 59.05 | 108.79 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 25 | 0 | 0.99 | 0.87 | 0.27 | 352.22 | 0.99 | 0.37 |
| Hex | BA | 1 | 19 | 0 | 63 | 57 | 1B | 160 | 63 | 25 |
| Octal | 272 | 1 | 31 | 0 | 143 | 127 | 33 | 540 | 143 | 45 |
| Binary | 10111010 | 1 | 11001 | 0 | 1100011 | 1010111 | 11011 | 101100000 | 1100011 | 100101 |
Color Harmonies of #BA0119
Complementary color
Monochromatic Colors of #BA0119
Black with #BA0119
Text Example
Text Example
White with #BA0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0119; }
p { color: rgb(186,1,25); }
H1.HeaderClassName
{
color: #BA0119;
}
.AnyTagClassName
{
color: #BA0119;
}
</style>
background-color css
<style>
a { background-color: #BA0119; }
a { background-color: rgb(186,1,25); }
div.DivClassName
{
background-color: #BA0119;
}
.BgClassName
{
background-color: #BA0119;
}
</style>
border-color css
<style>
span { border-color: #BA0119; }
span { border-color: rgb(186,1,25); }
td.TdClassName
{
border-color: #BA0119;
}
.TagClassName
{
border-color: #BA0119;
}
</style>