Shades of Venetian Red #BA0E10
Tints of Venetian Red #BA0E10
RGB
CMYK
RGB Variations
Color information
#BA0E10 (or 0xBA0E10) is known color: Venetian Red. HEX triplet: BA, 0E and 10. RGB value is (186,14,16). Sum of RGB (Red+Green+Blue) = 186+14+16=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0E10 is #45F1EF. Grayscale: #414141. Windows color (decimal): -4583920 or 1052346. OLE color: 1052346.
HSL color Cylindrical-coordinate representation of color #BA0E10: hue angle of 359.3º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E10 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 14 | 16 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.27 |
| HSL | 359.3º | 0.86% | 0.39% | - |
| HSV(B) | 359.3º | 0.92% | 0.73% | - |
| XYZ | 20.5 | 10.79 | 1.49 | - |
| YUV | 65.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 16 | 0 | 0.92 | 0.91 | 0.27 | 359.3 | 0.86 | 0.39 |
| Hex | BA | E | 10 | 0 | 5C | 5B | 1B | 167 | 56 | 27 |
| Octal | 272 | 16 | 20 | 0 | 134 | 133 | 33 | 547 | 126 | 47 |
| Binary | 10111010 | 1110 | 10000 | 0 | 1011100 | 1011011 | 11011 | 101100111 | 1010110 | 100111 |
Color Harmonies of #BA0E10
Complementary color
Monochromatic Colors of #BA0E10
Black with #BA0E10
Text Example
Text Example
White with #BA0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0E10; }
p { color: rgb(186,14,16); }
H1.HeaderClassName
{
color: #BA0E10;
}
.AnyTagClassName
{
color: #BA0E10;
}
</style>
background-color css
<style>
a { background-color: #BA0E10; }
a { background-color: rgb(186,14,16); }
div.DivClassName
{
background-color: #BA0E10;
}
.BgClassName
{
background-color: #BA0E10;
}
</style>
border-color css
<style>
span { border-color: #BA0E10; }
span { border-color: rgb(186,14,16); }
td.TdClassName
{
border-color: #BA0E10;
}
.TagClassName
{
border-color: #BA0E10;
}
</style>