Shades of Venetian Red #BA051D
Tints of Venetian Red #BA051D
RGB
CMYK
RGB Variations
Color information
#BA051D (or 0xBA051D) is known color: Venetian Red. HEX triplet: BA, 05 and 1D. RGB value is (186,5,29). Sum of RGB (Red+Green+Blue) = 186+5+29=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA051D is #45FAE2. Grayscale: #3D3D3D. Windows color (decimal): -4586211 or 1902010. OLE color: 1902010.
HSL color Cylindrical-coordinate representation of color #BA051D: hue angle of 352.04º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA051D is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.27 |
| HSL | 352.04º | 0.95% | 0.37% | - |
| HSV(B) | 352.04º | 0.97% | 0.73% | - |
| XYZ | 20.53 | 10.64 | 2.13 | - |
| YUV | 61.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 29 | 0 | 0.97 | 0.84 | 0.27 | 352.04 | 0.95 | 0.37 |
| Hex | BA | 5 | 1D | 0 | 61 | 54 | 1B | 160 | 5F | 25 |
| Octal | 272 | 5 | 35 | 0 | 141 | 124 | 33 | 540 | 137 | 45 |
| Binary | 10111010 | 101 | 11101 | 0 | 1100001 | 1010100 | 11011 | 101100000 | 1011111 | 100101 |
Color Harmonies of #BA051D
Complementary color
Monochromatic Colors of #BA051D
Black with #BA051D
Text Example
Text Example
White with #BA051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA051D; }
p { color: rgb(186,5,29); }
H1.HeaderClassName
{
color: #BA051D;
}
.AnyTagClassName
{
color: #BA051D;
}
</style>
background-color css
<style>
a { background-color: #BA051D; }
a { background-color: rgb(186,5,29); }
div.DivClassName
{
background-color: #BA051D;
}
.BgClassName
{
background-color: #BA051D;
}
</style>
border-color css
<style>
span { border-color: #BA051D; }
span { border-color: rgb(186,5,29); }
td.TdClassName
{
border-color: #BA051D;
}
.TagClassName
{
border-color: #BA051D;
}
</style>