Shades of Venetian Red #BA0421
Tints of Venetian Red #BA0421
RGB
CMYK
RGB Variations
Color information
#BA0421 (or 0xBA0421) is known color: Venetian Red. HEX triplet: BA, 04 and 21. RGB value is (186,4,33). Sum of RGB (Red+Green+Blue) = 186+4+33=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0421 is #45FBDE. Grayscale: #3D3D3D. Windows color (decimal): -4586463 or 2163898. OLE color: 2163898.
HSL color Cylindrical-coordinate representation of color #BA0421: hue angle of 350.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0421 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.27 |
| HSL | 350.44º | 0.96% | 0.37% | - |
| HSV(B) | 350.44º | 0.98% | 0.73% | - |
| XYZ | 20.57 | 10.64 | 2.41 | - |
| YUV | 61.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 33 | 0 | 0.98 | 0.82 | 0.27 | 350.44 | 0.96 | 0.37 |
| Hex | BA | 4 | 21 | 0 | 62 | 52 | 1B | 15E | 60 | 25 |
| Octal | 272 | 4 | 41 | 0 | 142 | 122 | 33 | 536 | 140 | 45 |
| Binary | 10111010 | 100 | 100001 | 0 | 1100010 | 1010010 | 11011 | 101011110 | 1100000 | 100101 |
Color Harmonies of #BA0421
Complementary color
Monochromatic Colors of #BA0421
Black with #BA0421
Text Example
Text Example
White with #BA0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0421; }
p { color: rgb(186,4,33); }
H1.HeaderClassName
{
color: #BA0421;
}
.AnyTagClassName
{
color: #BA0421;
}
</style>
background-color css
<style>
a { background-color: #BA0421; }
a { background-color: rgb(186,4,33); }
div.DivClassName
{
background-color: #BA0421;
}
.BgClassName
{
background-color: #BA0421;
}
</style>
border-color css
<style>
span { border-color: #BA0421; }
span { border-color: rgb(186,4,33); }
td.TdClassName
{
border-color: #BA0421;
}
.TagClassName
{
border-color: #BA0421;
}
</style>