Shades of Venetian Red #BA0C0D
Tints of Venetian Red #BA0C0D
RGB
CMYK
RGB Variations
Color information
#BA0C0D (or 0xBA0C0D) is known color: Venetian Red. HEX triplet: BA, 0C and 0D. RGB value is (186,12,13). Sum of RGB (Red+Green+Blue) = 186+12+13=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0C0D is #45F3F2. Grayscale: #404040. Windows color (decimal): -4584435 or 855226. OLE color: 855226.
HSL color Cylindrical-coordinate representation of color #BA0C0D: hue angle of 359.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 13 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.27 |
| HSL | 359.66º | 0.88% | 0.39% | - |
| HSV(B) | 359.66º | 0.94% | 0.73% | - |
| XYZ | 20.45 | 10.73 | 1.37 | - |
| YUV | 64.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 13 | 0 | 0.94 | 0.93 | 0.27 | 359.66 | 0.88 | 0.39 |
| Hex | BA | C | D | 0 | 5E | 5D | 1B | 168 | 58 | 27 |
| Octal | 272 | 14 | 15 | 0 | 136 | 135 | 33 | 550 | 130 | 47 |
| Binary | 10111010 | 1100 | 1101 | 0 | 1011110 | 1011101 | 11011 | 101101000 | 1011000 | 100111 |
Color Harmonies of #BA0C0D
Complementary color
Monochromatic Colors of #BA0C0D
Black with #BA0C0D
Text Example
Text Example
White with #BA0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C0D; }
p { color: rgb(186,12,13); }
H1.HeaderClassName
{
color: #BA0C0D;
}
.AnyTagClassName
{
color: #BA0C0D;
}
</style>
background-color css
<style>
a { background-color: #BA0C0D; }
a { background-color: rgb(186,12,13); }
div.DivClassName
{
background-color: #BA0C0D;
}
.BgClassName
{
background-color: #BA0C0D;
}
</style>
border-color css
<style>
span { border-color: #BA0C0D; }
span { border-color: rgb(186,12,13); }
td.TdClassName
{
border-color: #BA0C0D;
}
.TagClassName
{
border-color: #BA0C0D;
}
</style>