Shades of Old Rose #BA2955
Tints of Old Rose #BA2955
RGB
CMYK
RGB Variations
Color information
#BA2955 (or 0xBA2955) is known color: Old Rose. HEX triplet: BA, 29 and 55. RGB value is (186,41,85). Sum of RGB (Red+Green+Blue) = 186+41+85=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2955 is #45D6AA. Grayscale: #595959. Windows color (decimal): -4576939 or 5581242. OLE color: 5581242.
HSL color Cylindrical-coordinate representation of color #BA2955: hue angle of 341.79º 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 #BA2955 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 85 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.27 |
| HSL | 341.79º | 0.64% | 0.45% | - |
| HSV(B) | 341.79º | 0.78% | 0.73% | - |
| XYZ | 22.68 | 12.68 | 9.85 | - |
| YUV | 89.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 85 | 0 | 0.78 | 0.54 | 0.27 | 341.79 | 0.64 | 0.45 |
| Hex | BA | 29 | 55 | 0 | 4E | 36 | 1B | 156 | 40 | 2D |
| Octal | 272 | 51 | 125 | 0 | 116 | 66 | 33 | 526 | 100 | 55 |
| Binary | 10111010 | 101001 | 1010101 | 0 | 1001110 | 110110 | 11011 | 101010110 | 1000000 | 101101 |
Color Harmonies of #BA2955
Complementary color
Monochromatic Colors of #BA2955
Black with #BA2955
Text Example
Text Example
White with #BA2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2955; }
p { color: rgb(186,41,85); }
H1.HeaderClassName
{
color: #BA2955;
}
.AnyTagClassName
{
color: #BA2955;
}
</style>
background-color css
<style>
a { background-color: #BA2955; }
a { background-color: rgb(186,41,85); }
div.DivClassName
{
background-color: #BA2955;
}
.BgClassName
{
background-color: #BA2955;
}
</style>
border-color css
<style>
span { border-color: #BA2955; }
span { border-color: rgb(186,41,85); }
td.TdClassName
{
border-color: #BA2955;
}
.TagClassName
{
border-color: #BA2955;
}
</style>