Shades of Old Rose #BA245E
Tints of Old Rose #BA245E
RGB
CMYK
RGB Variations
Color information
#BA245E (or 0xBA245E) is known color: Old Rose. HEX triplet: BA, 24 and 5E. RGB value is (186,36,94). Sum of RGB (Red+Green+Blue) = 186+36+94=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA245E is #45DBA1. Grayscale: #575757. Windows color (decimal): -4578210 or 6169786. OLE color: 6169786.
HSL color Cylindrical-coordinate representation of color #BA245E: hue angle of 336.8º 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 #BA245E is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 94 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.27 |
| HSL | 336.8º | 0.68% | 0.44% | - |
| HSV(B) | 336.8º | 0.81% | 0.73% | - |
| XYZ | 22.9 | 12.51 | 11.8 | - |
| YUV | 87.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 94 | 0 | 0.81 | 0.49 | 0.27 | 336.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 5E | 0 | 51 | 31 | 1B | 151 | 44 | 2C |
| Octal | 272 | 44 | 136 | 0 | 121 | 61 | 33 | 521 | 104 | 54 |
| Binary | 10111010 | 100100 | 1011110 | 0 | 1010001 | 110001 | 11011 | 101010001 | 1000100 | 101100 |
Color Harmonies of #BA245E
Complementary color
Monochromatic Colors of #BA245E
Black with #BA245E
Text Example
Text Example
White with #BA245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA245E; }
p { color: rgb(186,36,94); }
H1.HeaderClassName
{
color: #BA245E;
}
.AnyTagClassName
{
color: #BA245E;
}
</style>
background-color css
<style>
a { background-color: #BA245E; }
a { background-color: rgb(186,36,94); }
div.DivClassName
{
background-color: #BA245E;
}
.BgClassName
{
background-color: #BA245E;
}
</style>
border-color css
<style>
span { border-color: #BA245E; }
span { border-color: rgb(186,36,94); }
td.TdClassName
{
border-color: #BA245E;
}
.TagClassName
{
border-color: #BA245E;
}
</style>