Shades of Venetian Red #BA020B
Tints of Venetian Red #BA020B
RGB
CMYK
RGB Variations
Color information
#BA020B (or 0xBA020B) is known color: Venetian Red. HEX triplet: BA, 02 and 0B. RGB value is (186,2,11). Sum of RGB (Red+Green+Blue) = 186+2+11=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA020B is #45FDF4. Grayscale: #3A3A3A. Windows color (decimal): -4586997 or 721594. OLE color: 721594.
HSL color Cylindrical-coordinate representation of color #BA020B: hue angle of 357.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.27 |
| HSL | 357.07º | 0.98% | 0.37% | - |
| HSV(B) | 357.07º | 0.99% | 0.73% | - |
| XYZ | 20.33 | 10.51 | 1.27 | - |
| YUV | 58.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 11 | 0 | 0.99 | 0.94 | 0.27 | 357.07 | 0.98 | 0.37 |
| Hex | BA | 2 | B | 0 | 63 | 5E | 1B | 165 | 62 | 25 |
| Octal | 272 | 2 | 13 | 0 | 143 | 136 | 33 | 545 | 142 | 45 |
| Binary | 10111010 | 10 | 1011 | 0 | 1100011 | 1011110 | 11011 | 101100101 | 1100010 | 100101 |
Color Harmonies of #BA020B
Complementary color
Monochromatic Colors of #BA020B
Black with #BA020B
Text Example
Text Example
White with #BA020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA020B; }
p { color: rgb(186,2,11); }
H1.HeaderClassName
{
color: #BA020B;
}
.AnyTagClassName
{
color: #BA020B;
}
</style>
background-color css
<style>
a { background-color: #BA020B; }
a { background-color: rgb(186,2,11); }
div.DivClassName
{
background-color: #BA020B;
}
.BgClassName
{
background-color: #BA020B;
}
</style>
border-color css
<style>
span { border-color: #BA020B; }
span { border-color: rgb(186,2,11); }
td.TdClassName
{
border-color: #BA020B;
}
.TagClassName
{
border-color: #BA020B;
}
</style>