Shades of Venetian Red #BA040B
Tints of Venetian Red #BA040B
RGB
CMYK
RGB Variations
Color information
#BA040B (or 0xBA040B) is known color: Venetian Red. HEX triplet: BA, 04 and 0B. RGB value is (186,4,11). Sum of RGB (Red+Green+Blue) = 186+4+11=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA040B is #45FBF4. Grayscale: #3B3B3B. Windows color (decimal): -4586485 or 722106. OLE color: 722106.
HSL color Cylindrical-coordinate representation of color #BA040B: hue angle of 357.69º 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 #BA040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.27 |
| HSL | 357.69º | 0.96% | 0.37% | - |
| HSV(B) | 357.69º | 0.98% | 0.73% | - |
| XYZ | 20.35 | 10.55 | 1.28 | - |
| YUV | 59.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 11 | 0 | 0.98 | 0.94 | 0.27 | 357.69 | 0.96 | 0.37 |
| Hex | BA | 4 | B | 0 | 62 | 5E | 1B | 166 | 60 | 25 |
| Octal | 272 | 4 | 13 | 0 | 142 | 136 | 33 | 546 | 140 | 45 |
| Binary | 10111010 | 100 | 1011 | 0 | 1100010 | 1011110 | 11011 | 101100110 | 1100000 | 100101 |
Color Harmonies of #BA040B
Complementary color
Monochromatic Colors of #BA040B
Black with #BA040B
Text Example
Text Example
White with #BA040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA040B; }
p { color: rgb(186,4,11); }
H1.HeaderClassName
{
color: #BA040B;
}
.AnyTagClassName
{
color: #BA040B;
}
</style>
background-color css
<style>
a { background-color: #BA040B; }
a { background-color: rgb(186,4,11); }
div.DivClassName
{
background-color: #BA040B;
}
.BgClassName
{
background-color: #BA040B;
}
</style>
border-color css
<style>
span { border-color: #BA040B; }
span { border-color: rgb(186,4,11); }
td.TdClassName
{
border-color: #BA040B;
}
.TagClassName
{
border-color: #BA040B;
}
</style>