Shades of Venetian Red #BA0D13
Tints of Venetian Red #BA0D13
RGB
CMYK
RGB Variations
Color information
#BA0D13 (or 0xBA0D13) is known color: Venetian Red. HEX triplet: BA, 0D and 13. RGB value is (186,13,19). Sum of RGB (Red+Green+Blue) = 186+13+19=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0D13 is #45F2EC. Grayscale: #414141. Windows color (decimal): -4584173 or 1248698. OLE color: 1248698.
HSL color Cylindrical-coordinate representation of color #BA0D13: hue angle of 357.92º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D13 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 19 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.27 |
| HSL | 357.92º | 0.87% | 0.39% | - |
| HSV(B) | 357.92º | 0.93% | 0.73% | - |
| XYZ | 20.51 | 10.77 | 1.61 | - |
| YUV | 65.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 19 | 0 | 0.93 | 0.90 | 0.27 | 357.92 | 0.87 | 0.39 |
| Hex | BA | D | 13 | 0 | 5D | 5A | 1B | 166 | 57 | 27 |
| Octal | 272 | 15 | 23 | 0 | 135 | 132 | 33 | 546 | 127 | 47 |
| Binary | 10111010 | 1101 | 10011 | 0 | 1011101 | 1011010 | 11011 | 101100110 | 1010111 | 100111 |
Color Harmonies of #BA0D13
Complementary color
Monochromatic Colors of #BA0D13
Black with #BA0D13
Text Example
Text Example
White with #BA0D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D13; }
p { color: rgb(186,13,19); }
H1.HeaderClassName
{
color: #BA0D13;
}
.AnyTagClassName
{
color: #BA0D13;
}
</style>
background-color css
<style>
a { background-color: #BA0D13; }
a { background-color: rgb(186,13,19); }
div.DivClassName
{
background-color: #BA0D13;
}
.BgClassName
{
background-color: #BA0D13;
}
</style>
border-color css
<style>
span { border-color: #BA0D13; }
span { border-color: rgb(186,13,19); }
td.TdClassName
{
border-color: #BA0D13;
}
.TagClassName
{
border-color: #BA0D13;
}
</style>