Shades of Venetian Red #BA0918
Tints of Venetian Red #BA0918
RGB
CMYK
RGB Variations
Color information
#BA0918 (or 0xBA0918) is known color: Venetian Red. HEX triplet: BA, 09 and 18. RGB value is (186,9,24). Sum of RGB (Red+Green+Blue) = 186+9+24=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0918 is #45F6E7. Grayscale: #3F3F3F. Windows color (decimal): -4585192 or 1575354. OLE color: 1575354.
HSL color Cylindrical-coordinate representation of color #BA0918: hue angle of 354.92º 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 #BA0918 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 24 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.27 |
| HSL | 354.92º | 0.91% | 0.38% | - |
| HSV(B) | 354.92º | 0.95% | 0.73% | - |
| XYZ | 20.51 | 10.7 | 1.85 | - |
| YUV | 63.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 24 | 0 | 0.95 | 0.87 | 0.27 | 354.92 | 0.91 | 0.38 |
| Hex | BA | 9 | 18 | 0 | 5F | 57 | 1B | 163 | 5B | 26 |
| Octal | 272 | 11 | 30 | 0 | 137 | 127 | 33 | 543 | 133 | 46 |
| Binary | 10111010 | 1001 | 11000 | 0 | 1011111 | 1010111 | 11011 | 101100011 | 1011011 | 100110 |
Color Harmonies of #BA0918
Complementary color
Monochromatic Colors of #BA0918
Black with #BA0918
Text Example
Text Example
White with #BA0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0918; }
p { color: rgb(186,9,24); }
H1.HeaderClassName
{
color: #BA0918;
}
.AnyTagClassName
{
color: #BA0918;
}
</style>
background-color css
<style>
a { background-color: #BA0918; }
a { background-color: rgb(186,9,24); }
div.DivClassName
{
background-color: #BA0918;
}
.BgClassName
{
background-color: #BA0918;
}
</style>
border-color css
<style>
span { border-color: #BA0918; }
span { border-color: rgb(186,9,24); }
td.TdClassName
{
border-color: #BA0918;
}
.TagClassName
{
border-color: #BA0918;
}
</style>