Shades of Venetian Red #BA060E
Tints of Venetian Red #BA060E
RGB
CMYK
RGB Variations
Color information
#BA060E (or 0xBA060E) is known color: Venetian Red. HEX triplet: BA, 06 and 0E. RGB value is (186,6,14). Sum of RGB (Red+Green+Blue) = 186+6+14=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA060E is #45F9F1. Grayscale: #3C3C3C. Windows color (decimal): -4585970 or 919226. OLE color: 919226.
HSL color Cylindrical-coordinate representation of color #BA060E: hue angle of 357.33º 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 #BA060E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.27 |
| HSL | 357.33º | 0.94% | 0.38% | - |
| HSV(B) | 357.33º | 0.97% | 0.73% | - |
| XYZ | 20.39 | 10.6 | 1.39 | - |
| YUV | 60.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 14 | 0 | 0.97 | 0.92 | 0.27 | 357.33 | 0.94 | 0.38 |
| Hex | BA | 6 | E | 0 | 61 | 5C | 1B | 165 | 5E | 26 |
| Octal | 272 | 6 | 16 | 0 | 141 | 134 | 33 | 545 | 136 | 46 |
| Binary | 10111010 | 110 | 1110 | 0 | 1100001 | 1011100 | 11011 | 101100101 | 1011110 | 100110 |
Color Harmonies of #BA060E
Complementary color
Monochromatic Colors of #BA060E
Black with #BA060E
Text Example
Text Example
White with #BA060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA060E; }
p { color: rgb(186,6,14); }
H1.HeaderClassName
{
color: #BA060E;
}
.AnyTagClassName
{
color: #BA060E;
}
</style>
background-color css
<style>
a { background-color: #BA060E; }
a { background-color: rgb(186,6,14); }
div.DivClassName
{
background-color: #BA060E;
}
.BgClassName
{
background-color: #BA060E;
}
</style>
border-color css
<style>
span { border-color: #BA060E; }
span { border-color: rgb(186,6,14); }
td.TdClassName
{
border-color: #BA060E;
}
.TagClassName
{
border-color: #BA060E;
}
</style>