Shades of Venetian Red #BA051E
Tints of Venetian Red #BA051E
RGB
CMYK
RGB Variations
Color information
#BA051E (or 0xBA051E) is known color: Venetian Red. HEX triplet: BA, 05 and 1E. RGB value is (186,5,30). Sum of RGB (Red+Green+Blue) = 186+5+30=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA051E is #45FAE1. Grayscale: #3E3E3E. Windows color (decimal): -4586210 or 1967546. OLE color: 1967546.
HSL color Cylindrical-coordinate representation of color #BA051E: hue angle of 351.71º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA051E is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 30 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.27 |
| HSL | 351.71º | 0.95% | 0.37% | - |
| HSV(B) | 351.71º | 0.97% | 0.73% | - |
| XYZ | 20.54 | 10.64 | 2.2 | - |
| YUV | 61.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 30 | 0 | 0.97 | 0.84 | 0.27 | 351.71 | 0.95 | 0.37 |
| Hex | BA | 5 | 1E | 0 | 61 | 54 | 1B | 160 | 5F | 25 |
| Octal | 272 | 5 | 36 | 0 | 141 | 124 | 33 | 540 | 137 | 45 |
| Binary | 10111010 | 101 | 11110 | 0 | 1100001 | 1010100 | 11011 | 101100000 | 1011111 | 100101 |
Color Harmonies of #BA051E
Complementary color
Monochromatic Colors of #BA051E
Black with #BA051E
Text Example
Text Example
White with #BA051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA051E; }
p { color: rgb(186,5,30); }
H1.HeaderClassName
{
color: #BA051E;
}
.AnyTagClassName
{
color: #BA051E;
}
</style>
background-color css
<style>
a { background-color: #BA051E; }
a { background-color: rgb(186,5,30); }
div.DivClassName
{
background-color: #BA051E;
}
.BgClassName
{
background-color: #BA051E;
}
</style>
border-color css
<style>
span { border-color: #BA051E; }
span { border-color: rgb(186,5,30); }
td.TdClassName
{
border-color: #BA051E;
}
.TagClassName
{
border-color: #BA051E;
}
</style>