Shades of Venetian Red #BA0922
Tints of Venetian Red #BA0922
RGB
CMYK
RGB Variations
Color information
#BA0922 (or 0xBA0922) is known color: Venetian Red. HEX triplet: BA, 09 and 22. RGB value is (186,9,34). Sum of RGB (Red+Green+Blue) = 186+9+34=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0922 is #45F6DD. Grayscale: #404040. Windows color (decimal): -4585182 or 2230714. OLE color: 2230714.
HSL color Cylindrical-coordinate representation of color #BA0922: hue angle of 351.53º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0922 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.27 |
| HSL | 351.53º | 0.91% | 0.38% | - |
| HSV(B) | 351.53º | 0.95% | 0.73% | - |
| XYZ | 20.64 | 10.75 | 2.5 | - |
| YUV | 64.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 34 | 0 | 0.95 | 0.82 | 0.27 | 351.53 | 0.91 | 0.38 |
| Hex | BA | 9 | 22 | 0 | 5F | 52 | 1B | 160 | 5B | 26 |
| Octal | 272 | 11 | 42 | 0 | 137 | 122 | 33 | 540 | 133 | 46 |
| Binary | 10111010 | 1001 | 100010 | 0 | 1011111 | 1010010 | 11011 | 101100000 | 1011011 | 100110 |
Color Harmonies of #BA0922
Complementary color
Monochromatic Colors of #BA0922
Black with #BA0922
Text Example
Text Example
White with #BA0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0922; }
p { color: rgb(186,9,34); }
H1.HeaderClassName
{
color: #BA0922;
}
.AnyTagClassName
{
color: #BA0922;
}
</style>
background-color css
<style>
a { background-color: #BA0922; }
a { background-color: rgb(186,9,34); }
div.DivClassName
{
background-color: #BA0922;
}
.BgClassName
{
background-color: #BA0922;
}
</style>
border-color css
<style>
span { border-color: #BA0922; }
span { border-color: rgb(186,9,34); }
td.TdClassName
{
border-color: #BA0922;
}
.TagClassName
{
border-color: #BA0922;
}
</style>