Shades of Old Rose #BA2548
Tints of Old Rose #BA2548
RGB
CMYK
RGB Variations
Color information
#BA2548 (or 0xBA2548) is known color: Old Rose. HEX triplet: BA, 25 and 48. RGB value is (186,37,72). Sum of RGB (Red+Green+Blue) = 186+37+72=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2548 is #45DAB7. Grayscale: #555555. Windows color (decimal): -4577976 or 4728250. OLE color: 4728250.
HSL color Cylindrical-coordinate representation of color #BA2548: hue angle of 345.91º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2548 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 72 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.27 |
| HSL | 345.91º | 0.67% | 0.44% | - |
| HSV(B) | 345.91º | 0.8% | 0.73% | - |
| XYZ | 22.08 | 12.23 | 7.33 | - |
| YUV | 85.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 72 | 0 | 0.80 | 0.61 | 0.27 | 345.91 | 0.67 | 0.44 |
| Hex | BA | 25 | 48 | 0 | 50 | 3D | 1B | 15A | 43 | 2C |
| Octal | 272 | 45 | 110 | 0 | 120 | 75 | 33 | 532 | 103 | 54 |
| Binary | 10111010 | 100101 | 1001000 | 0 | 1010000 | 111101 | 11011 | 101011010 | 1000011 | 101100 |
Color Harmonies of #BA2548
Complementary color
Monochromatic Colors of #BA2548
Black with #BA2548
Text Example
Text Example
White with #BA2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2548; }
p { color: rgb(186,37,72); }
H1.HeaderClassName
{
color: #BA2548;
}
.AnyTagClassName
{
color: #BA2548;
}
</style>
background-color css
<style>
a { background-color: #BA2548; }
a { background-color: rgb(186,37,72); }
div.DivClassName
{
background-color: #BA2548;
}
.BgClassName
{
background-color: #BA2548;
}
</style>
border-color css
<style>
span { border-color: #BA2548; }
span { border-color: rgb(186,37,72); }
td.TdClassName
{
border-color: #BA2548;
}
.TagClassName
{
border-color: #BA2548;
}
</style>