Shades of Venetian Red #BA0721
Tints of Venetian Red #BA0721
RGB
CMYK
RGB Variations
Color information
#BA0721 (or 0xBA0721) is known color: Venetian Red. HEX triplet: BA, 07 and 21. RGB value is (186,7,33). Sum of RGB (Red+Green+Blue) = 186+7+33=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0721 is #45F8DE. Grayscale: #3F3F3F. Windows color (decimal): -4585695 or 2164666. OLE color: 2164666.
HSL color Cylindrical-coordinate representation of color #BA0721: hue angle of 351.28º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0721 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.27 |
| HSL | 351.28º | 0.93% | 0.38% | - |
| HSV(B) | 351.28º | 0.96% | 0.73% | - |
| XYZ | 20.6 | 10.7 | 2.42 | - |
| YUV | 63.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 33 | 0 | 0.96 | 0.82 | 0.27 | 351.28 | 0.93 | 0.38 |
| Hex | BA | 7 | 21 | 0 | 60 | 52 | 1B | 15F | 5D | 26 |
| Octal | 272 | 7 | 41 | 0 | 140 | 122 | 33 | 537 | 135 | 46 |
| Binary | 10111010 | 111 | 100001 | 0 | 1100000 | 1010010 | 11011 | 101011111 | 1011101 | 100110 |
Color Harmonies of #BA0721
Complementary color
Monochromatic Colors of #BA0721
Black with #BA0721
Text Example
Text Example
White with #BA0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0721; }
p { color: rgb(186,7,33); }
H1.HeaderClassName
{
color: #BA0721;
}
.AnyTagClassName
{
color: #BA0721;
}
</style>
background-color css
<style>
a { background-color: #BA0721; }
a { background-color: rgb(186,7,33); }
div.DivClassName
{
background-color: #BA0721;
}
.BgClassName
{
background-color: #BA0721;
}
</style>
border-color css
<style>
span { border-color: #BA0721; }
span { border-color: rgb(186,7,33); }
td.TdClassName
{
border-color: #BA0721;
}
.TagClassName
{
border-color: #BA0721;
}
</style>