Shades of Old Rose #BA295C
Tints of Old Rose #BA295C
RGB
CMYK
RGB Variations
Color information
#BA295C (or 0xBA295C) is known color: Old Rose. HEX triplet: BA, 29 and 5C. RGB value is (186,41,92). Sum of RGB (Red+Green+Blue) = 186+41+92=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA295C is #45D6A3. Grayscale: #5A5A5A. Windows color (decimal): -4576932 or 6039994. OLE color: 6039994.
HSL color Cylindrical-coordinate representation of color #BA295C: hue angle of 338.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA295C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 92 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.27 |
| HSL | 338.9º | 0.64% | 0.45% | - |
| HSV(B) | 338.9º | 0.78% | 0.73% | - |
| XYZ | 22.97 | 12.8 | 11.38 | - |
| YUV | 90.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 92 | 0 | 0.78 | 0.51 | 0.27 | 338.9 | 0.64 | 0.45 |
| Hex | BA | 29 | 5C | 0 | 4E | 33 | 1B | 153 | 40 | 2D |
| Octal | 272 | 51 | 134 | 0 | 116 | 63 | 33 | 523 | 100 | 55 |
| Binary | 10111010 | 101001 | 1011100 | 0 | 1001110 | 110011 | 11011 | 101010011 | 1000000 | 101101 |
Color Harmonies of #BA295C
Complementary color
Monochromatic Colors of #BA295C
Black with #BA295C
Text Example
Text Example
White with #BA295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA295C; }
p { color: rgb(186,41,92); }
H1.HeaderClassName
{
color: #BA295C;
}
.AnyTagClassName
{
color: #BA295C;
}
</style>
background-color css
<style>
a { background-color: #BA295C; }
a { background-color: rgb(186,41,92); }
div.DivClassName
{
background-color: #BA295C;
}
.BgClassName
{
background-color: #BA295C;
}
</style>
border-color css
<style>
span { border-color: #BA295C; }
span { border-color: rgb(186,41,92); }
td.TdClassName
{
border-color: #BA295C;
}
.TagClassName
{
border-color: #BA295C;
}
</style>