Shades of Venetian Red #BA0B24
Tints of Venetian Red #BA0B24
RGB
CMYK
RGB Variations
Color information
#BA0B24 (or 0xBA0B24) is known color: Venetian Red. HEX triplet: BA, 0B and 24. RGB value is (186,11,36). Sum of RGB (Red+Green+Blue) = 186+11+36=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B24 is #45F4DB. Grayscale: #424242. Windows color (decimal): -4584668 or 2362298. OLE color: 2362298.
HSL color Cylindrical-coordinate representation of color #BA0B24: hue angle of 351.43º 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 #BA0B24 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 36 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.27 |
| HSL | 351.43º | 0.89% | 0.39% | - |
| HSV(B) | 351.43º | 0.94% | 0.73% | - |
| XYZ | 20.69 | 10.81 | 2.66 | - |
| YUV | 66.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 36 | 0 | 0.94 | 0.81 | 0.27 | 351.43 | 0.89 | 0.39 |
| Hex | BA | B | 24 | 0 | 5E | 51 | 1B | 15F | 59 | 27 |
| Octal | 272 | 13 | 44 | 0 | 136 | 121 | 33 | 537 | 131 | 47 |
| Binary | 10111010 | 1011 | 100100 | 0 | 1011110 | 1010001 | 11011 | 101011111 | 1011001 | 100111 |
Color Harmonies of #BA0B24
Complementary color
Monochromatic Colors of #BA0B24
Black with #BA0B24
Text Example
Text Example
White with #BA0B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B24; }
p { color: rgb(186,11,36); }
H1.HeaderClassName
{
color: #BA0B24;
}
.AnyTagClassName
{
color: #BA0B24;
}
</style>
background-color css
<style>
a { background-color: #BA0B24; }
a { background-color: rgb(186,11,36); }
div.DivClassName
{
background-color: #BA0B24;
}
.BgClassName
{
background-color: #BA0B24;
}
</style>
border-color css
<style>
span { border-color: #BA0B24; }
span { border-color: rgb(186,11,36); }
td.TdClassName
{
border-color: #BA0B24;
}
.TagClassName
{
border-color: #BA0B24;
}
</style>