Shades of Venetian Red #BA0A19
Tints of Venetian Red #BA0A19
RGB
CMYK
RGB Variations
Color information
#BA0A19 (or 0xBA0A19) is known color: Venetian Red. HEX triplet: BA, 0A and 19. RGB value is (186,10,25). Sum of RGB (Red+Green+Blue) = 186+10+25=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A19 is #45F5E6. Grayscale: #404040. Windows color (decimal): -4584935 or 1641146. OLE color: 1641146.
HSL color Cylindrical-coordinate representation of color #BA0A19: hue angle of 354.89º 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 #BA0A19 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.27 |
| HSL | 354.89º | 0.9% | 0.38% | - |
| HSV(B) | 354.89º | 0.95% | 0.73% | - |
| XYZ | 20.53 | 10.73 | 1.91 | - |
| YUV | 64.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 25 | 0 | 0.95 | 0.87 | 0.27 | 354.89 | 0.9 | 0.38 |
| Hex | BA | A | 19 | 0 | 5F | 57 | 1B | 163 | 5A | 26 |
| Octal | 272 | 12 | 31 | 0 | 137 | 127 | 33 | 543 | 132 | 46 |
| Binary | 10111010 | 1010 | 11001 | 0 | 1011111 | 1010111 | 11011 | 101100011 | 1011010 | 100110 |
Color Harmonies of #BA0A19
Complementary color
Monochromatic Colors of #BA0A19
Black with #BA0A19
Text Example
Text Example
White with #BA0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A19; }
p { color: rgb(186,10,25); }
H1.HeaderClassName
{
color: #BA0A19;
}
.AnyTagClassName
{
color: #BA0A19;
}
</style>
background-color css
<style>
a { background-color: #BA0A19; }
a { background-color: rgb(186,10,25); }
div.DivClassName
{
background-color: #BA0A19;
}
.BgClassName
{
background-color: #BA0A19;
}
</style>
border-color css
<style>
span { border-color: #BA0A19; }
span { border-color: rgb(186,10,25); }
td.TdClassName
{
border-color: #BA0A19;
}
.TagClassName
{
border-color: #BA0A19;
}
</style>