Shades of Venetian Red #BA1116
Tints of Venetian Red #BA1116
RGB
CMYK
RGB Variations
Color information
#BA1116 (or 0xBA1116) is known color: Venetian Red. HEX triplet: BA, 11 and 16. RGB value is (186,17,22). Sum of RGB (Red+Green+Blue) = 186+17+22=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1116 is #45EEE9. Grayscale: #444444. Windows color (decimal): -4583146 or 1446330. OLE color: 1446330.
HSL color Cylindrical-coordinate representation of color #BA1116: hue angle of 358.22º 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 #BA1116 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 22 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.27 |
| HSL | 358.22º | 0.83% | 0.4% | - |
| HSV(B) | 358.22º | 0.91% | 0.73% | - |
| XYZ | 20.59 | 10.9 | 1.78 | - |
| YUV | 68.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 22 | 0 | 0.91 | 0.88 | 0.27 | 358.22 | 0.83 | 0.4 |
| Hex | BA | 11 | 16 | 0 | 5B | 58 | 1B | 166 | 53 | 28 |
| Octal | 272 | 21 | 26 | 0 | 133 | 130 | 33 | 546 | 123 | 50 |
| Binary | 10111010 | 10001 | 10110 | 0 | 1011011 | 1011000 | 11011 | 101100110 | 1010011 | 101000 |
Color Harmonies of #BA1116
Complementary color
Monochromatic Colors of #BA1116
Black with #BA1116
Text Example
Text Example
White with #BA1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1116; }
p { color: rgb(186,17,22); }
H1.HeaderClassName
{
color: #BA1116;
}
.AnyTagClassName
{
color: #BA1116;
}
</style>
background-color css
<style>
a { background-color: #BA1116; }
a { background-color: rgb(186,17,22); }
div.DivClassName
{
background-color: #BA1116;
}
.BgClassName
{
background-color: #BA1116;
}
</style>
border-color css
<style>
span { border-color: #BA1116; }
span { border-color: rgb(186,17,22); }
td.TdClassName
{
border-color: #BA1116;
}
.TagClassName
{
border-color: #BA1116;
}
</style>