Shades of Venetian Red #BA0B1F
Tints of Venetian Red #BA0B1F
RGB
CMYK
RGB Variations
Color information
#BA0B1F (or 0xBA0B1F) is known color: Venetian Red. HEX triplet: BA, 0B and 1F. RGB value is (186,11,31). Sum of RGB (Red+Green+Blue) = 186+11+31=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B1F is #45F4E0. Grayscale: #414141. Windows color (decimal): -4584673 or 2034618. OLE color: 2034618.
HSL color Cylindrical-coordinate representation of color #BA0B1F: hue angle of 353.14º degrees, saturation: 0.89, 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 #BA0B1F is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 31 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.27 |
| HSL | 353.14º | 0.89% | 0.39% | - |
| HSV(B) | 353.14º | 0.94% | 0.73% | - |
| XYZ | 20.62 | 10.78 | 2.29 | - |
| YUV | 65.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 31 | 0 | 0.94 | 0.83 | 0.27 | 353.14 | 0.89 | 0.39 |
| Hex | BA | B | 1F | 0 | 5E | 53 | 1B | 161 | 59 | 27 |
| Octal | 272 | 13 | 37 | 0 | 136 | 123 | 33 | 541 | 131 | 47 |
| Binary | 10111010 | 1011 | 11111 | 0 | 1011110 | 1010011 | 11011 | 101100001 | 1011001 | 100111 |
Color Harmonies of #BA0B1F
Complementary color
Monochromatic Colors of #BA0B1F
Black with #BA0B1F
Text Example
Text Example
White with #BA0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B1F; }
p { color: rgb(186,11,31); }
H1.HeaderClassName
{
color: #BA0B1F;
}
.AnyTagClassName
{
color: #BA0B1F;
}
</style>
background-color css
<style>
a { background-color: #BA0B1F; }
a { background-color: rgb(186,11,31); }
div.DivClassName
{
background-color: #BA0B1F;
}
.BgClassName
{
background-color: #BA0B1F;
}
</style>
border-color css
<style>
span { border-color: #BA0B1F; }
span { border-color: rgb(186,11,31); }
td.TdClassName
{
border-color: #BA0B1F;
}
.TagClassName
{
border-color: #BA0B1F;
}
</style>