Shades of Venetian Red #BA0812
Tints of Venetian Red #BA0812
RGB
CMYK
RGB Variations
Color information
#BA0812 (or 0xBA0812) is known color: Venetian Red. HEX triplet: BA, 08 and 12. RGB value is (186,8,18). Sum of RGB (Red+Green+Blue) = 186+8+18=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0812 is #45F7ED. Grayscale: #3E3E3E. Windows color (decimal): -4585454 or 1181882. OLE color: 1181882.
HSL color Cylindrical-coordinate representation of color #BA0812: hue angle of 356.63º 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 #BA0812 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.27 |
| HSL | 356.63º | 0.92% | 0.38% | - |
| HSV(B) | 356.63º | 0.96% | 0.73% | - |
| XYZ | 20.45 | 10.66 | 1.55 | - |
| YUV | 62.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 18 | 0 | 0.96 | 0.90 | 0.27 | 356.63 | 0.92 | 0.38 |
| Hex | BA | 8 | 12 | 0 | 60 | 5A | 1B | 165 | 5C | 26 |
| Octal | 272 | 10 | 22 | 0 | 140 | 132 | 33 | 545 | 134 | 46 |
| Binary | 10111010 | 1000 | 10010 | 0 | 1100000 | 1011010 | 11011 | 101100101 | 1011100 | 100110 |
Color Harmonies of #BA0812
Complementary color
Monochromatic Colors of #BA0812
Black with #BA0812
Text Example
Text Example
White with #BA0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0812; }
p { color: rgb(186,8,18); }
H1.HeaderClassName
{
color: #BA0812;
}
.AnyTagClassName
{
color: #BA0812;
}
</style>
background-color css
<style>
a { background-color: #BA0812; }
a { background-color: rgb(186,8,18); }
div.DivClassName
{
background-color: #BA0812;
}
.BgClassName
{
background-color: #BA0812;
}
</style>
border-color css
<style>
span { border-color: #BA0812; }
span { border-color: rgb(186,8,18); }
td.TdClassName
{
border-color: #BA0812;
}
.TagClassName
{
border-color: #BA0812;
}
</style>