Shades of Venetian Red #BA0B14
Tints of Venetian Red #BA0B14
RGB
CMYK
RGB Variations
Color information
#BA0B14 (or 0xBA0B14) is known color: Venetian Red. HEX triplet: BA, 0B and 14. RGB value is (186,11,20). Sum of RGB (Red+Green+Blue) = 186+11+20=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B14 is #45F4EB. Grayscale: #404040. Windows color (decimal): -4584684 or 1313722. OLE color: 1313722.
HSL color Cylindrical-coordinate representation of color #BA0B14: hue angle of 356.91º 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 #BA0B14 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 20 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.27 |
| HSL | 356.91º | 0.89% | 0.39% | - |
| HSV(B) | 356.91º | 0.94% | 0.73% | - |
| XYZ | 20.5 | 10.73 | 1.65 | - |
| YUV | 64.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 20 | 0 | 0.94 | 0.89 | 0.27 | 356.91 | 0.89 | 0.39 |
| Hex | BA | B | 14 | 0 | 5E | 59 | 1B | 165 | 59 | 27 |
| Octal | 272 | 13 | 24 | 0 | 136 | 131 | 33 | 545 | 131 | 47 |
| Binary | 10111010 | 1011 | 10100 | 0 | 1011110 | 1011001 | 11011 | 101100101 | 1011001 | 100111 |
Color Harmonies of #BA0B14
Complementary color
Monochromatic Colors of #BA0B14
Black with #BA0B14
Text Example
Text Example
White with #BA0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B14; }
p { color: rgb(186,11,20); }
H1.HeaderClassName
{
color: #BA0B14;
}
.AnyTagClassName
{
color: #BA0B14;
}
</style>
background-color css
<style>
a { background-color: #BA0B14; }
a { background-color: rgb(186,11,20); }
div.DivClassName
{
background-color: #BA0B14;
}
.BgClassName
{
background-color: #BA0B14;
}
</style>
border-color css
<style>
span { border-color: #BA0B14; }
span { border-color: rgb(186,11,20); }
td.TdClassName
{
border-color: #BA0B14;
}
.TagClassName
{
border-color: #BA0B14;
}
</style>