Shades of Old Rose #BA2E49
Tints of Old Rose #BA2E49
RGB
CMYK
RGB Variations
Color information
#BA2E49 (or 0xBA2E49) is known color: Old Rose. HEX triplet: BA, 2E and 49. RGB value is (186,46,73). Sum of RGB (Red+Green+Blue) = 186+46+73=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E49 is #45D1B6. Grayscale: #5A5A5A. Windows color (decimal): -4575671 or 4796090. OLE color: 4796090.
HSL color Cylindrical-coordinate representation of color #BA2E49: hue angle of 348.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E49 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 73 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.27 |
| HSL | 348.43º | 0.6% | 0.45% | - |
| HSV(B) | 348.43º | 0.75% | 0.73% | - |
| XYZ | 22.43 | 12.87 | 7.61 | - |
| YUV | 90.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 73 | 0 | 0.75 | 0.61 | 0.27 | 348.43 | 0.6 | 0.45 |
| Hex | BA | 2E | 49 | 0 | 4B | 3D | 1B | 15C | 3C | 2D |
| Octal | 272 | 56 | 111 | 0 | 113 | 75 | 33 | 534 | 74 | 55 |
| Binary | 10111010 | 101110 | 1001001 | 0 | 1001011 | 111101 | 11011 | 101011100 | 111100 | 101101 |
Color Harmonies of #BA2E49
Complementary color
Monochromatic Colors of #BA2E49
Black with #BA2E49
Text Example
Text Example
White with #BA2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E49; }
p { color: rgb(186,46,73); }
H1.HeaderClassName
{
color: #BA2E49;
}
.AnyTagClassName
{
color: #BA2E49;
}
</style>
background-color css
<style>
a { background-color: #BA2E49; }
a { background-color: rgb(186,46,73); }
div.DivClassName
{
background-color: #BA2E49;
}
.BgClassName
{
background-color: #BA2E49;
}
</style>
border-color css
<style>
span { border-color: #BA2E49; }
span { border-color: rgb(186,46,73); }
td.TdClassName
{
border-color: #BA2E49;
}
.TagClassName
{
border-color: #BA2E49;
}
</style>