Shades of Venetian Red #BA121C
Tints of Venetian Red #BA121C
RGB
CMYK
RGB Variations
Color information
#BA121C (or 0xBA121C) is known color: Venetian Red. HEX triplet: BA, 12 and 1C. RGB value is (186,18,28). Sum of RGB (Red+Green+Blue) = 186+18+28=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA121C is #45EDE3. Grayscale: #454545. Windows color (decimal): -4582884 or 1839802. OLE color: 1839802.
HSL color Cylindrical-coordinate representation of color #BA121C: hue angle of 356.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA121C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.27 |
| HSL | 356.43º | 0.82% | 0.4% | - |
| HSV(B) | 356.43º | 0.9% | 0.73% | - |
| XYZ | 20.68 | 10.96 | 2.12 | - |
| YUV | 69.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 28 | 0 | 0.90 | 0.85 | 0.27 | 356.43 | 0.82 | 0.4 |
| Hex | BA | 12 | 1C | 0 | 5A | 55 | 1B | 164 | 52 | 28 |
| Octal | 272 | 22 | 34 | 0 | 132 | 125 | 33 | 544 | 122 | 50 |
| Binary | 10111010 | 10010 | 11100 | 0 | 1011010 | 1010101 | 11011 | 101100100 | 1010010 | 101000 |
Color Harmonies of #BA121C
Complementary color
Monochromatic Colors of #BA121C
Black with #BA121C
Text Example
Text Example
White with #BA121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA121C; }
p { color: rgb(186,18,28); }
H1.HeaderClassName
{
color: #BA121C;
}
.AnyTagClassName
{
color: #BA121C;
}
</style>
background-color css
<style>
a { background-color: #BA121C; }
a { background-color: rgb(186,18,28); }
div.DivClassName
{
background-color: #BA121C;
}
.BgClassName
{
background-color: #BA121C;
}
</style>
border-color css
<style>
span { border-color: #BA121C; }
span { border-color: rgb(186,18,28); }
td.TdClassName
{
border-color: #BA121C;
}
.TagClassName
{
border-color: #BA121C;
}
</style>