Shades of Venetian Red #BA0D27
Tints of Venetian Red #BA0D27
RGB
CMYK
RGB Variations
Color information
#BA0D27 (or 0xBA0D27) is known color: Venetian Red. HEX triplet: BA, 0D and 27. RGB value is (186,13,39). Sum of RGB (Red+Green+Blue) = 186+13+39=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D27 is #45F2D8. Grayscale: #434343. Windows color (decimal): -4584153 or 2559418. OLE color: 2559418.
HSL color Cylindrical-coordinate representation of color #BA0D27: hue angle of 350.98º 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 #BA0D27 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 39 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.27 |
| HSL | 350.98º | 0.87% | 0.39% | - |
| HSV(B) | 350.98º | 0.93% | 0.73% | - |
| XYZ | 20.76 | 10.87 | 2.92 | - |
| YUV | 67.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 39 | 0 | 0.93 | 0.79 | 0.27 | 350.98 | 0.87 | 0.39 |
| Hex | BA | D | 27 | 0 | 5D | 4F | 1B | 15F | 57 | 27 |
| Octal | 272 | 15 | 47 | 0 | 135 | 117 | 33 | 537 | 127 | 47 |
| Binary | 10111010 | 1101 | 100111 | 0 | 1011101 | 1001111 | 11011 | 101011111 | 1010111 | 100111 |
Color Harmonies of #BA0D27
Complementary color
Monochromatic Colors of #BA0D27
Black with #BA0D27
Text Example
Text Example
White with #BA0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D27; }
p { color: rgb(186,13,39); }
H1.HeaderClassName
{
color: #BA0D27;
}
.AnyTagClassName
{
color: #BA0D27;
}
</style>
background-color css
<style>
a { background-color: #BA0D27; }
a { background-color: rgb(186,13,39); }
div.DivClassName
{
background-color: #BA0D27;
}
.BgClassName
{
background-color: #BA0D27;
}
</style>
border-color css
<style>
span { border-color: #BA0D27; }
span { border-color: rgb(186,13,39); }
td.TdClassName
{
border-color: #BA0D27;
}
.TagClassName
{
border-color: #BA0D27;
}
</style>