Shades of Venetian Red #BA0422
Tints of Venetian Red #BA0422
RGB
CMYK
RGB Variations
Color information
#BA0422 (or 0xBA0422) is known color: Venetian Red. HEX triplet: BA, 04 and 22. RGB value is (186,4,34). Sum of RGB (Red+Green+Blue) = 186+4+34=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0422 is #45FBDD. Grayscale: #3D3D3D. Windows color (decimal): -4586462 or 2229434. OLE color: 2229434.
HSL color Cylindrical-coordinate representation of color #BA0422: hue angle of 350.11º 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 #BA0422 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.27 |
| HSL | 350.11º | 0.96% | 0.37% | - |
| HSV(B) | 350.11º | 0.98% | 0.73% | - |
| XYZ | 20.58 | 10.64 | 2.48 | - |
| YUV | 61.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 34 | 0 | 0.98 | 0.82 | 0.27 | 350.11 | 0.96 | 0.37 |
| Hex | BA | 4 | 22 | 0 | 62 | 52 | 1B | 15E | 60 | 25 |
| Octal | 272 | 4 | 42 | 0 | 142 | 122 | 33 | 536 | 140 | 45 |
| Binary | 10111010 | 100 | 100010 | 0 | 1100010 | 1010010 | 11011 | 101011110 | 1100000 | 100101 |
Color Harmonies of #BA0422
Complementary color
Monochromatic Colors of #BA0422
Black with #BA0422
Text Example
Text Example
White with #BA0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0422; }
p { color: rgb(186,4,34); }
H1.HeaderClassName
{
color: #BA0422;
}
.AnyTagClassName
{
color: #BA0422;
}
</style>
background-color css
<style>
a { background-color: #BA0422; }
a { background-color: rgb(186,4,34); }
div.DivClassName
{
background-color: #BA0422;
}
.BgClassName
{
background-color: #BA0422;
}
</style>
border-color css
<style>
span { border-color: #BA0422; }
span { border-color: rgb(186,4,34); }
td.TdClassName
{
border-color: #BA0422;
}
.TagClassName
{
border-color: #BA0422;
}
</style>