Shades of Venetian Red #BA1021
Tints of Venetian Red #BA1021
RGB
CMYK
RGB Variations
Color information
#BA1021 (or 0xBA1021) is known color: Venetian Red. HEX triplet: BA, 10 and 21. RGB value is (186,16,33). Sum of RGB (Red+Green+Blue) = 186+16+33=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1021 is #45EFDE. Grayscale: #444444. Windows color (decimal): -4583391 or 2166970. OLE color: 2166970.
HSL color Cylindrical-coordinate representation of color #BA1021: hue angle of 354º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1021 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 33 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.27 |
| HSL | 354º | 0.84% | 0.4% | - |
| HSV(B) | 354º | 0.91% | 0.73% | - |
| XYZ | 20.71 | 10.92 | 2.46 | - |
| YUV | 68.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 33 | 0 | 0.91 | 0.82 | 0.27 | 354 | 0.84 | 0.4 |
| Hex | BA | 10 | 21 | 0 | 5B | 52 | 1B | 162 | 54 | 28 |
| Octal | 272 | 20 | 41 | 0 | 133 | 122 | 33 | 542 | 124 | 50 |
| Binary | 10111010 | 10000 | 100001 | 0 | 1011011 | 1010010 | 11011 | 101100010 | 1010100 | 101000 |
Color Harmonies of #BA1021
Complementary color
Monochromatic Colors of #BA1021
Black with #BA1021
Text Example
Text Example
White with #BA1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1021; }
p { color: rgb(186,16,33); }
H1.HeaderClassName
{
color: #BA1021;
}
.AnyTagClassName
{
color: #BA1021;
}
</style>
background-color css
<style>
a { background-color: #BA1021; }
a { background-color: rgb(186,16,33); }
div.DivClassName
{
background-color: #BA1021;
}
.BgClassName
{
background-color: #BA1021;
}
</style>
border-color css
<style>
span { border-color: #BA1021; }
span { border-color: rgb(186,16,33); }
td.TdClassName
{
border-color: #BA1021;
}
.TagClassName
{
border-color: #BA1021;
}
</style>