Shades of Venetian Red #BA0915
Tints of Venetian Red #BA0915
RGB
CMYK
RGB Variations
Color information
#BA0915 (or 0xBA0915) is known color: Venetian Red. HEX triplet: BA, 09 and 15. RGB value is (186,9,21). Sum of RGB (Red+Green+Blue) = 186+9+21=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0915 is #45F6EA. Grayscale: #3F3F3F. Windows color (decimal): -4585195 or 1378746. OLE color: 1378746.
HSL color Cylindrical-coordinate representation of color #BA0915: hue angle of 355.93º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0915 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.27 |
| HSL | 355.93º | 0.91% | 0.38% | - |
| HSV(B) | 355.93º | 0.95% | 0.73% | - |
| XYZ | 20.48 | 10.69 | 1.69 | - |
| YUV | 63.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 21 | 0 | 0.95 | 0.89 | 0.27 | 355.93 | 0.91 | 0.38 |
| Hex | BA | 9 | 15 | 0 | 5F | 59 | 1B | 164 | 5B | 26 |
| Octal | 272 | 11 | 25 | 0 | 137 | 131 | 33 | 544 | 133 | 46 |
| Binary | 10111010 | 1001 | 10101 | 0 | 1011111 | 1011001 | 11011 | 101100100 | 1011011 | 100110 |
Color Harmonies of #BA0915
Complementary color
Monochromatic Colors of #BA0915
Black with #BA0915
Text Example
Text Example
White with #BA0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0915; }
p { color: rgb(186,9,21); }
H1.HeaderClassName
{
color: #BA0915;
}
.AnyTagClassName
{
color: #BA0915;
}
</style>
background-color css
<style>
a { background-color: #BA0915; }
a { background-color: rgb(186,9,21); }
div.DivClassName
{
background-color: #BA0915;
}
.BgClassName
{
background-color: #BA0915;
}
</style>
border-color css
<style>
span { border-color: #BA0915; }
span { border-color: rgb(186,9,21); }
td.TdClassName
{
border-color: #BA0915;
}
.TagClassName
{
border-color: #BA0915;
}
</style>