Shades of Venetian Red #BA070B
Tints of Venetian Red #BA070B
RGB
CMYK
RGB Variations
Color information
#BA070B (or 0xBA070B) is known color: Venetian Red. HEX triplet: BA, 07 and 0B. RGB value is (186,7,11). Sum of RGB (Red+Green+Blue) = 186+7+11=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA070B is #45F8F4. Grayscale: #3D3D3D. Windows color (decimal): -4585717 or 722874. OLE color: 722874.
HSL color Cylindrical-coordinate representation of color #BA070B: hue angle of 358.66º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.27 |
| HSL | 358.66º | 0.93% | 0.38% | - |
| HSV(B) | 358.66º | 0.96% | 0.73% | - |
| XYZ | 20.39 | 10.62 | 1.29 | - |
| YUV | 60.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 11 | 0 | 0.96 | 0.94 | 0.27 | 358.66 | 0.93 | 0.38 |
| Hex | BA | 7 | B | 0 | 60 | 5E | 1B | 167 | 5D | 26 |
| Octal | 272 | 7 | 13 | 0 | 140 | 136 | 33 | 547 | 135 | 46 |
| Binary | 10111010 | 111 | 1011 | 0 | 1100000 | 1011110 | 11011 | 101100111 | 1011101 | 100110 |
Color Harmonies of #BA070B
Complementary color
Monochromatic Colors of #BA070B
Black with #BA070B
Text Example
Text Example
White with #BA070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA070B; }
p { color: rgb(186,7,11); }
H1.HeaderClassName
{
color: #BA070B;
}
.AnyTagClassName
{
color: #BA070B;
}
</style>
background-color css
<style>
a { background-color: #BA070B; }
a { background-color: rgb(186,7,11); }
div.DivClassName
{
background-color: #BA070B;
}
.BgClassName
{
background-color: #BA070B;
}
</style>
border-color css
<style>
span { border-color: #BA070B; }
span { border-color: rgb(186,7,11); }
td.TdClassName
{
border-color: #BA070B;
}
.TagClassName
{
border-color: #BA070B;
}
</style>