Shades of Venetian Red #BA0622
Tints of Venetian Red #BA0622
RGB
CMYK
RGB Variations
Color information
#BA0622 (or 0xBA0622) is known color: Venetian Red. HEX triplet: BA, 06 and 22. RGB value is (186,6,34). Sum of RGB (Red+Green+Blue) = 186+6+34=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0622 is #45F9DD. Grayscale: #3F3F3F. Windows color (decimal): -4585950 or 2229946. OLE color: 2229946.
HSL color Cylindrical-coordinate representation of color #BA0622: hue angle of 350.67º 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 #BA0622 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.27 |
| HSL | 350.67º | 0.94% | 0.38% | - |
| HSV(B) | 350.67º | 0.97% | 0.73% | - |
| XYZ | 20.6 | 10.68 | 2.49 | - |
| YUV | 63.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 34 | 0 | 0.97 | 0.82 | 0.27 | 350.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 22 | 0 | 61 | 52 | 1B | 15F | 5E | 26 |
| Octal | 272 | 6 | 42 | 0 | 141 | 122 | 33 | 537 | 136 | 46 |
| Binary | 10111010 | 110 | 100010 | 0 | 1100001 | 1010010 | 11011 | 101011111 | 1011110 | 100110 |
Color Harmonies of #BA0622
Complementary color
Monochromatic Colors of #BA0622
Black with #BA0622
Text Example
Text Example
White with #BA0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0622; }
p { color: rgb(186,6,34); }
H1.HeaderClassName
{
color: #BA0622;
}
.AnyTagClassName
{
color: #BA0622;
}
</style>
background-color css
<style>
a { background-color: #BA0622; }
a { background-color: rgb(186,6,34); }
div.DivClassName
{
background-color: #BA0622;
}
.BgClassName
{
background-color: #BA0622;
}
</style>
border-color css
<style>
span { border-color: #BA0622; }
span { border-color: rgb(186,6,34); }
td.TdClassName
{
border-color: #BA0622;
}
.TagClassName
{
border-color: #BA0622;
}
</style>