Shades of Old Rose #BA2458
Tints of Old Rose #BA2458
RGB
CMYK
RGB Variations
Color information
#BA2458 (or 0xBA2458) is known color: Old Rose. HEX triplet: BA, 24 and 58. RGB value is (186,36,88). Sum of RGB (Red+Green+Blue) = 186+36+88=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2458 is #45DBA7. Grayscale: #565656. Windows color (decimal): -4578216 or 5776570. OLE color: 5776570.
HSL color Cylindrical-coordinate representation of color #BA2458: hue angle of 339.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2458 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 88 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.27 |
| HSL | 339.2º | 0.68% | 0.44% | - |
| HSV(B) | 339.2º | 0.81% | 0.73% | - |
| XYZ | 22.64 | 12.41 | 10.43 | - |
| YUV | 86.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 88 | 0 | 0.81 | 0.53 | 0.27 | 339.2 | 0.68 | 0.44 |
| Hex | BA | 24 | 58 | 0 | 51 | 35 | 1B | 153 | 44 | 2C |
| Octal | 272 | 44 | 130 | 0 | 121 | 65 | 33 | 523 | 104 | 54 |
| Binary | 10111010 | 100100 | 1011000 | 0 | 1010001 | 110101 | 11011 | 101010011 | 1000100 | 101100 |
Color Harmonies of #BA2458
Complementary color
Monochromatic Colors of #BA2458
Black with #BA2458
Text Example
Text Example
White with #BA2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2458; }
p { color: rgb(186,36,88); }
H1.HeaderClassName
{
color: #BA2458;
}
.AnyTagClassName
{
color: #BA2458;
}
</style>
background-color css
<style>
a { background-color: #BA2458; }
a { background-color: rgb(186,36,88); }
div.DivClassName
{
background-color: #BA2458;
}
.BgClassName
{
background-color: #BA2458;
}
</style>
border-color css
<style>
span { border-color: #BA2458; }
span { border-color: rgb(186,36,88); }
td.TdClassName
{
border-color: #BA2458;
}
.TagClassName
{
border-color: #BA2458;
}
</style>