Shades of Venetian Red #BA0816
Tints of Venetian Red #BA0816
RGB
CMYK
RGB Variations
Color information
#BA0816 (or 0xBA0816) is known color: Venetian Red. HEX triplet: BA, 08 and 16. RGB value is (186,8,22). Sum of RGB (Red+Green+Blue) = 186+8+22=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0816 is #45F7E9. Grayscale: #3E3E3E. Windows color (decimal): -4585450 or 1444026. OLE color: 1444026.
HSL color Cylindrical-coordinate representation of color #BA0816: hue angle of 355.28º degrees, saturation: 0.92, 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 #BA0816 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.27 |
| HSL | 355.28º | 0.92% | 0.38% | - |
| HSV(B) | 355.28º | 0.96% | 0.73% | - |
| XYZ | 20.48 | 10.67 | 1.74 | - |
| YUV | 62.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 22 | 0 | 0.96 | 0.88 | 0.27 | 355.28 | 0.92 | 0.38 |
| Hex | BA | 8 | 16 | 0 | 60 | 58 | 1B | 163 | 5C | 26 |
| Octal | 272 | 10 | 26 | 0 | 140 | 130 | 33 | 543 | 134 | 46 |
| Binary | 10111010 | 1000 | 10110 | 0 | 1100000 | 1011000 | 11011 | 101100011 | 1011100 | 100110 |
Color Harmonies of #BA0816
Complementary color
Monochromatic Colors of #BA0816
Black with #BA0816
Text Example
Text Example
White with #BA0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0816; }
p { color: rgb(186,8,22); }
H1.HeaderClassName
{
color: #BA0816;
}
.AnyTagClassName
{
color: #BA0816;
}
</style>
background-color css
<style>
a { background-color: #BA0816; }
a { background-color: rgb(186,8,22); }
div.DivClassName
{
background-color: #BA0816;
}
.BgClassName
{
background-color: #BA0816;
}
</style>
border-color css
<style>
span { border-color: #BA0816; }
span { border-color: rgb(186,8,22); }
td.TdClassName
{
border-color: #BA0816;
}
.TagClassName
{
border-color: #BA0816;
}
</style>