Shades of Venetian Red #BA0B0F
Tints of Venetian Red #BA0B0F
RGB
CMYK
RGB Variations
Color information
#BA0B0F (or 0xBA0B0F) is known color: Venetian Red. HEX triplet: BA, 0B and 0F. RGB value is (186,11,15). Sum of RGB (Red+Green+Blue) = 186+11+15=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B0F is #45F4F0. Grayscale: #3F3F3F. Windows color (decimal): -4584689 or 986042. OLE color: 986042.
HSL color Cylindrical-coordinate representation of color #BA0B0F: hue angle of 358.63º 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 #BA0B0F is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 15 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.27 |
| HSL | 358.63º | 0.89% | 0.39% | - |
| HSV(B) | 358.63º | 0.94% | 0.73% | - |
| XYZ | 20.46 | 10.71 | 1.44 | - |
| YUV | 63.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 15 | 0 | 0.94 | 0.92 | 0.27 | 358.63 | 0.89 | 0.39 |
| Hex | BA | B | F | 0 | 5E | 5C | 1B | 167 | 59 | 27 |
| Octal | 272 | 13 | 17 | 0 | 136 | 134 | 33 | 547 | 131 | 47 |
| Binary | 10111010 | 1011 | 1111 | 0 | 1011110 | 1011100 | 11011 | 101100111 | 1011001 | 100111 |
Color Harmonies of #BA0B0F
Complementary color
Monochromatic Colors of #BA0B0F
Black with #BA0B0F
Text Example
Text Example
White with #BA0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B0F; }
p { color: rgb(186,11,15); }
H1.HeaderClassName
{
color: #BA0B0F;
}
.AnyTagClassName
{
color: #BA0B0F;
}
</style>
background-color css
<style>
a { background-color: #BA0B0F; }
a { background-color: rgb(186,11,15); }
div.DivClassName
{
background-color: #BA0B0F;
}
.BgClassName
{
background-color: #BA0B0F;
}
</style>
border-color css
<style>
span { border-color: #BA0B0F; }
span { border-color: rgb(186,11,15); }
td.TdClassName
{
border-color: #BA0B0F;
}
.TagClassName
{
border-color: #BA0B0F;
}
</style>