Shades of Venetian Red #BA0912
Tints of Venetian Red #BA0912
RGB
CMYK
RGB Variations
Color information
#BA0912 (or 0xBA0912) is known color: Venetian Red. HEX triplet: BA, 09 and 12. RGB value is (186,9,18). Sum of RGB (Red+Green+Blue) = 186+9+18=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0912 is #45F6ED. Grayscale: #3F3F3F. Windows color (decimal): -4585198 or 1182138. OLE color: 1182138.
HSL color Cylindrical-coordinate representation of color #BA0912: hue angle of 356.95º 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 #BA0912 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 18 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.27 |
| HSL | 356.95º | 0.91% | 0.38% | - |
| HSV(B) | 356.95º | 0.95% | 0.73% | - |
| XYZ | 20.46 | 10.68 | 1.56 | - |
| YUV | 62.95 | 102.64 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 18 | 0 | 0.95 | 0.90 | 0.27 | 356.95 | 0.91 | 0.38 |
| Hex | BA | 9 | 12 | 0 | 5F | 5A | 1B | 165 | 5B | 26 |
| Octal | 272 | 11 | 22 | 0 | 137 | 132 | 33 | 545 | 133 | 46 |
| Binary | 10111010 | 1001 | 10010 | 0 | 1011111 | 1011010 | 11011 | 101100101 | 1011011 | 100110 |
Color Harmonies of #BA0912
Complementary color
Monochromatic Colors of #BA0912
Black with #BA0912
Text Example
Text Example
White with #BA0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0912; }
p { color: rgb(186,9,18); }
H1.HeaderClassName
{
color: #BA0912;
}
.AnyTagClassName
{
color: #BA0912;
}
</style>
background-color css
<style>
a { background-color: #BA0912; }
a { background-color: rgb(186,9,18); }
div.DivClassName
{
background-color: #BA0912;
}
.BgClassName
{
background-color: #BA0912;
}
</style>
border-color css
<style>
span { border-color: #BA0912; }
span { border-color: rgb(186,9,18); }
td.TdClassName
{
border-color: #BA0912;
}
.TagClassName
{
border-color: #BA0912;
}
</style>