Shades of Venetian Red #BA0B10
Tints of Venetian Red #BA0B10
RGB
CMYK
RGB Variations
Color information
#BA0B10 (or 0xBA0B10) is known color: Venetian Red. HEX triplet: BA, 0B and 10. RGB value is (186,11,16). Sum of RGB (Red+Green+Blue) = 186+11+16=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B10 is #45F4EF. Grayscale: #404040. Windows color (decimal): -4584688 or 1051578. OLE color: 1051578.
HSL color Cylindrical-coordinate representation of color #BA0B10: hue angle of 358.29º 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 #BA0B10 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 16 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.27 |
| HSL | 358.29º | 0.89% | 0.39% | - |
| HSV(B) | 358.29º | 0.94% | 0.73% | - |
| XYZ | 20.46 | 10.72 | 1.48 | - |
| YUV | 63.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 16 | 0 | 0.94 | 0.91 | 0.27 | 358.29 | 0.89 | 0.39 |
| Hex | BA | B | 10 | 0 | 5E | 5B | 1B | 166 | 59 | 27 |
| Octal | 272 | 13 | 20 | 0 | 136 | 133 | 33 | 546 | 131 | 47 |
| Binary | 10111010 | 1011 | 10000 | 0 | 1011110 | 1011011 | 11011 | 101100110 | 1011001 | 100111 |
Color Harmonies of #BA0B10
Complementary color
Monochromatic Colors of #BA0B10
Black with #BA0B10
Text Example
Text Example
White with #BA0B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B10; }
p { color: rgb(186,11,16); }
H1.HeaderClassName
{
color: #BA0B10;
}
.AnyTagClassName
{
color: #BA0B10;
}
</style>
background-color css
<style>
a { background-color: #BA0B10; }
a { background-color: rgb(186,11,16); }
div.DivClassName
{
background-color: #BA0B10;
}
.BgClassName
{
background-color: #BA0B10;
}
</style>
border-color css
<style>
span { border-color: #BA0B10; }
span { border-color: rgb(186,11,16); }
td.TdClassName
{
border-color: #BA0B10;
}
.TagClassName
{
border-color: #BA0B10;
}
</style>