Shades of Venetian Red #BA010B
Tints of Venetian Red #BA010B
RGB
CMYK
RGB Variations
Color information
#BA010B (or 0xBA010B) is known color: Venetian Red. HEX triplet: BA, 01 and 0B. RGB value is (186,1,11). Sum of RGB (Red+Green+Blue) = 186+1+11=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010B is #45FEF4. Grayscale: #393939. Windows color (decimal): -4587253 or 721338. OLE color: 721338.
HSL color Cylindrical-coordinate representation of color #BA010B: hue angle of 356.76º degrees, saturation: 0.99, 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 #BA010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.27 |
| HSL | 356.76º | 0.99% | 0.37% | - |
| HSV(B) | 356.76º | 0.99% | 0.73% | - |
| XYZ | 20.32 | 10.48 | 1.27 | - |
| YUV | 57.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 11 | 0 | 0.99 | 0.94 | 0.27 | 356.76 | 0.99 | 0.37 |
| Hex | BA | 1 | B | 0 | 63 | 5E | 1B | 165 | 63 | 25 |
| Octal | 272 | 1 | 13 | 0 | 143 | 136 | 33 | 545 | 143 | 45 |
| Binary | 10111010 | 1 | 1011 | 0 | 1100011 | 1011110 | 11011 | 101100101 | 1100011 | 100101 |
Color Harmonies of #BA010B
Complementary color
Monochromatic Colors of #BA010B
Black with #BA010B
Text Example
Text Example
White with #BA010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA010B; }
p { color: rgb(186,1,11); }
H1.HeaderClassName
{
color: #BA010B;
}
.AnyTagClassName
{
color: #BA010B;
}
</style>
background-color css
<style>
a { background-color: #BA010B; }
a { background-color: rgb(186,1,11); }
div.DivClassName
{
background-color: #BA010B;
}
.BgClassName
{
background-color: #BA010B;
}
</style>
border-color css
<style>
span { border-color: #BA010B; }
span { border-color: rgb(186,1,11); }
td.TdClassName
{
border-color: #BA010B;
}
.TagClassName
{
border-color: #BA010B;
}
</style>