Shades of Venetian Red #BA040E
Tints of Venetian Red #BA040E
RGB
CMYK
RGB Variations
Color information
#BA040E (or 0xBA040E) is known color: Venetian Red. HEX triplet: BA, 04 and 0E. RGB value is (186,4,14). Sum of RGB (Red+Green+Blue) = 186+4+14=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA040E is #45FBF1. Grayscale: #3B3B3B. Windows color (decimal): -4586482 or 918714. OLE color: 918714.
HSL color Cylindrical-coordinate representation of color #BA040E: hue angle of 356.7º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA040E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.27 |
| HSL | 356.7º | 0.96% | 0.37% | - |
| HSV(B) | 356.7º | 0.98% | 0.73% | - |
| XYZ | 20.37 | 10.56 | 1.38 | - |
| YUV | 59.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 14 | 0 | 0.98 | 0.92 | 0.27 | 356.7 | 0.96 | 0.37 |
| Hex | BA | 4 | E | 0 | 62 | 5C | 1B | 165 | 60 | 25 |
| Octal | 272 | 4 | 16 | 0 | 142 | 134 | 33 | 545 | 140 | 45 |
| Binary | 10111010 | 100 | 1110 | 0 | 1100010 | 1011100 | 11011 | 101100101 | 1100000 | 100101 |
Color Harmonies of #BA040E
Complementary color
Monochromatic Colors of #BA040E
Black with #BA040E
Text Example
Text Example
White with #BA040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA040E; }
p { color: rgb(186,4,14); }
H1.HeaderClassName
{
color: #BA040E;
}
.AnyTagClassName
{
color: #BA040E;
}
</style>
background-color css
<style>
a { background-color: #BA040E; }
a { background-color: rgb(186,4,14); }
div.DivClassName
{
background-color: #BA040E;
}
.BgClassName
{
background-color: #BA040E;
}
</style>
border-color css
<style>
span { border-color: #BA040E; }
span { border-color: rgb(186,4,14); }
td.TdClassName
{
border-color: #BA040E;
}
.TagClassName
{
border-color: #BA040E;
}
</style>