Shades of Venetian Red #BA0527
Tints of Venetian Red #BA0527
RGB
CMYK
RGB Variations
Color information
#BA0527 (or 0xBA0527) is known color: Venetian Red. HEX triplet: BA, 05 and 27. RGB value is (186,5,39). Sum of RGB (Red+Green+Blue) = 186+5+39=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0527 is #45FAD8. Grayscale: #3F3F3F. Windows color (decimal): -4586201 or 2557370. OLE color: 2557370.
HSL color Cylindrical-coordinate representation of color #BA0527: hue angle of 348.73º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0527 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 39 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.27 |
| HSL | 348.73º | 0.95% | 0.37% | - |
| HSV(B) | 348.73º | 0.97% | 0.73% | - |
| XYZ | 20.67 | 10.69 | 2.89 | - |
| YUV | 63 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 39 | 0 | 0.97 | 0.79 | 0.27 | 348.73 | 0.95 | 0.37 |
| Hex | BA | 5 | 27 | 0 | 61 | 4F | 1B | 15D | 5F | 25 |
| Octal | 272 | 5 | 47 | 0 | 141 | 117 | 33 | 535 | 137 | 45 |
| Binary | 10111010 | 101 | 100111 | 0 | 1100001 | 1001111 | 11011 | 101011101 | 1011111 | 100101 |
Color Harmonies of #BA0527
Complementary color
Monochromatic Colors of #BA0527
Black with #BA0527
Text Example
Text Example
White with #BA0527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0527; }
p { color: rgb(186,5,39); }
H1.HeaderClassName
{
color: #BA0527;
}
.AnyTagClassName
{
color: #BA0527;
}
</style>
background-color css
<style>
a { background-color: #BA0527; }
a { background-color: rgb(186,5,39); }
div.DivClassName
{
background-color: #BA0527;
}
.BgClassName
{
background-color: #BA0527;
}
</style>
border-color css
<style>
span { border-color: #BA0527; }
span { border-color: rgb(186,5,39); }
td.TdClassName
{
border-color: #BA0527;
}
.TagClassName
{
border-color: #BA0527;
}
</style>