Shades of Old Rose #BA2455
Tints of Old Rose #BA2455
RGB
CMYK
RGB Variations
Color information
#BA2455 (or 0xBA2455) is known color: Old Rose. HEX triplet: BA, 24 and 55. RGB value is (186,36,85). Sum of RGB (Red+Green+Blue) = 186+36+85=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2455 is #45DBAA. Grayscale: #565656. Windows color (decimal): -4578219 or 5579962. OLE color: 5579962.
HSL color Cylindrical-coordinate representation of color #BA2455: hue angle of 340.4º 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 #BA2455 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 85 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.27 |
| HSL | 340.4º | 0.68% | 0.44% | - |
| HSV(B) | 340.4º | 0.81% | 0.73% | - |
| XYZ | 22.52 | 12.36 | 9.79 | - |
| YUV | 86.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 85 | 0 | 0.81 | 0.54 | 0.27 | 340.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 55 | 0 | 51 | 36 | 1B | 154 | 44 | 2C |
| Octal | 272 | 44 | 125 | 0 | 121 | 66 | 33 | 524 | 104 | 54 |
| Binary | 10111010 | 100100 | 1010101 | 0 | 1010001 | 110110 | 11011 | 101010100 | 1000100 | 101100 |
Color Harmonies of #BA2455
Complementary color
Monochromatic Colors of #BA2455
Black with #BA2455
Text Example
Text Example
White with #BA2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2455; }
p { color: rgb(186,36,85); }
H1.HeaderClassName
{
color: #BA2455;
}
.AnyTagClassName
{
color: #BA2455;
}
</style>
background-color css
<style>
a { background-color: #BA2455; }
a { background-color: rgb(186,36,85); }
div.DivClassName
{
background-color: #BA2455;
}
.BgClassName
{
background-color: #BA2455;
}
</style>
border-color css
<style>
span { border-color: #BA2455; }
span { border-color: rgb(186,36,85); }
td.TdClassName
{
border-color: #BA2455;
}
.TagClassName
{
border-color: #BA2455;
}
</style>