Shades of Venetian Red #BA0B23
Tints of Venetian Red #BA0B23
RGB
CMYK
RGB Variations
Color information
#BA0B23 (or 0xBA0B23) is known color: Venetian Red. HEX triplet: BA, 0B and 23. RGB value is (186,11,35). Sum of RGB (Red+Green+Blue) = 186+11+35=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B23 is #45F4DC. Grayscale: #424242. Windows color (decimal): -4584669 or 2296762. OLE color: 2296762.
HSL color Cylindrical-coordinate representation of color #BA0B23: hue angle of 351.77º 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 #BA0B23 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 35 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.27 |
| HSL | 351.77º | 0.89% | 0.39% | - |
| HSV(B) | 351.77º | 0.94% | 0.73% | - |
| XYZ | 20.67 | 10.8 | 2.59 | - |
| YUV | 66.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 35 | 0 | 0.94 | 0.81 | 0.27 | 351.77 | 0.89 | 0.39 |
| Hex | BA | B | 23 | 0 | 5E | 51 | 1B | 160 | 59 | 27 |
| Octal | 272 | 13 | 43 | 0 | 136 | 121 | 33 | 540 | 131 | 47 |
| Binary | 10111010 | 1011 | 100011 | 0 | 1011110 | 1010001 | 11011 | 101100000 | 1011001 | 100111 |
Color Harmonies of #BA0B23
Complementary color
Monochromatic Colors of #BA0B23
Black with #BA0B23
Text Example
Text Example
White with #BA0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B23; }
p { color: rgb(186,11,35); }
H1.HeaderClassName
{
color: #BA0B23;
}
.AnyTagClassName
{
color: #BA0B23;
}
</style>
background-color css
<style>
a { background-color: #BA0B23; }
a { background-color: rgb(186,11,35); }
div.DivClassName
{
background-color: #BA0B23;
}
.BgClassName
{
background-color: #BA0B23;
}
</style>
border-color css
<style>
span { border-color: #BA0B23; }
span { border-color: rgb(186,11,35); }
td.TdClassName
{
border-color: #BA0B23;
}
.TagClassName
{
border-color: #BA0B23;
}
</style>