Shades of Venetian Red #BA0515
Tints of Venetian Red #BA0515
RGB
CMYK
RGB Variations
Color information
#BA0515 (or 0xBA0515) is known color: Venetian Red. HEX triplet: BA, 05 and 15. RGB value is (186,5,21). Sum of RGB (Red+Green+Blue) = 186+5+21=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0515 is #45FAEA. Grayscale: #3D3D3D. Windows color (decimal): -4586219 or 1377722. OLE color: 1377722.
HSL color Cylindrical-coordinate representation of color #BA0515: hue angle of 354.7º 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 #BA0515 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.27 |
| HSL | 354.7º | 0.95% | 0.37% | - |
| HSV(B) | 354.7º | 0.97% | 0.73% | - |
| XYZ | 20.44 | 10.6 | 1.68 | - |
| YUV | 60.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 21 | 0 | 0.97 | 0.89 | 0.27 | 354.7 | 0.95 | 0.37 |
| Hex | BA | 5 | 15 | 0 | 61 | 59 | 1B | 163 | 5F | 25 |
| Octal | 272 | 5 | 25 | 0 | 141 | 131 | 33 | 543 | 137 | 45 |
| Binary | 10111010 | 101 | 10101 | 0 | 1100001 | 1011001 | 11011 | 101100011 | 1011111 | 100101 |
Color Harmonies of #BA0515
Complementary color
Monochromatic Colors of #BA0515
Black with #BA0515
Text Example
Text Example
White with #BA0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0515; }
p { color: rgb(186,5,21); }
H1.HeaderClassName
{
color: #BA0515;
}
.AnyTagClassName
{
color: #BA0515;
}
</style>
background-color css
<style>
a { background-color: #BA0515; }
a { background-color: rgb(186,5,21); }
div.DivClassName
{
background-color: #BA0515;
}
.BgClassName
{
background-color: #BA0515;
}
</style>
border-color css
<style>
span { border-color: #BA0515; }
span { border-color: rgb(186,5,21); }
td.TdClassName
{
border-color: #BA0515;
}
.TagClassName
{
border-color: #BA0515;
}
</style>