Shades of Venetian Red #BA0B26
Tints of Venetian Red #BA0B26
RGB
CMYK
RGB Variations
Color information
#BA0B26 (or 0xBA0B26) is known color: Venetian Red. HEX triplet: BA, 0B and 26. RGB value is (186,11,38). Sum of RGB (Red+Green+Blue) = 186+11+38=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B26 is #45F4D9. Grayscale: #424242. Windows color (decimal): -4584666 or 2493370. OLE color: 2493370.
HSL color Cylindrical-coordinate representation of color #BA0B26: hue angle of 350.74º 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 #BA0B26 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 38 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.27 |
| HSL | 350.74º | 0.89% | 0.39% | - |
| HSV(B) | 350.74º | 0.94% | 0.73% | - |
| XYZ | 20.72 | 10.82 | 2.83 | - |
| YUV | 66.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 38 | 0 | 0.94 | 0.80 | 0.27 | 350.74 | 0.89 | 0.39 |
| Hex | BA | B | 26 | 0 | 5E | 50 | 1B | 15F | 59 | 27 |
| Octal | 272 | 13 | 46 | 0 | 136 | 120 | 33 | 537 | 131 | 47 |
| Binary | 10111010 | 1011 | 100110 | 0 | 1011110 | 1010000 | 11011 | 101011111 | 1011001 | 100111 |
Color Harmonies of #BA0B26
Complementary color
Monochromatic Colors of #BA0B26
Black with #BA0B26
Text Example
Text Example
White with #BA0B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B26; }
p { color: rgb(186,11,38); }
H1.HeaderClassName
{
color: #BA0B26;
}
.AnyTagClassName
{
color: #BA0B26;
}
</style>
background-color css
<style>
a { background-color: #BA0B26; }
a { background-color: rgb(186,11,38); }
div.DivClassName
{
background-color: #BA0B26;
}
.BgClassName
{
background-color: #BA0B26;
}
</style>
border-color css
<style>
span { border-color: #BA0B26; }
span { border-color: rgb(186,11,38); }
td.TdClassName
{
border-color: #BA0B26;
}
.TagClassName
{
border-color: #BA0B26;
}
</style>