Shades of Venetian Red #BA0A0B
Tints of Venetian Red #BA0A0B
RGB
CMYK
RGB Variations
Color information
#BA0A0B (or 0xBA0A0B) is known color: Venetian Red. HEX triplet: BA, 0A and 0B. RGB value is (186,10,11). Sum of RGB (Red+Green+Blue) = 186+10+11=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A0B is #45F5F4. Grayscale: #3E3E3E. Windows color (decimal): -4584949 or 723642. OLE color: 723642.
HSL color Cylindrical-coordinate representation of color #BA0A0B: hue angle of 359.66º 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 #BA0A0B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.27 |
| HSL | 359.66º | 0.9% | 0.38% | - |
| HSV(B) | 359.66º | 0.95% | 0.73% | - |
| XYZ | 20.42 | 10.68 | 1.3 | - |
| YUV | 62.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 11 | 0 | 0.95 | 0.94 | 0.27 | 359.66 | 0.9 | 0.38 |
| Hex | BA | A | B | 0 | 5F | 5E | 1B | 168 | 5A | 26 |
| Octal | 272 | 12 | 13 | 0 | 137 | 136 | 33 | 550 | 132 | 46 |
| Binary | 10111010 | 1010 | 1011 | 0 | 1011111 | 1011110 | 11011 | 101101000 | 1011010 | 100110 |
Color Harmonies of #BA0A0B
Complementary color
Monochromatic Colors of #BA0A0B
Black with #BA0A0B
Text Example
Text Example
White with #BA0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A0B; }
p { color: rgb(186,10,11); }
H1.HeaderClassName
{
color: #BA0A0B;
}
.AnyTagClassName
{
color: #BA0A0B;
}
</style>
background-color css
<style>
a { background-color: #BA0A0B; }
a { background-color: rgb(186,10,11); }
div.DivClassName
{
background-color: #BA0A0B;
}
.BgClassName
{
background-color: #BA0A0B;
}
</style>
border-color css
<style>
span { border-color: #BA0A0B; }
span { border-color: rgb(186,10,11); }
td.TdClassName
{
border-color: #BA0A0B;
}
.TagClassName
{
border-color: #BA0A0B;
}
</style>