Shades of Venetian Red #BA0916
Tints of Venetian Red #BA0916
RGB
CMYK
RGB Variations
Color information
#BA0916 (or 0xBA0916) is known color: Venetian Red. HEX triplet: BA, 09 and 16. RGB value is (186,9,22). Sum of RGB (Red+Green+Blue) = 186+9+22=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0916 is #45F6E9. Grayscale: #3F3F3F. Windows color (decimal): -4585194 or 1444282. OLE color: 1444282.
HSL color Cylindrical-coordinate representation of color #BA0916: hue angle of 355.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0916 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 22 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.27 |
| HSL | 355.59º | 0.91% | 0.38% | - |
| HSV(B) | 355.59º | 0.95% | 0.73% | - |
| XYZ | 20.49 | 10.69 | 1.74 | - |
| YUV | 63.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 22 | 0 | 0.95 | 0.88 | 0.27 | 355.59 | 0.91 | 0.38 |
| Hex | BA | 9 | 16 | 0 | 5F | 58 | 1B | 164 | 5B | 26 |
| Octal | 272 | 11 | 26 | 0 | 137 | 130 | 33 | 544 | 133 | 46 |
| Binary | 10111010 | 1001 | 10110 | 0 | 1011111 | 1011000 | 11011 | 101100100 | 1011011 | 100110 |
Color Harmonies of #BA0916
Complementary color
Monochromatic Colors of #BA0916
Black with #BA0916
Text Example
Text Example
White with #BA0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0916; }
p { color: rgb(186,9,22); }
H1.HeaderClassName
{
color: #BA0916;
}
.AnyTagClassName
{
color: #BA0916;
}
</style>
background-color css
<style>
a { background-color: #BA0916; }
a { background-color: rgb(186,9,22); }
div.DivClassName
{
background-color: #BA0916;
}
.BgClassName
{
background-color: #BA0916;
}
</style>
border-color css
<style>
span { border-color: #BA0916; }
span { border-color: rgb(186,9,22); }
td.TdClassName
{
border-color: #BA0916;
}
.TagClassName
{
border-color: #BA0916;
}
</style>