Shades of Venetian Red #BA030B
Tints of Venetian Red #BA030B
RGB
CMYK
RGB Variations
Color information
#BA030B (or 0xBA030B) is known color: Venetian Red. HEX triplet: BA, 03 and 0B. RGB value is (186,3,11). Sum of RGB (Red+Green+Blue) = 186+3+11=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA030B is #45FCF4. Grayscale: #3A3A3A. Windows color (decimal): -4586741 or 721850. OLE color: 721850.
HSL color Cylindrical-coordinate representation of color #BA030B: hue angle of 357.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.27 |
| HSL | 357.38º | 0.97% | 0.37% | - |
| HSV(B) | 357.38º | 0.98% | 0.73% | - |
| XYZ | 20.34 | 10.53 | 1.28 | - |
| YUV | 58.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 11 | 0 | 0.98 | 0.94 | 0.27 | 357.38 | 0.97 | 0.37 |
| Hex | BA | 3 | B | 0 | 62 | 5E | 1B | 165 | 61 | 25 |
| Octal | 272 | 3 | 13 | 0 | 142 | 136 | 33 | 545 | 141 | 45 |
| Binary | 10111010 | 11 | 1011 | 0 | 1100010 | 1011110 | 11011 | 101100101 | 1100001 | 100101 |
Color Harmonies of #BA030B
Complementary color
Monochromatic Colors of #BA030B
Black with #BA030B
Text Example
Text Example
White with #BA030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA030B; }
p { color: rgb(186,3,11); }
H1.HeaderClassName
{
color: #BA030B;
}
.AnyTagClassName
{
color: #BA030B;
}
</style>
background-color css
<style>
a { background-color: #BA030B; }
a { background-color: rgb(186,3,11); }
div.DivClassName
{
background-color: #BA030B;
}
.BgClassName
{
background-color: #BA030B;
}
</style>
border-color css
<style>
span { border-color: #BA030B; }
span { border-color: rgb(186,3,11); }
td.TdClassName
{
border-color: #BA030B;
}
.TagClassName
{
border-color: #BA030B;
}
</style>