Shades of Venetian Red #BA0621
Tints of Venetian Red #BA0621
RGB
CMYK
RGB Variations
Color information
#BA0621 (or 0xBA0621) is known color: Venetian Red. HEX triplet: BA, 06 and 21. RGB value is (186,6,33). Sum of RGB (Red+Green+Blue) = 186+6+33=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0621 is #45F9DE. Grayscale: #3E3E3E. Windows color (decimal): -4585951 or 2164410. OLE color: 2164410.
HSL color Cylindrical-coordinate representation of color #BA0621: hue angle of 351º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0621 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 33 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.27 |
| HSL | 351º | 0.94% | 0.38% | - |
| HSV(B) | 351º | 0.97% | 0.73% | - |
| XYZ | 20.59 | 10.68 | 2.41 | - |
| YUV | 62.9 | 111.13 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 33 | 0 | 0.97 | 0.82 | 0.27 | 351 | 0.94 | 0.38 |
| Hex | BA | 6 | 21 | 0 | 61 | 52 | 1B | 15F | 5E | 26 |
| Octal | 272 | 6 | 41 | 0 | 141 | 122 | 33 | 537 | 136 | 46 |
| Binary | 10111010 | 110 | 100001 | 0 | 1100001 | 1010010 | 11011 | 101011111 | 1011110 | 100110 |
Color Harmonies of #BA0621
Complementary color
Monochromatic Colors of #BA0621
Black with #BA0621
Text Example
Text Example
White with #BA0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0621; }
p { color: rgb(186,6,33); }
H1.HeaderClassName
{
color: #BA0621;
}
.AnyTagClassName
{
color: #BA0621;
}
</style>
background-color css
<style>
a { background-color: #BA0621; }
a { background-color: rgb(186,6,33); }
div.DivClassName
{
background-color: #BA0621;
}
.BgClassName
{
background-color: #BA0621;
}
</style>
border-color css
<style>
span { border-color: #BA0621; }
span { border-color: rgb(186,6,33); }
td.TdClassName
{
border-color: #BA0621;
}
.TagClassName
{
border-color: #BA0621;
}
</style>