Shades of Venetian Red #BA040D
Tints of Venetian Red #BA040D
RGB
CMYK
RGB Variations
Color information
#BA040D (or 0xBA040D) is known color: Venetian Red. HEX triplet: BA, 04 and 0D. RGB value is (186,4,13). Sum of RGB (Red+Green+Blue) = 186+4+13=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA040D is #45FBF2. Grayscale: #3B3B3B. Windows color (decimal): -4586483 or 853178. OLE color: 853178.
HSL color Cylindrical-coordinate representation of color #BA040D: hue angle of 357.03º 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 #BA040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.27 |
| HSL | 357.03º | 0.96% | 0.37% | - |
| HSV(B) | 357.03º | 0.98% | 0.73% | - |
| XYZ | 20.37 | 10.56 | 1.34 | - |
| YUV | 59.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 13 | 0 | 0.98 | 0.93 | 0.27 | 357.03 | 0.96 | 0.37 |
| Hex | BA | 4 | D | 0 | 62 | 5D | 1B | 165 | 60 | 25 |
| Octal | 272 | 4 | 15 | 0 | 142 | 135 | 33 | 545 | 140 | 45 |
| Binary | 10111010 | 100 | 1101 | 0 | 1100010 | 1011101 | 11011 | 101100101 | 1100000 | 100101 |
Color Harmonies of #BA040D
Complementary color
Monochromatic Colors of #BA040D
Black with #BA040D
Text Example
Text Example
White with #BA040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA040D; }
p { color: rgb(186,4,13); }
H1.HeaderClassName
{
color: #BA040D;
}
.AnyTagClassName
{
color: #BA040D;
}
</style>
background-color css
<style>
a { background-color: #BA040D; }
a { background-color: rgb(186,4,13); }
div.DivClassName
{
background-color: #BA040D;
}
.BgClassName
{
background-color: #BA040D;
}
</style>
border-color css
<style>
span { border-color: #BA040D; }
span { border-color: rgb(186,4,13); }
td.TdClassName
{
border-color: #BA040D;
}
.TagClassName
{
border-color: #BA040D;
}
</style>