Shades of Venetian Red #BA0910
Tints of Venetian Red #BA0910
RGB
CMYK
RGB Variations
Color information
#BA0910 (or 0xBA0910) is known color: Venetian Red. HEX triplet: BA, 09 and 10. RGB value is (186,9,16). Sum of RGB (Red+Green+Blue) = 186+9+16=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0910 is #45F6EF. Grayscale: #3E3E3E. Windows color (decimal): -4585200 or 1051066. OLE color: 1051066.
HSL color Cylindrical-coordinate representation of color #BA0910: hue angle of 357.63º 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 #BA0910 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 16 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.27 |
| HSL | 357.63º | 0.91% | 0.38% | - |
| HSV(B) | 357.63º | 0.95% | 0.73% | - |
| XYZ | 20.44 | 10.67 | 1.47 | - |
| YUV | 62.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 16 | 0 | 0.95 | 0.91 | 0.27 | 357.63 | 0.91 | 0.38 |
| Hex | BA | 9 | 10 | 0 | 5F | 5B | 1B | 166 | 5B | 26 |
| Octal | 272 | 11 | 20 | 0 | 137 | 133 | 33 | 546 | 133 | 46 |
| Binary | 10111010 | 1001 | 10000 | 0 | 1011111 | 1011011 | 11011 | 101100110 | 1011011 | 100110 |
Color Harmonies of #BA0910
Complementary color
Monochromatic Colors of #BA0910
Black with #BA0910
Text Example
Text Example
White with #BA0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0910; }
p { color: rgb(186,9,16); }
H1.HeaderClassName
{
color: #BA0910;
}
.AnyTagClassName
{
color: #BA0910;
}
</style>
background-color css
<style>
a { background-color: #BA0910; }
a { background-color: rgb(186,9,16); }
div.DivClassName
{
background-color: #BA0910;
}
.BgClassName
{
background-color: #BA0910;
}
</style>
border-color css
<style>
span { border-color: #BA0910; }
span { border-color: rgb(186,9,16); }
td.TdClassName
{
border-color: #BA0910;
}
.TagClassName
{
border-color: #BA0910;
}
</style>