Shades of Venetian Red #BA111A
Tints of Venetian Red #BA111A
RGB
CMYK
RGB Variations
Color information
#BA111A (or 0xBA111A) is known color: Venetian Red. HEX triplet: BA, 11 and 1A. RGB value is (186,17,26). Sum of RGB (Red+Green+Blue) = 186+17+26=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111A is #45EEE5. Grayscale: #444444. Windows color (decimal): -4583142 or 1708474. OLE color: 1708474.
HSL color Cylindrical-coordinate representation of color #BA111A: hue angle of 356.8º 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 #BA111A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 26 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.27 |
| HSL | 356.8º | 0.83% | 0.4% | - |
| HSV(B) | 356.8º | 0.91% | 0.73% | - |
| XYZ | 20.64 | 10.91 | 2 | - |
| YUV | 68.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 26 | 0 | 0.91 | 0.86 | 0.27 | 356.8 | 0.83 | 0.4 |
| Hex | BA | 11 | 1A | 0 | 5B | 56 | 1B | 165 | 53 | 28 |
| Octal | 272 | 21 | 32 | 0 | 133 | 126 | 33 | 545 | 123 | 50 |
| Binary | 10111010 | 10001 | 11010 | 0 | 1011011 | 1010110 | 11011 | 101100101 | 1010011 | 101000 |
Color Harmonies of #BA111A
Complementary color
Monochromatic Colors of #BA111A
Black with #BA111A
Text Example
Text Example
White with #BA111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA111A; }
p { color: rgb(186,17,26); }
H1.HeaderClassName
{
color: #BA111A;
}
.AnyTagClassName
{
color: #BA111A;
}
</style>
background-color css
<style>
a { background-color: #BA111A; }
a { background-color: rgb(186,17,26); }
div.DivClassName
{
background-color: #BA111A;
}
.BgClassName
{
background-color: #BA111A;
}
</style>
border-color css
<style>
span { border-color: #BA111A; }
span { border-color: rgb(186,17,26); }
td.TdClassName
{
border-color: #BA111A;
}
.TagClassName
{
border-color: #BA111A;
}
</style>