Shades of Old Rose #BA2C50
Tints of Old Rose #BA2C50
RGB
CMYK
RGB Variations
Color information
#BA2C50 (or 0xBA2C50) is known color: Old Rose. HEX triplet: BA, 2C and 50. RGB value is (186,44,80). Sum of RGB (Red+Green+Blue) = 186+44+80=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C50 is #45D3AF. Grayscale: #5A5A5A. Windows color (decimal): -4576176 or 5254330. OLE color: 5254330.
HSL color Cylindrical-coordinate representation of color #BA2C50: hue angle of 344.79º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C50 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 80 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.27 |
| HSL | 344.79º | 0.62% | 0.45% | - |
| HSV(B) | 344.79º | 0.76% | 0.73% | - |
| XYZ | 22.6 | 12.82 | 8.87 | - |
| YUV | 90.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 80 | 0 | 0.76 | 0.57 | 0.27 | 344.79 | 0.62 | 0.45 |
| Hex | BA | 2C | 50 | 0 | 4C | 39 | 1B | 159 | 3E | 2D |
| Octal | 272 | 54 | 120 | 0 | 114 | 71 | 33 | 531 | 76 | 55 |
| Binary | 10111010 | 101100 | 1010000 | 0 | 1001100 | 111001 | 11011 | 101011001 | 111110 | 101101 |
Color Harmonies of #BA2C50
Complementary color
Monochromatic Colors of #BA2C50
Black with #BA2C50
Text Example
Text Example
White with #BA2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C50; }
p { color: rgb(186,44,80); }
H1.HeaderClassName
{
color: #BA2C50;
}
.AnyTagClassName
{
color: #BA2C50;
}
</style>
background-color css
<style>
a { background-color: #BA2C50; }
a { background-color: rgb(186,44,80); }
div.DivClassName
{
background-color: #BA2C50;
}
.BgClassName
{
background-color: #BA2C50;
}
</style>
border-color css
<style>
span { border-color: #BA2C50; }
span { border-color: rgb(186,44,80); }
td.TdClassName
{
border-color: #BA2C50;
}
.TagClassName
{
border-color: #BA2C50;
}
</style>