Shades of Venetian Red #BA0516
Tints of Venetian Red #BA0516
RGB
CMYK
RGB Variations
Color information
#BA0516 (or 0xBA0516) is known color: Venetian Red. HEX triplet: BA, 05 and 16. RGB value is (186,5,22). Sum of RGB (Red+Green+Blue) = 186+5+22=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0516 is #45FAE9. Grayscale: #3D3D3D. Windows color (decimal): -4586218 or 1443258. OLE color: 1443258.
HSL color Cylindrical-coordinate representation of color #BA0516: hue angle of 354.36º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0516 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.27 |
| HSL | 354.36º | 0.95% | 0.37% | - |
| HSV(B) | 354.36º | 0.97% | 0.73% | - |
| XYZ | 20.45 | 10.61 | 1.73 | - |
| YUV | 61.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 22 | 0 | 0.97 | 0.88 | 0.27 | 354.36 | 0.95 | 0.37 |
| Hex | BA | 5 | 16 | 0 | 61 | 58 | 1B | 162 | 5F | 25 |
| Octal | 272 | 5 | 26 | 0 | 141 | 130 | 33 | 542 | 137 | 45 |
| Binary | 10111010 | 101 | 10110 | 0 | 1100001 | 1011000 | 11011 | 101100010 | 1011111 | 100101 |
Color Harmonies of #BA0516
Complementary color
Monochromatic Colors of #BA0516
Black with #BA0516
Text Example
Text Example
White with #BA0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0516; }
p { color: rgb(186,5,22); }
H1.HeaderClassName
{
color: #BA0516;
}
.AnyTagClassName
{
color: #BA0516;
}
</style>
background-color css
<style>
a { background-color: #BA0516; }
a { background-color: rgb(186,5,22); }
div.DivClassName
{
background-color: #BA0516;
}
.BgClassName
{
background-color: #BA0516;
}
</style>
border-color css
<style>
span { border-color: #BA0516; }
span { border-color: rgb(186,5,22); }
td.TdClassName
{
border-color: #BA0516;
}
.TagClassName
{
border-color: #BA0516;
}
</style>