Shades of Venetian Red #BA111B
Tints of Venetian Red #BA111B
RGB
CMYK
RGB Variations
Color information
#BA111B (or 0xBA111B) is known color: Venetian Red. HEX triplet: BA, 11 and 1B. RGB value is (186,17,27). Sum of RGB (Red+Green+Blue) = 186+17+27=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111B is #45EEE4. Grayscale: #444444. Windows color (decimal): -4583141 or 1774010. OLE color: 1774010.
HSL color Cylindrical-coordinate representation of color #BA111B: hue angle of 356.45º 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 #BA111B is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.27 |
| HSL | 356.45º | 0.83% | 0.4% | - |
| HSV(B) | 356.45º | 0.91% | 0.73% | - |
| XYZ | 20.65 | 10.92 | 2.06 | - |
| YUV | 68.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 27 | 0 | 0.91 | 0.85 | 0.27 | 356.45 | 0.83 | 0.4 |
| Hex | BA | 11 | 1B | 0 | 5B | 55 | 1B | 164 | 53 | 28 |
| Octal | 272 | 21 | 33 | 0 | 133 | 125 | 33 | 544 | 123 | 50 |
| Binary | 10111010 | 10001 | 11011 | 0 | 1011011 | 1010101 | 11011 | 101100100 | 1010011 | 101000 |
Color Harmonies of #BA111B
Complementary color
Monochromatic Colors of #BA111B
Black with #BA111B
Text Example
Text Example
White with #BA111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA111B; }
p { color: rgb(186,17,27); }
H1.HeaderClassName
{
color: #BA111B;
}
.AnyTagClassName
{
color: #BA111B;
}
</style>
background-color css
<style>
a { background-color: #BA111B; }
a { background-color: rgb(186,17,27); }
div.DivClassName
{
background-color: #BA111B;
}
.BgClassName
{
background-color: #BA111B;
}
</style>
border-color css
<style>
span { border-color: #BA111B; }
span { border-color: rgb(186,17,27); }
td.TdClassName
{
border-color: #BA111B;
}
.TagClassName
{
border-color: #BA111B;
}
</style>