Shades of Venetian Red #BA0A0D
Tints of Venetian Red #BA0A0D
RGB
CMYK
RGB Variations
Color information
#BA0A0D (or 0xBA0A0D) is known color: Venetian Red. HEX triplet: BA, 0A and 0D. RGB value is (186,10,13). Sum of RGB (Red+Green+Blue) = 186+10+13=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A0D is #45F5F2. Grayscale: #3F3F3F. Windows color (decimal): -4584947 or 854714. OLE color: 854714.
HSL color Cylindrical-coordinate representation of color #BA0A0D: hue angle of 358.98º degrees, saturation: 0.9, 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 #BA0A0D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.27 |
| HSL | 358.98º | 0.9% | 0.38% | - |
| HSV(B) | 358.98º | 0.95% | 0.73% | - |
| XYZ | 20.43 | 10.69 | 1.37 | - |
| YUV | 62.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 13 | 0 | 0.95 | 0.93 | 0.27 | 358.98 | 0.9 | 0.38 |
| Hex | BA | A | D | 0 | 5F | 5D | 1B | 167 | 5A | 26 |
| Octal | 272 | 12 | 15 | 0 | 137 | 135 | 33 | 547 | 132 | 46 |
| Binary | 10111010 | 1010 | 1101 | 0 | 1011111 | 1011101 | 11011 | 101100111 | 1011010 | 100110 |
Color Harmonies of #BA0A0D
Complementary color
Monochromatic Colors of #BA0A0D
Black with #BA0A0D
Text Example
Text Example
White with #BA0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A0D; }
p { color: rgb(186,10,13); }
H1.HeaderClassName
{
color: #BA0A0D;
}
.AnyTagClassName
{
color: #BA0A0D;
}
</style>
background-color css
<style>
a { background-color: #BA0A0D; }
a { background-color: rgb(186,10,13); }
div.DivClassName
{
background-color: #BA0A0D;
}
.BgClassName
{
background-color: #BA0A0D;
}
</style>
border-color css
<style>
span { border-color: #BA0A0D; }
span { border-color: rgb(186,10,13); }
td.TdClassName
{
border-color: #BA0A0D;
}
.TagClassName
{
border-color: #BA0A0D;
}
</style>