Shades of Venetian Red #BA1115
Tints of Venetian Red #BA1115
RGB
CMYK
RGB Variations
Color information
#BA1115 (or 0xBA1115) is known color: Venetian Red. HEX triplet: BA, 11 and 15. RGB value is (186,17,21). Sum of RGB (Red+Green+Blue) = 186+17+21=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1115 is #45EEEA. Grayscale: #444444. Windows color (decimal): -4583147 or 1380794. OLE color: 1380794.
HSL color Cylindrical-coordinate representation of color #BA1115: hue angle of 358.58º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1115 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.27 |
| HSL | 358.58º | 0.83% | 0.4% | - |
| HSV(B) | 358.58º | 0.91% | 0.73% | - |
| XYZ | 20.59 | 10.89 | 1.73 | - |
| YUV | 67.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 21 | 0 | 0.91 | 0.89 | 0.27 | 358.58 | 0.83 | 0.4 |
| Hex | BA | 11 | 15 | 0 | 5B | 59 | 1B | 167 | 53 | 28 |
| Octal | 272 | 21 | 25 | 0 | 133 | 131 | 33 | 547 | 123 | 50 |
| Binary | 10111010 | 10001 | 10101 | 0 | 1011011 | 1011001 | 11011 | 101100111 | 1010011 | 101000 |
Color Harmonies of #BA1115
Complementary color
Monochromatic Colors of #BA1115
Black with #BA1115
Text Example
Text Example
White with #BA1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1115; }
p { color: rgb(186,17,21); }
H1.HeaderClassName
{
color: #BA1115;
}
.AnyTagClassName
{
color: #BA1115;
}
</style>
background-color css
<style>
a { background-color: #BA1115; }
a { background-color: rgb(186,17,21); }
div.DivClassName
{
background-color: #BA1115;
}
.BgClassName
{
background-color: #BA1115;
}
</style>
border-color css
<style>
span { border-color: #BA1115; }
span { border-color: rgb(186,17,21); }
td.TdClassName
{
border-color: #BA1115;
}
.TagClassName
{
border-color: #BA1115;
}
</style>