Shades of Venetian Red #BA0B22
Tints of Venetian Red #BA0B22
RGB
CMYK
RGB Variations
Color information
#BA0B22 (or 0xBA0B22) is known color: Venetian Red. HEX triplet: BA, 0B and 22. RGB value is (186,11,34). Sum of RGB (Red+Green+Blue) = 186+11+34=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B22 is #45F4DD. Grayscale: #424242. Windows color (decimal): -4584670 or 2231226. OLE color: 2231226.
HSL color Cylindrical-coordinate representation of color #BA0B22: hue angle of 352.11º 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 #BA0B22 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 34 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.27 |
| HSL | 352.11º | 0.89% | 0.39% | - |
| HSV(B) | 352.11º | 0.94% | 0.73% | - |
| XYZ | 20.66 | 10.79 | 2.51 | - |
| YUV | 65.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 34 | 0 | 0.94 | 0.82 | 0.27 | 352.11 | 0.89 | 0.39 |
| Hex | BA | B | 22 | 0 | 5E | 52 | 1B | 160 | 59 | 27 |
| Octal | 272 | 13 | 42 | 0 | 136 | 122 | 33 | 540 | 131 | 47 |
| Binary | 10111010 | 1011 | 100010 | 0 | 1011110 | 1010010 | 11011 | 101100000 | 1011001 | 100111 |
Color Harmonies of #BA0B22
Complementary color
Monochromatic Colors of #BA0B22
Black with #BA0B22
Text Example
Text Example
White with #BA0B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B22; }
p { color: rgb(186,11,34); }
H1.HeaderClassName
{
color: #BA0B22;
}
.AnyTagClassName
{
color: #BA0B22;
}
</style>
background-color css
<style>
a { background-color: #BA0B22; }
a { background-color: rgb(186,11,34); }
div.DivClassName
{
background-color: #BA0B22;
}
.BgClassName
{
background-color: #BA0B22;
}
</style>
border-color css
<style>
span { border-color: #BA0B22; }
span { border-color: rgb(186,11,34); }
td.TdClassName
{
border-color: #BA0B22;
}
.TagClassName
{
border-color: #BA0B22;
}
</style>