Shades of Venetian Red #BA1517
Tints of Venetian Red #BA1517
RGB
CMYK
RGB Variations
Color information
#BA1517 (or 0xBA1517) is known color: Venetian Red. HEX triplet: BA, 15 and 17. RGB value is (186,21,23). Sum of RGB (Red+Green+Blue) = 186+21+23=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1517 is #45EAE8. Grayscale: #464646. Windows color (decimal): -4582121 or 1512890. OLE color: 1512890.
HSL color Cylindrical-coordinate representation of color #BA1517: hue angle of 359.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1517 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 23 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.27 |
| HSL | 359.27º | 0.8% | 0.41% | - |
| HSV(B) | 359.27º | 0.89% | 0.73% | - |
| XYZ | 20.67 | 11.04 | 1.85 | - |
| YUV | 70.56 | 101.16 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 23 | 0 | 0.89 | 0.88 | 0.27 | 359.27 | 0.8 | 0.41 |
| Hex | BA | 15 | 17 | 0 | 59 | 58 | 1B | 167 | 50 | 29 |
| Octal | 272 | 25 | 27 | 0 | 131 | 130 | 33 | 547 | 120 | 51 |
| Binary | 10111010 | 10101 | 10111 | 0 | 1011001 | 1011000 | 11011 | 101100111 | 1010000 | 101001 |
Color Harmonies of #BA1517
Complementary color
Monochromatic Colors of #BA1517
Black with #BA1517
Text Example
Text Example
White with #BA1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1517; }
p { color: rgb(186,21,23); }
H1.HeaderClassName
{
color: #BA1517;
}
.AnyTagClassName
{
color: #BA1517;
}
</style>
background-color css
<style>
a { background-color: #BA1517; }
a { background-color: rgb(186,21,23); }
div.DivClassName
{
background-color: #BA1517;
}
.BgClassName
{
background-color: #BA1517;
}
</style>
border-color css
<style>
span { border-color: #BA1517; }
span { border-color: rgb(186,21,23); }
td.TdClassName
{
border-color: #BA1517;
}
.TagClassName
{
border-color: #BA1517;
}
</style>