Shades of Venetian Red #BA1718
Tints of Venetian Red #BA1718
RGB
CMYK
RGB Variations
Color information
#BA1718 (or 0xBA1718) is known color: Venetian Red. HEX triplet: BA, 17 and 18. RGB value is (186,23,24). Sum of RGB (Red+Green+Blue) = 186+23+24=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1718 is #45E8E7. Grayscale: #484848. Windows color (decimal): -4581608 or 1578938. OLE color: 1578938.
HSL color Cylindrical-coordinate representation of color #BA1718: hue angle of 359.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1718 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 24 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.27 |
| HSL | 359.63º | 0.78% | 0.41% | - |
| HSV(B) | 359.63º | 0.88% | 0.73% | - |
| XYZ | 20.72 | 11.12 | 1.92 | - |
| YUV | 71.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 24 | 0 | 0.88 | 0.87 | 0.27 | 359.63 | 0.78 | 0.41 |
| Hex | BA | 17 | 18 | 0 | 58 | 57 | 1B | 168 | 4E | 29 |
| Octal | 272 | 27 | 30 | 0 | 130 | 127 | 33 | 550 | 116 | 51 |
| Binary | 10111010 | 10111 | 11000 | 0 | 1011000 | 1010111 | 11011 | 101101000 | 1001110 | 101001 |
Color Harmonies of #BA1718
Complementary color
Monochromatic Colors of #BA1718
Black with #BA1718
Text Example
Text Example
White with #BA1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1718; }
p { color: rgb(186,23,24); }
H1.HeaderClassName
{
color: #BA1718;
}
.AnyTagClassName
{
color: #BA1718;
}
</style>
background-color css
<style>
a { background-color: #BA1718; }
a { background-color: rgb(186,23,24); }
div.DivClassName
{
background-color: #BA1718;
}
.BgClassName
{
background-color: #BA1718;
}
</style>
border-color css
<style>
span { border-color: #BA1718; }
span { border-color: rgb(186,23,24); }
td.TdClassName
{
border-color: #BA1718;
}
.TagClassName
{
border-color: #BA1718;
}
</style>