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