Shades of Venetian Red #BA0512
Tints of Venetian Red #BA0512
RGB
CMYK
RGB Variations
Color information
#BA0512 (or 0xBA0512) is known color: Venetian Red. HEX triplet: BA, 05 and 12. RGB value is (186,5,18). Sum of RGB (Red+Green+Blue) = 186+5+18=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0512 is #45FAED. Grayscale: #3C3C3C. Windows color (decimal): -4586222 or 1181114. OLE color: 1181114.
HSL color Cylindrical-coordinate representation of color #BA0512: hue angle of 355.69º 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 #BA0512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 18 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.27 |
| HSL | 355.69º | 0.95% | 0.37% | - |
| HSV(B) | 355.69º | 0.97% | 0.73% | - |
| XYZ | 20.41 | 10.59 | 1.54 | - |
| YUV | 60.6 | 103.97 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 18 | 0 | 0.97 | 0.90 | 0.27 | 355.69 | 0.95 | 0.37 |
| Hex | BA | 5 | 12 | 0 | 61 | 5A | 1B | 164 | 5F | 25 |
| Octal | 272 | 5 | 22 | 0 | 141 | 132 | 33 | 544 | 137 | 45 |
| Binary | 10111010 | 101 | 10010 | 0 | 1100001 | 1011010 | 11011 | 101100100 | 1011111 | 100101 |
Color Harmonies of #BA0512
Complementary color
Monochromatic Colors of #BA0512
Black with #BA0512
Text Example
Text Example
White with #BA0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0512; }
p { color: rgb(186,5,18); }
H1.HeaderClassName
{
color: #BA0512;
}
.AnyTagClassName
{
color: #BA0512;
}
</style>
background-color css
<style>
a { background-color: #BA0512; }
a { background-color: rgb(186,5,18); }
div.DivClassName
{
background-color: #BA0512;
}
.BgClassName
{
background-color: #BA0512;
}
</style>
border-color css
<style>
span { border-color: #BA0512; }
span { border-color: rgb(186,5,18); }
td.TdClassName
{
border-color: #BA0512;
}
.TagClassName
{
border-color: #BA0512;
}
</style>