Shades of Venetian Red #BA0710
Tints of Venetian Red #BA0710
RGB
CMYK
RGB Variations
Color information
#BA0710 (or 0xBA0710) is known color: Venetian Red. HEX triplet: BA, 07 and 10. RGB value is (186,7,16). Sum of RGB (Red+Green+Blue) = 186+7+16=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0710 is #45F8EF. Grayscale: #3D3D3D. Windows color (decimal): -4585712 or 1050554. OLE color: 1050554.
HSL color Cylindrical-coordinate representation of color #BA0710: hue angle of 356.98º 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 #BA0710 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 16 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.27 |
| HSL | 356.98º | 0.93% | 0.38% | - |
| HSV(B) | 356.98º | 0.96% | 0.73% | - |
| XYZ | 20.42 | 10.63 | 1.47 | - |
| YUV | 61.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 16 | 0 | 0.96 | 0.91 | 0.27 | 356.98 | 0.93 | 0.38 |
| Hex | BA | 7 | 10 | 0 | 60 | 5B | 1B | 165 | 5D | 26 |
| Octal | 272 | 7 | 20 | 0 | 140 | 133 | 33 | 545 | 135 | 46 |
| Binary | 10111010 | 111 | 10000 | 0 | 1100000 | 1011011 | 11011 | 101100101 | 1011101 | 100110 |
Color Harmonies of #BA0710
Complementary color
Monochromatic Colors of #BA0710
Black with #BA0710
Text Example
Text Example
White with #BA0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0710; }
p { color: rgb(186,7,16); }
H1.HeaderClassName
{
color: #BA0710;
}
.AnyTagClassName
{
color: #BA0710;
}
</style>
background-color css
<style>
a { background-color: #BA0710; }
a { background-color: rgb(186,7,16); }
div.DivClassName
{
background-color: #BA0710;
}
.BgClassName
{
background-color: #BA0710;
}
</style>
border-color css
<style>
span { border-color: #BA0710; }
span { border-color: rgb(186,7,16); }
td.TdClassName
{
border-color: #BA0710;
}
.TagClassName
{
border-color: #BA0710;
}
</style>