Shades of Venetian Red #BA040F
Tints of Venetian Red #BA040F
RGB
CMYK
RGB Variations
Color information
#BA040F (or 0xBA040F) is known color: Venetian Red. HEX triplet: BA, 04 and 0F. RGB value is (186,4,15). Sum of RGB (Red+Green+Blue) = 186+4+15=205 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.73% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 186 - color contains mainly: red. Hex color #BA040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA040F is #45FBF0. Grayscale: #3B3B3B. Windows color (decimal): -4586481 or 984250. OLE color: 984250.
HSL color Cylindrical-coordinate representation of color #BA040F: hue angle of 356.37º 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 #BA040F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.27 |
| HSL | 356.37º | 0.96% | 0.37% | - |
| HSV(B) | 356.37º | 0.98% | 0.73% | - |
| XYZ | 20.38 | 10.56 | 1.42 | - |
| YUV | 59.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 15 | 0 | 0.98 | 0.92 | 0.27 | 356.37 | 0.96 | 0.37 |
| Hex | BA | 4 | F | 0 | 62 | 5C | 1B | 164 | 60 | 25 |
| Octal | 272 | 4 | 17 | 0 | 142 | 134 | 33 | 544 | 140 | 45 |
| Binary | 10111010 | 100 | 1111 | 0 | 1100010 | 1011100 | 11011 | 101100100 | 1100000 | 100101 |
Color Harmonies of #BA040F
Complementary color
Monochromatic Colors of #BA040F
Black with #BA040F
Text Example
Text Example
White with #BA040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA040F; }
p { color: rgb(186,4,15); }
H1.HeaderClassName
{
color: #BA040F;
}
.AnyTagClassName
{
color: #BA040F;
}
</style>
background-color css
<style>
a { background-color: #BA040F; }
a { background-color: rgb(186,4,15); }
div.DivClassName
{
background-color: #BA040F;
}
.BgClassName
{
background-color: #BA040F;
}
</style>
border-color css
<style>
span { border-color: #BA040F; }
span { border-color: rgb(186,4,15); }
td.TdClassName
{
border-color: #BA040F;
}
.TagClassName
{
border-color: #BA040F;
}
</style>