Shades of Venetian Red #BA1417
Tints of Venetian Red #BA1417
RGB
CMYK
RGB Variations
Color information
#BA1417 (or 0xBA1417) is known color: Venetian Red. HEX triplet: BA, 14 and 17. RGB value is (186,20,23). Sum of RGB (Red+Green+Blue) = 186+20+23=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1417 is #45EBE8. Grayscale: #464646. Windows color (decimal): -4582377 or 1512634. OLE color: 1512634.
HSL color Cylindrical-coordinate representation of color #BA1417: hue angle of 358.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1417 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 23 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.27 |
| HSL | 358.92º | 0.81% | 0.4% | - |
| HSV(B) | 358.92º | 0.89% | 0.73% | - |
| XYZ | 20.65 | 11 | 1.85 | - |
| YUV | 69.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 23 | 0 | 0.89 | 0.88 | 0.27 | 358.92 | 0.81 | 0.4 |
| Hex | BA | 14 | 17 | 0 | 59 | 58 | 1B | 167 | 51 | 28 |
| Octal | 272 | 24 | 27 | 0 | 131 | 130 | 33 | 547 | 121 | 50 |
| Binary | 10111010 | 10100 | 10111 | 0 | 1011001 | 1011000 | 11011 | 101100111 | 1010001 | 101000 |
Color Harmonies of #BA1417
Complementary color
Monochromatic Colors of #BA1417
Black with #BA1417
Text Example
Text Example
White with #BA1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1417; }
p { color: rgb(186,20,23); }
H1.HeaderClassName
{
color: #BA1417;
}
.AnyTagClassName
{
color: #BA1417;
}
</style>
background-color css
<style>
a { background-color: #BA1417; }
a { background-color: rgb(186,20,23); }
div.DivClassName
{
background-color: #BA1417;
}
.BgClassName
{
background-color: #BA1417;
}
</style>
border-color css
<style>
span { border-color: #BA1417; }
span { border-color: rgb(186,20,23); }
td.TdClassName
{
border-color: #BA1417;
}
.TagClassName
{
border-color: #BA1417;
}
</style>