Shades of Venetian Red #BA050E
Tints of Venetian Red #BA050E
RGB
CMYK
RGB Variations
Color information
#BA050E (or 0xBA050E) is known color: Venetian Red. HEX triplet: BA, 05 and 0E. RGB value is (186,5,14). Sum of RGB (Red+Green+Blue) = 186+5+14=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA050E is #45FAF1. Grayscale: #3C3C3C. Windows color (decimal): -4586226 or 918970. OLE color: 918970.
HSL color Cylindrical-coordinate representation of color #BA050E: hue angle of 357.02º 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 #BA050E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 14 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.27 |
| HSL | 357.02º | 0.95% | 0.37% | - |
| HSV(B) | 357.02º | 0.97% | 0.73% | - |
| XYZ | 20.38 | 10.58 | 1.38 | - |
| YUV | 60.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 14 | 0 | 0.97 | 0.92 | 0.27 | 357.02 | 0.95 | 0.37 |
| Hex | BA | 5 | E | 0 | 61 | 5C | 1B | 165 | 5F | 25 |
| Octal | 272 | 5 | 16 | 0 | 141 | 134 | 33 | 545 | 137 | 45 |
| Binary | 10111010 | 101 | 1110 | 0 | 1100001 | 1011100 | 11011 | 101100101 | 1011111 | 100101 |
Color Harmonies of #BA050E
Complementary color
Monochromatic Colors of #BA050E
Black with #BA050E
Text Example
Text Example
White with #BA050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA050E; }
p { color: rgb(186,5,14); }
H1.HeaderClassName
{
color: #BA050E;
}
.AnyTagClassName
{
color: #BA050E;
}
</style>
background-color css
<style>
a { background-color: #BA050E; }
a { background-color: rgb(186,5,14); }
div.DivClassName
{
background-color: #BA050E;
}
.BgClassName
{
background-color: #BA050E;
}
</style>
border-color css
<style>
span { border-color: #BA050E; }
span { border-color: rgb(186,5,14); }
td.TdClassName
{
border-color: #BA050E;
}
.TagClassName
{
border-color: #BA050E;
}
</style>