Shades of Old Rose #BA3C51
Tints of Old Rose #BA3C51
RGB
CMYK
RGB Variations
Color information
#BA3C51 (or 0xBA3C51) is known color: Old Rose. HEX triplet: BA, 3C and 51. RGB value is (186,60,81). Sum of RGB (Red+Green+Blue) = 186+60+81=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C51 is #45C3AE. Grayscale: #646464. Windows color (decimal): -4572079 or 5323962. OLE color: 5323962.
HSL color Cylindrical-coordinate representation of color #BA3C51: hue angle of 350º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C51 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 81 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.27 |
| HSL | 350º | 0.51% | 0.48% | - |
| HSV(B) | 350º | 0.68% | 0.73% | - |
| XYZ | 23.35 | 14.26 | 9.31 | - |
| YUV | 100.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 81 | 0 | 0.68 | 0.56 | 0.27 | 350 | 0.51 | 0.48 |
| Hex | BA | 3C | 51 | 0 | 44 | 38 | 1B | 15E | 33 | 30 |
| Octal | 272 | 74 | 121 | 0 | 104 | 70 | 33 | 536 | 63 | 60 |
| Binary | 10111010 | 111100 | 1010001 | 0 | 1000100 | 111000 | 11011 | 101011110 | 110011 | 110000 |
Color Harmonies of #BA3C51
Complementary color
Monochromatic Colors of #BA3C51
Black with #BA3C51
Text Example
Text Example
White with #BA3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C51; }
p { color: rgb(186,60,81); }
H1.HeaderClassName
{
color: #BA3C51;
}
.AnyTagClassName
{
color: #BA3C51;
}
</style>
background-color css
<style>
a { background-color: #BA3C51; }
a { background-color: rgb(186,60,81); }
div.DivClassName
{
background-color: #BA3C51;
}
.BgClassName
{
background-color: #BA3C51;
}
</style>
border-color css
<style>
span { border-color: #BA3C51; }
span { border-color: rgb(186,60,81); }
td.TdClassName
{
border-color: #BA3C51;
}
.TagClassName
{
border-color: #BA3C51;
}
</style>