Shades of Old Rose #BA3A51
Tints of Old Rose #BA3A51
RGB
CMYK
RGB Variations
Color information
#BA3A51 (or 0xBA3A51) is known color: Old Rose. HEX triplet: BA, 3A and 51. RGB value is (186,58,81). Sum of RGB (Red+Green+Blue) = 186+58+81=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A51 is #45C5AE. Grayscale: #626262. Windows color (decimal): -4572591 or 5323450. OLE color: 5323450.
HSL color Cylindrical-coordinate representation of color #BA3A51: hue angle of 349.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A51 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 81 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.27 |
| HSL | 349.22º | 0.52% | 0.48% | - |
| HSV(B) | 349.22º | 0.69% | 0.73% | - |
| XYZ | 23.25 | 14.06 | 9.27 | - |
| YUV | 98.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 81 | 0 | 0.69 | 0.56 | 0.27 | 349.22 | 0.52 | 0.48 |
| Hex | BA | 3A | 51 | 0 | 45 | 38 | 1B | 15D | 34 | 30 |
| Octal | 272 | 72 | 121 | 0 | 105 | 70 | 33 | 535 | 64 | 60 |
| Binary | 10111010 | 111010 | 1010001 | 0 | 1000101 | 111000 | 11011 | 101011101 | 110100 | 110000 |
Color Harmonies of #BA3A51
Complementary color
Monochromatic Colors of #BA3A51
Black with #BA3A51
Text Example
Text Example
White with #BA3A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A51; }
p { color: rgb(186,58,81); }
H1.HeaderClassName
{
color: #BA3A51;
}
.AnyTagClassName
{
color: #BA3A51;
}
</style>
background-color css
<style>
a { background-color: #BA3A51; }
a { background-color: rgb(186,58,81); }
div.DivClassName
{
background-color: #BA3A51;
}
.BgClassName
{
background-color: #BA3A51;
}
</style>
border-color css
<style>
span { border-color: #BA3A51; }
span { border-color: rgb(186,58,81); }
td.TdClassName
{
border-color: #BA3A51;
}
.TagClassName
{
border-color: #BA3A51;
}
</style>