Shades of Old Rose #BA2D48
Tints of Old Rose #BA2D48
RGB
CMYK
RGB Variations
Color information
#BA2D48 (or 0xBA2D48) is known color: Old Rose. HEX triplet: BA, 2D and 48. RGB value is (186,45,72). Sum of RGB (Red+Green+Blue) = 186+45+72=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D48 is #45D2B7. Grayscale: #5A5A5A. Windows color (decimal): -4575928 or 4730298. OLE color: 4730298.
HSL color Cylindrical-coordinate representation of color #BA2D48: hue angle of 348.51º degrees, saturation: 0.61, 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 #BA2D48 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 72 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.27 |
| HSL | 348.51º | 0.61% | 0.45% | - |
| HSV(B) | 348.51º | 0.76% | 0.73% | - |
| XYZ | 22.36 | 12.78 | 7.42 | - |
| YUV | 90.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 72 | 0 | 0.76 | 0.61 | 0.27 | 348.51 | 0.61 | 0.45 |
| Hex | BA | 2D | 48 | 0 | 4C | 3D | 1B | 15D | 3D | 2D |
| Octal | 272 | 55 | 110 | 0 | 114 | 75 | 33 | 535 | 75 | 55 |
| Binary | 10111010 | 101101 | 1001000 | 0 | 1001100 | 111101 | 11011 | 101011101 | 111101 | 101101 |
Color Harmonies of #BA2D48
Complementary color
Monochromatic Colors of #BA2D48
Black with #BA2D48
Text Example
Text Example
White with #BA2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D48; }
p { color: rgb(186,45,72); }
H1.HeaderClassName
{
color: #BA2D48;
}
.AnyTagClassName
{
color: #BA2D48;
}
</style>
background-color css
<style>
a { background-color: #BA2D48; }
a { background-color: rgb(186,45,72); }
div.DivClassName
{
background-color: #BA2D48;
}
.BgClassName
{
background-color: #BA2D48;
}
</style>
border-color css
<style>
span { border-color: #BA2D48; }
span { border-color: rgb(186,45,72); }
td.TdClassName
{
border-color: #BA2D48;
}
.TagClassName
{
border-color: #BA2D48;
}
</style>