Shades of Venetian Red #BA0A28
Tints of Venetian Red #BA0A28
RGB
CMYK
RGB Variations
Color information
#BA0A28 (or 0xBA0A28) is known color: Venetian Red. HEX triplet: BA, 0A and 28. RGB value is (186,10,40). Sum of RGB (Red+Green+Blue) = 186+10+40=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A28 is #45F5D7. Grayscale: #424242. Windows color (decimal): -4584920 or 2624186. OLE color: 2624186.
HSL color Cylindrical-coordinate representation of color #BA0A28: hue angle of 349.77º degrees, saturation: 0.9, 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 #BA0A28 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 40 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.27 |
| HSL | 349.77º | 0.9% | 0.38% | - |
| HSV(B) | 349.77º | 0.95% | 0.73% | - |
| XYZ | 20.74 | 10.81 | 3 | - |
| YUV | 66.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 40 | 0 | 0.95 | 0.78 | 0.27 | 349.77 | 0.9 | 0.38 |
| Hex | BA | A | 28 | 0 | 5F | 4E | 1B | 15E | 5A | 26 |
| Octal | 272 | 12 | 50 | 0 | 137 | 116 | 33 | 536 | 132 | 46 |
| Binary | 10111010 | 1010 | 101000 | 0 | 1011111 | 1001110 | 11011 | 101011110 | 1011010 | 100110 |
Color Harmonies of #BA0A28
Complementary color
Monochromatic Colors of #BA0A28
Black with #BA0A28
Text Example
Text Example
White with #BA0A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A28; }
p { color: rgb(186,10,40); }
H1.HeaderClassName
{
color: #BA0A28;
}
.AnyTagClassName
{
color: #BA0A28;
}
</style>
background-color css
<style>
a { background-color: #BA0A28; }
a { background-color: rgb(186,10,40); }
div.DivClassName
{
background-color: #BA0A28;
}
.BgClassName
{
background-color: #BA0A28;
}
</style>
border-color css
<style>
span { border-color: #BA0A28; }
span { border-color: rgb(186,10,40); }
td.TdClassName
{
border-color: #BA0A28;
}
.TagClassName
{
border-color: #BA0A28;
}
</style>