Shades of Venetian Red #BA041A
Tints of Venetian Red #BA041A
RGB
CMYK
RGB Variations
Color information
#BA041A (or 0xBA041A) is known color: Venetian Red. HEX triplet: BA, 04 and 1A. RGB value is (186,4,26). Sum of RGB (Red+Green+Blue) = 186+4+26=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA041A is #45FBE5. Grayscale: #3D3D3D. Windows color (decimal): -4586470 or 1705146. OLE color: 1705146.
HSL color Cylindrical-coordinate representation of color #BA041A: hue angle of 352.75º 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 #BA041A is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.27 |
| HSL | 352.75º | 0.96% | 0.37% | - |
| HSV(B) | 352.75º | 0.98% | 0.73% | - |
| XYZ | 20.48 | 10.6 | 1.94 | - |
| YUV | 60.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 26 | 0 | 0.98 | 0.86 | 0.27 | 352.75 | 0.96 | 0.37 |
| Hex | BA | 4 | 1A | 0 | 62 | 56 | 1B | 161 | 60 | 25 |
| Octal | 272 | 4 | 32 | 0 | 142 | 126 | 33 | 541 | 140 | 45 |
| Binary | 10111010 | 100 | 11010 | 0 | 1100010 | 1010110 | 11011 | 101100001 | 1100000 | 100101 |
Color Harmonies of #BA041A
Complementary color
Monochromatic Colors of #BA041A
Black with #BA041A
Text Example
Text Example
White with #BA041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA041A; }
p { color: rgb(186,4,26); }
H1.HeaderClassName
{
color: #BA041A;
}
.AnyTagClassName
{
color: #BA041A;
}
</style>
background-color css
<style>
a { background-color: #BA041A; }
a { background-color: rgb(186,4,26); }
div.DivClassName
{
background-color: #BA041A;
}
.BgClassName
{
background-color: #BA041A;
}
</style>
border-color css
<style>
span { border-color: #BA041A; }
span { border-color: rgb(186,4,26); }
td.TdClassName
{
border-color: #BA041A;
}
.TagClassName
{
border-color: #BA041A;
}
</style>