Shades of Old Rose #BA245D
Tints of Old Rose #BA245D
RGB
CMYK
RGB Variations
Color information
#BA245D (or 0xBA245D) is known color: Old Rose. HEX triplet: BA, 24 and 5D. RGB value is (186,36,93). Sum of RGB (Red+Green+Blue) = 186+36+93=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA245D is #45DBA2. Grayscale: #575757. Windows color (decimal): -4578211 or 6104250. OLE color: 6104250.
HSL color Cylindrical-coordinate representation of color #BA245D: hue angle of 337.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 #BA245D is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 93 | - |
| CMYK | 0 | 0.81 | 0.5 | 0.27 |
| HSL | 337.2º | 0.68% | 0.44% | - |
| HSV(B) | 337.2º | 0.81% | 0.73% | - |
| XYZ | 22.86 | 12.49 | 11.56 | - |
| YUV | 87.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 93 | 0 | 0.81 | 0.5 | 0.27 | 337.2 | 0.68 | 0.44 |
| Hex | BA | 24 | 5D | 0 | 51 | 32 | 1B | 151 | 44 | 2C |
| Octal | 272 | 44 | 135 | 0 | 121 | 62 | 33 | 521 | 104 | 54 |
| Binary | 10111010 | 100100 | 1011101 | 0 | 1010001 | 110010 | 11011 | 101010001 | 1000100 | 101100 |
Color Harmonies of #BA245D
Complementary color
Monochromatic Colors of #BA245D
Black with #BA245D
Text Example
Text Example
White with #BA245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA245D; }
p { color: rgb(186,36,93); }
H1.HeaderClassName
{
color: #BA245D;
}
.AnyTagClassName
{
color: #BA245D;
}
</style>
background-color css
<style>
a { background-color: #BA245D; }
a { background-color: rgb(186,36,93); }
div.DivClassName
{
background-color: #BA245D;
}
.BgClassName
{
background-color: #BA245D;
}
</style>
border-color css
<style>
span { border-color: #BA245D; }
span { border-color: rgb(186,36,93); }
td.TdClassName
{
border-color: #BA245D;
}
.TagClassName
{
border-color: #BA245D;
}
</style>