Shades of Old Rose #BA245B
Tints of Old Rose #BA245B
RGB
CMYK
RGB Variations
Color information
#BA245B (or 0xBA245B) is known color: Old Rose. HEX triplet: BA, 24 and 5B. RGB value is (186,36,91). Sum of RGB (Red+Green+Blue) = 186+36+91=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA245B is #45DBA4. Grayscale: #575757. Windows color (decimal): -4578213 or 5973178. OLE color: 5973178.
HSL color Cylindrical-coordinate representation of color #BA245B: hue angle of 338º 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 #BA245B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 91 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.27 |
| HSL | 338º | 0.68% | 0.44% | - |
| HSV(B) | 338º | 0.81% | 0.73% | - |
| XYZ | 22.77 | 12.46 | 11.1 | - |
| YUV | 87.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 91 | 0 | 0.81 | 0.51 | 0.27 | 338 | 0.68 | 0.44 |
| Hex | BA | 24 | 5B | 0 | 51 | 33 | 1B | 152 | 44 | 2C |
| Octal | 272 | 44 | 133 | 0 | 121 | 63 | 33 | 522 | 104 | 54 |
| Binary | 10111010 | 100100 | 1011011 | 0 | 1010001 | 110011 | 11011 | 101010010 | 1000100 | 101100 |
Color Harmonies of #BA245B
Complementary color
Monochromatic Colors of #BA245B
Black with #BA245B
Text Example
Text Example
White with #BA245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA245B; }
p { color: rgb(186,36,91); }
H1.HeaderClassName
{
color: #BA245B;
}
.AnyTagClassName
{
color: #BA245B;
}
</style>
background-color css
<style>
a { background-color: #BA245B; }
a { background-color: rgb(186,36,91); }
div.DivClassName
{
background-color: #BA245B;
}
.BgClassName
{
background-color: #BA245B;
}
</style>
border-color css
<style>
span { border-color: #BA245B; }
span { border-color: rgb(186,36,91); }
td.TdClassName
{
border-color: #BA245B;
}
.TagClassName
{
border-color: #BA245B;
}
</style>