Shades of Venetian Red #BA021C
Tints of Venetian Red #BA021C
RGB
CMYK
RGB Variations
Color information
#BA021C (or 0xBA021C) is known color: Venetian Red. HEX triplet: BA, 02 and 1C. RGB value is (186,2,28). Sum of RGB (Red+Green+Blue) = 186+2+28=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA021C is #45FDE3. Grayscale: #3C3C3C. Windows color (decimal): -4586980 or 1835706. OLE color: 1835706.
HSL color Cylindrical-coordinate representation of color #BA021C: hue angle of 351.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.27 |
| HSL | 351.52º | 0.98% | 0.37% | - |
| HSV(B) | 351.52º | 0.99% | 0.73% | - |
| XYZ | 20.48 | 10.57 | 2.06 | - |
| YUV | 59.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 28 | 0 | 0.99 | 0.85 | 0.27 | 351.52 | 0.98 | 0.37 |
| Hex | BA | 2 | 1C | 0 | 63 | 55 | 1B | 160 | 62 | 25 |
| Octal | 272 | 2 | 34 | 0 | 143 | 125 | 33 | 540 | 142 | 45 |
| Binary | 10111010 | 10 | 11100 | 0 | 1100011 | 1010101 | 11011 | 101100000 | 1100010 | 100101 |
Color Harmonies of #BA021C
Complementary color
Monochromatic Colors of #BA021C
Black with #BA021C
Text Example
Text Example
White with #BA021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA021C; }
p { color: rgb(186,2,28); }
H1.HeaderClassName
{
color: #BA021C;
}
.AnyTagClassName
{
color: #BA021C;
}
</style>
background-color css
<style>
a { background-color: #BA021C; }
a { background-color: rgb(186,2,28); }
div.DivClassName
{
background-color: #BA021C;
}
.BgClassName
{
background-color: #BA021C;
}
</style>
border-color css
<style>
span { border-color: #BA021C; }
span { border-color: rgb(186,2,28); }
td.TdClassName
{
border-color: #BA021C;
}
.TagClassName
{
border-color: #BA021C;
}
</style>