Shades of Venetian Red #BA040C
Tints of Venetian Red #BA040C
RGB
CMYK
RGB Variations
Color information
#BA040C (or 0xBA040C) is known color: Venetian Red. HEX triplet: BA, 04 and 0C. RGB value is (186,4,12). Sum of RGB (Red+Green+Blue) = 186+4+12=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA040C is #45FBF3. Grayscale: #3B3B3B. Windows color (decimal): -4586484 or 787642. OLE color: 787642.
HSL color Cylindrical-coordinate representation of color #BA040C: hue angle of 357.36º 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 #BA040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.27 |
| HSL | 357.36º | 0.96% | 0.37% | - |
| HSV(B) | 357.36º | 0.98% | 0.73% | - |
| XYZ | 20.36 | 10.55 | 1.31 | - |
| YUV | 59.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 12 | 0 | 0.98 | 0.94 | 0.27 | 357.36 | 0.96 | 0.37 |
| Hex | BA | 4 | C | 0 | 62 | 5E | 1B | 165 | 60 | 25 |
| Octal | 272 | 4 | 14 | 0 | 142 | 136 | 33 | 545 | 140 | 45 |
| Binary | 10111010 | 100 | 1100 | 0 | 1100010 | 1011110 | 11011 | 101100101 | 1100000 | 100101 |
Color Harmonies of #BA040C
Complementary color
Monochromatic Colors of #BA040C
Black with #BA040C
Text Example
Text Example
White with #BA040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA040C; }
p { color: rgb(186,4,12); }
H1.HeaderClassName
{
color: #BA040C;
}
.AnyTagClassName
{
color: #BA040C;
}
</style>
background-color css
<style>
a { background-color: #BA040C; }
a { background-color: rgb(186,4,12); }
div.DivClassName
{
background-color: #BA040C;
}
.BgClassName
{
background-color: #BA040C;
}
</style>
border-color css
<style>
span { border-color: #BA040C; }
span { border-color: rgb(186,4,12); }
td.TdClassName
{
border-color: #BA040C;
}
.TagClassName
{
border-color: #BA040C;
}
</style>