Shades of Venetian Red #BA0D21
Tints of Venetian Red #BA0D21
RGB
CMYK
RGB Variations
Color information
#BA0D21 (or 0xBA0D21) is known color: Venetian Red. HEX triplet: BA, 0D and 21. RGB value is (186,13,33). Sum of RGB (Red+Green+Blue) = 186+13+33=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D21 is #45F2DE. Grayscale: #434343. Windows color (decimal): -4584159 or 2166202. OLE color: 2166202.
HSL color Cylindrical-coordinate representation of color #BA0D21: hue angle of 353.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D21 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 33 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.27 |
| HSL | 353.06º | 0.87% | 0.39% | - |
| HSV(B) | 353.06º | 0.93% | 0.73% | - |
| XYZ | 20.67 | 10.84 | 2.44 | - |
| YUV | 67.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 33 | 0 | 0.93 | 0.82 | 0.27 | 353.06 | 0.87 | 0.39 |
| Hex | BA | D | 21 | 0 | 5D | 52 | 1B | 161 | 57 | 27 |
| Octal | 272 | 15 | 41 | 0 | 135 | 122 | 33 | 541 | 127 | 47 |
| Binary | 10111010 | 1101 | 100001 | 0 | 1011101 | 1010010 | 11011 | 101100001 | 1010111 | 100111 |
Color Harmonies of #BA0D21
Complementary color
Monochromatic Colors of #BA0D21
Black with #BA0D21
Text Example
Text Example
White with #BA0D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D21; }
p { color: rgb(186,13,33); }
H1.HeaderClassName
{
color: #BA0D21;
}
.AnyTagClassName
{
color: #BA0D21;
}
</style>
background-color css
<style>
a { background-color: #BA0D21; }
a { background-color: rgb(186,13,33); }
div.DivClassName
{
background-color: #BA0D21;
}
.BgClassName
{
background-color: #BA0D21;
}
</style>
border-color css
<style>
span { border-color: #BA0D21; }
span { border-color: rgb(186,13,33); }
td.TdClassName
{
border-color: #BA0D21;
}
.TagClassName
{
border-color: #BA0D21;
}
</style>