Shades of Venetian Red #BA111E
Tints of Venetian Red #BA111E
RGB
CMYK
RGB Variations
Color information
#BA111E (or 0xBA111E) is known color: Venetian Red. HEX triplet: BA, 11 and 1E. RGB value is (186,17,30). Sum of RGB (Red+Green+Blue) = 186+17+30=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111E is #45EEE1. Grayscale: #454545. Windows color (decimal): -4583138 or 1970618. OLE color: 1970618.
HSL color Cylindrical-coordinate representation of color #BA111E: hue angle of 355.38º 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 #BA111E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 30 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.27 |
| HSL | 355.38º | 0.83% | 0.4% | - |
| HSV(B) | 355.38º | 0.91% | 0.73% | - |
| XYZ | 20.68 | 10.93 | 2.25 | - |
| YUV | 69.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 30 | 0 | 0.91 | 0.84 | 0.27 | 355.38 | 0.83 | 0.4 |
| Hex | BA | 11 | 1E | 0 | 5B | 54 | 1B | 163 | 53 | 28 |
| Octal | 272 | 21 | 36 | 0 | 133 | 124 | 33 | 543 | 123 | 50 |
| Binary | 10111010 | 10001 | 11110 | 0 | 1011011 | 1010100 | 11011 | 101100011 | 1010011 | 101000 |
Color Harmonies of #BA111E
Complementary color
Monochromatic Colors of #BA111E
Black with #BA111E
Text Example
Text Example
White with #BA111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA111E; }
p { color: rgb(186,17,30); }
H1.HeaderClassName
{
color: #BA111E;
}
.AnyTagClassName
{
color: #BA111E;
}
</style>
background-color css
<style>
a { background-color: #BA111E; }
a { background-color: rgb(186,17,30); }
div.DivClassName
{
background-color: #BA111E;
}
.BgClassName
{
background-color: #BA111E;
}
</style>
border-color css
<style>
span { border-color: #BA111E; }
span { border-color: rgb(186,17,30); }
td.TdClassName
{
border-color: #BA111E;
}
.TagClassName
{
border-color: #BA111E;
}
</style>