Shades of Venetian Red #BA0616
Tints of Venetian Red #BA0616
RGB
CMYK
RGB Variations
Color information
#BA0616 (or 0xBA0616) is known color: Venetian Red. HEX triplet: BA, 06 and 16. RGB value is (186,6,22). Sum of RGB (Red+Green+Blue) = 186+6+22=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0616 is #45F9E9. Grayscale: #3D3D3D. Windows color (decimal): -4585962 or 1443514. OLE color: 1443514.
HSL color Cylindrical-coordinate representation of color #BA0616: hue angle of 354.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0616 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.27 |
| HSL | 354.67º | 0.94% | 0.38% | - |
| HSV(B) | 354.67º | 0.97% | 0.73% | - |
| XYZ | 20.46 | 10.63 | 1.73 | - |
| YUV | 61.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 22 | 0 | 0.97 | 0.88 | 0.27 | 354.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 16 | 0 | 61 | 58 | 1B | 163 | 5E | 26 |
| Octal | 272 | 6 | 26 | 0 | 141 | 130 | 33 | 543 | 136 | 46 |
| Binary | 10111010 | 110 | 10110 | 0 | 1100001 | 1011000 | 11011 | 101100011 | 1011110 | 100110 |
Color Harmonies of #BA0616
Complementary color
Monochromatic Colors of #BA0616
Black with #BA0616
Text Example
Text Example
White with #BA0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0616; }
p { color: rgb(186,6,22); }
H1.HeaderClassName
{
color: #BA0616;
}
.AnyTagClassName
{
color: #BA0616;
}
</style>
background-color css
<style>
a { background-color: #BA0616; }
a { background-color: rgb(186,6,22); }
div.DivClassName
{
background-color: #BA0616;
}
.BgClassName
{
background-color: #BA0616;
}
</style>
border-color css
<style>
span { border-color: #BA0616; }
span { border-color: rgb(186,6,22); }
td.TdClassName
{
border-color: #BA0616;
}
.TagClassName
{
border-color: #BA0616;
}
</style>