Shades of Venetian Red #BA000B
Tints of Venetian Red #BA000B
RGB
CMYK
RGB Variations
Color information
#BA000B (or 0xBA000B) is known color: Venetian Red. HEX triplet: BA, 00 and 0B. RGB value is (186,0,11). Sum of RGB (Red+Green+Blue) = 186+0+11=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA000B is #45FFF4. Grayscale: #393939. Windows color (decimal): -4587509 or 721082. OLE color: 721082.
HSL color Cylindrical-coordinate representation of color #BA000B: hue angle of 356.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.27 |
| HSL | 356.45º | 1% | 0.36% | - |
| HSV(B) | 356.45º | 1% | 0.73% | - |
| XYZ | 20.31 | 10.46 | 1.27 | - |
| YUV | 56.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 11 | 0 | 1 | 0.94 | 0.27 | 356.45 | 1 | 0.36 |
| Hex | BA | 0 | B | 0 | 64 | 5E | 1B | 164 | 64 | 24 |
| Octal | 272 | 0 | 13 | 0 | 144 | 136 | 33 | 544 | 144 | 44 |
| Binary | 10111010 | 0 | 1011 | 0 | 1100100 | 1011110 | 11011 | 101100100 | 1100100 | 100100 |
Color Harmonies of #BA000B
Complementary color
Monochromatic Colors of #BA000B
Black with #BA000B
Text Example
Text Example
White with #BA000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA000B; }
p { color: rgb(186,0,11); }
H1.HeaderClassName
{
color: #BA000B;
}
.AnyTagClassName
{
color: #BA000B;
}
</style>
background-color css
<style>
a { background-color: #BA000B; }
a { background-color: rgb(186,0,11); }
div.DivClassName
{
background-color: #BA000B;
}
.BgClassName
{
background-color: #BA000B;
}
</style>
border-color css
<style>
span { border-color: #BA000B; }
span { border-color: rgb(186,0,11); }
td.TdClassName
{
border-color: #BA000B;
}
.TagClassName
{
border-color: #BA000B;
}
</style>