Shades of Venetian Red #BA0D1B
Tints of Venetian Red #BA0D1B
RGB
CMYK
RGB Variations
Color information
#BA0D1B (or 0xBA0D1B) is known color: Venetian Red. HEX triplet: BA, 0D and 1B. RGB value is (186,13,27). Sum of RGB (Red+Green+Blue) = 186+13+27=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D1B is #45F2E4. Grayscale: #424242. Windows color (decimal): -4584165 or 1772986. OLE color: 1772986.
HSL color Cylindrical-coordinate representation of color #BA0D1B: hue angle of 355.14º 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 #BA0D1B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.27 |
| HSL | 355.14º | 0.87% | 0.39% | - |
| HSV(B) | 355.14º | 0.93% | 0.73% | - |
| XYZ | 20.59 | 10.81 | 2.04 | - |
| YUV | 66.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 27 | 0 | 0.93 | 0.85 | 0.27 | 355.14 | 0.87 | 0.39 |
| Hex | BA | D | 1B | 0 | 5D | 55 | 1B | 163 | 57 | 27 |
| Octal | 272 | 15 | 33 | 0 | 135 | 125 | 33 | 543 | 127 | 47 |
| Binary | 10111010 | 1101 | 11011 | 0 | 1011101 | 1010101 | 11011 | 101100011 | 1010111 | 100111 |
Color Harmonies of #BA0D1B
Complementary color
Monochromatic Colors of #BA0D1B
Black with #BA0D1B
Text Example
Text Example
White with #BA0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D1B; }
p { color: rgb(186,13,27); }
H1.HeaderClassName
{
color: #BA0D1B;
}
.AnyTagClassName
{
color: #BA0D1B;
}
</style>
background-color css
<style>
a { background-color: #BA0D1B; }
a { background-color: rgb(186,13,27); }
div.DivClassName
{
background-color: #BA0D1B;
}
.BgClassName
{
background-color: #BA0D1B;
}
</style>
border-color css
<style>
span { border-color: #BA0D1B; }
span { border-color: rgb(186,13,27); }
td.TdClassName
{
border-color: #BA0D1B;
}
.TagClassName
{
border-color: #BA0D1B;
}
</style>