Shades of Old Rose #BA2048
Tints of Old Rose #BA2048
RGB
CMYK
RGB Variations
Color information
#BA2048 (or 0xBA2048) is known color: Old Rose. HEX triplet: BA, 20 and 48. RGB value is (186,32,72). Sum of RGB (Red+Green+Blue) = 186+32+72=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2048 is #45DFB7. Grayscale: #525252. Windows color (decimal): -4579256 or 4726970. OLE color: 4726970.
HSL color Cylindrical-coordinate representation of color #BA2048: hue angle of 344.42º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2048 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 72 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.27 |
| HSL | 344.42º | 0.71% | 0.43% | - |
| HSV(B) | 344.42º | 0.83% | 0.73% | - |
| XYZ | 21.94 | 11.94 | 7.28 | - |
| YUV | 82.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 72 | 0 | 0.83 | 0.61 | 0.27 | 344.42 | 0.71 | 0.43 |
| Hex | BA | 20 | 48 | 0 | 53 | 3D | 1B | 158 | 47 | 2B |
| Octal | 272 | 40 | 110 | 0 | 123 | 75 | 33 | 530 | 107 | 53 |
| Binary | 10111010 | 100000 | 1001000 | 0 | 1010011 | 111101 | 11011 | 101011000 | 1000111 | 101011 |
Color Harmonies of #BA2048
Complementary color
Monochromatic Colors of #BA2048
Black with #BA2048
Text Example
Text Example
White with #BA2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2048; }
p { color: rgb(186,32,72); }
H1.HeaderClassName
{
color: #BA2048;
}
.AnyTagClassName
{
color: #BA2048;
}
</style>
background-color css
<style>
a { background-color: #BA2048; }
a { background-color: rgb(186,32,72); }
div.DivClassName
{
background-color: #BA2048;
}
.BgClassName
{
background-color: #BA2048;
}
</style>
border-color css
<style>
span { border-color: #BA2048; }
span { border-color: rgb(186,32,72); }
td.TdClassName
{
border-color: #BA2048;
}
.TagClassName
{
border-color: #BA2048;
}
</style>