Shades of Venetian Red #BA0521
Tints of Venetian Red #BA0521
RGB
CMYK
RGB Variations
Color information
#BA0521 (or 0xBA0521) is known color: Venetian Red. HEX triplet: BA, 05 and 21. RGB value is (186,5,33). Sum of RGB (Red+Green+Blue) = 186+5+33=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0521 is #45FADE. Grayscale: #3E3E3E. Windows color (decimal): -4586207 or 2164154. OLE color: 2164154.
HSL color Cylindrical-coordinate representation of color #BA0521: hue angle of 350.72º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0521 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.27 |
| HSL | 350.72º | 0.95% | 0.37% | - |
| HSV(B) | 350.72º | 0.97% | 0.73% | - |
| XYZ | 20.58 | 10.66 | 2.41 | - |
| YUV | 62.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 33 | 0 | 0.97 | 0.82 | 0.27 | 350.72 | 0.95 | 0.37 |
| Hex | BA | 5 | 21 | 0 | 61 | 52 | 1B | 15F | 5F | 25 |
| Octal | 272 | 5 | 41 | 0 | 141 | 122 | 33 | 537 | 137 | 45 |
| Binary | 10111010 | 101 | 100001 | 0 | 1100001 | 1010010 | 11011 | 101011111 | 1011111 | 100101 |
Color Harmonies of #BA0521
Complementary color
Monochromatic Colors of #BA0521
Black with #BA0521
Text Example
Text Example
White with #BA0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0521; }
p { color: rgb(186,5,33); }
H1.HeaderClassName
{
color: #BA0521;
}
.AnyTagClassName
{
color: #BA0521;
}
</style>
background-color css
<style>
a { background-color: #BA0521; }
a { background-color: rgb(186,5,33); }
div.DivClassName
{
background-color: #BA0521;
}
.BgClassName
{
background-color: #BA0521;
}
</style>
border-color css
<style>
span { border-color: #BA0521; }
span { border-color: rgb(186,5,33); }
td.TdClassName
{
border-color: #BA0521;
}
.TagClassName
{
border-color: #BA0521;
}
</style>