Shades of Venetian Red #BA0713
Tints of Venetian Red #BA0713
RGB
CMYK
RGB Variations
Color information
#BA0713 (or 0xBA0713) is known color: Venetian Red. HEX triplet: BA, 07 and 13. RGB value is (186,7,19). Sum of RGB (Red+Green+Blue) = 186+7+19=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0713 is #45F8EC. Grayscale: #3E3E3E. Windows color (decimal): -4585709 or 1247162. OLE color: 1247162.
HSL color Cylindrical-coordinate representation of color #BA0713: hue angle of 355.98º degrees, saturation: 0.93, 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 #BA0713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.27 |
| HSL | 355.98º | 0.93% | 0.38% | - |
| HSV(B) | 355.98º | 0.96% | 0.73% | - |
| XYZ | 20.44 | 10.64 | 1.59 | - |
| YUV | 61.89 | 103.8 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 19 | 0 | 0.96 | 0.90 | 0.27 | 355.98 | 0.93 | 0.38 |
| Hex | BA | 7 | 13 | 0 | 60 | 5A | 1B | 164 | 5D | 26 |
| Octal | 272 | 7 | 23 | 0 | 140 | 132 | 33 | 544 | 135 | 46 |
| Binary | 10111010 | 111 | 10011 | 0 | 1100000 | 1011010 | 11011 | 101100100 | 1011101 | 100110 |
Color Harmonies of #BA0713
Complementary color
Monochromatic Colors of #BA0713
Black with #BA0713
Text Example
Text Example
White with #BA0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0713; }
p { color: rgb(186,7,19); }
H1.HeaderClassName
{
color: #BA0713;
}
.AnyTagClassName
{
color: #BA0713;
}
</style>
background-color css
<style>
a { background-color: #BA0713; }
a { background-color: rgb(186,7,19); }
div.DivClassName
{
background-color: #BA0713;
}
.BgClassName
{
background-color: #BA0713;
}
</style>
border-color css
<style>
span { border-color: #BA0713; }
span { border-color: rgb(186,7,19); }
td.TdClassName
{
border-color: #BA0713;
}
.TagClassName
{
border-color: #BA0713;
}
</style>