Shades of Venetian Red #BA0B12
Tints of Venetian Red #BA0B12
RGB
CMYK
RGB Variations
Color information
#BA0B12 (or 0xBA0B12) is known color: Venetian Red. HEX triplet: BA, 0B and 12. RGB value is (186,11,18). Sum of RGB (Red+Green+Blue) = 186+11+18=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B12 is #45F4ED. Grayscale: #404040. Windows color (decimal): -4584686 or 1182650. OLE color: 1182650.
HSL color Cylindrical-coordinate representation of color #BA0B12: hue angle of 357.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B12 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 18 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.27 |
| HSL | 357.6º | 0.89% | 0.39% | - |
| HSV(B) | 357.6º | 0.94% | 0.73% | - |
| XYZ | 20.48 | 10.72 | 1.56 | - |
| YUV | 64.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 18 | 0 | 0.94 | 0.90 | 0.27 | 357.6 | 0.89 | 0.39 |
| Hex | BA | B | 12 | 0 | 5E | 5A | 1B | 166 | 59 | 27 |
| Octal | 272 | 13 | 22 | 0 | 136 | 132 | 33 | 546 | 131 | 47 |
| Binary | 10111010 | 1011 | 10010 | 0 | 1011110 | 1011010 | 11011 | 101100110 | 1011001 | 100111 |
Color Harmonies of #BA0B12
Complementary color
Monochromatic Colors of #BA0B12
Black with #BA0B12
Text Example
Text Example
White with #BA0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B12; }
p { color: rgb(186,11,18); }
H1.HeaderClassName
{
color: #BA0B12;
}
.AnyTagClassName
{
color: #BA0B12;
}
</style>
background-color css
<style>
a { background-color: #BA0B12; }
a { background-color: rgb(186,11,18); }
div.DivClassName
{
background-color: #BA0B12;
}
.BgClassName
{
background-color: #BA0B12;
}
</style>
border-color css
<style>
span { border-color: #BA0B12; }
span { border-color: rgb(186,11,18); }
td.TdClassName
{
border-color: #BA0B12;
}
.TagClassName
{
border-color: #BA0B12;
}
</style>