Shades of Venetian Red #BA0B13
Tints of Venetian Red #BA0B13
RGB
CMYK
RGB Variations
Color information
#BA0B13 (or 0xBA0B13) is known color: Venetian Red. HEX triplet: BA, 0B and 13. RGB value is (186,11,19). Sum of RGB (Red+Green+Blue) = 186+11+19=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0B13 is #45F4EC. Grayscale: #404040. Windows color (decimal): -4584685 or 1248186. OLE color: 1248186.
HSL color Cylindrical-coordinate representation of color #BA0B13: hue angle of 357.26º 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 #BA0B13 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 19 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.27 |
| HSL | 357.26º | 0.89% | 0.39% | - |
| HSV(B) | 357.26º | 0.94% | 0.73% | - |
| XYZ | 20.49 | 10.73 | 1.61 | - |
| YUV | 64.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 19 | 0 | 0.94 | 0.90 | 0.27 | 357.26 | 0.89 | 0.39 |
| Hex | BA | B | 13 | 0 | 5E | 5A | 1B | 165 | 59 | 27 |
| Octal | 272 | 13 | 23 | 0 | 136 | 132 | 33 | 545 | 131 | 47 |
| Binary | 10111010 | 1011 | 10011 | 0 | 1011110 | 1011010 | 11011 | 101100101 | 1011001 | 100111 |
Color Harmonies of #BA0B13
Complementary color
Monochromatic Colors of #BA0B13
Black with #BA0B13
Text Example
Text Example
White with #BA0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B13; }
p { color: rgb(186,11,19); }
H1.HeaderClassName
{
color: #BA0B13;
}
.AnyTagClassName
{
color: #BA0B13;
}
</style>
background-color css
<style>
a { background-color: #BA0B13; }
a { background-color: rgb(186,11,19); }
div.DivClassName
{
background-color: #BA0B13;
}
.BgClassName
{
background-color: #BA0B13;
}
</style>
border-color css
<style>
span { border-color: #BA0B13; }
span { border-color: rgb(186,11,19); }
td.TdClassName
{
border-color: #BA0B13;
}
.TagClassName
{
border-color: #BA0B13;
}
</style>