Shades of Old Rose #BA2953
Tints of Old Rose #BA2953
RGB
CMYK
RGB Variations
Color information
#BA2953 (or 0xBA2953) is known color: Old Rose. HEX triplet: BA, 29 and 53. RGB value is (186,41,83). Sum of RGB (Red+Green+Blue) = 186+41+83=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2953 is #45D6AC. Grayscale: #595959. Windows color (decimal): -4576941 or 5450170. OLE color: 5450170.
HSL color Cylindrical-coordinate representation of color #BA2953: hue angle of 342.62º 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 #BA2953 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 83 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.27 |
| HSL | 342.62º | 0.64% | 0.45% | - |
| HSV(B) | 342.62º | 0.78% | 0.73% | - |
| XYZ | 22.6 | 12.65 | 9.43 | - |
| YUV | 89.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 83 | 0 | 0.78 | 0.55 | 0.27 | 342.62 | 0.64 | 0.45 |
| Hex | BA | 29 | 53 | 0 | 4E | 37 | 1B | 157 | 40 | 2D |
| Octal | 272 | 51 | 123 | 0 | 116 | 67 | 33 | 527 | 100 | 55 |
| Binary | 10111010 | 101001 | 1010011 | 0 | 1001110 | 110111 | 11011 | 101010111 | 1000000 | 101101 |
Color Harmonies of #BA2953
Complementary color
Monochromatic Colors of #BA2953
Black with #BA2953
Text Example
Text Example
White with #BA2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2953; }
p { color: rgb(186,41,83); }
H1.HeaderClassName
{
color: #BA2953;
}
.AnyTagClassName
{
color: #BA2953;
}
</style>
background-color css
<style>
a { background-color: #BA2953; }
a { background-color: rgb(186,41,83); }
div.DivClassName
{
background-color: #BA2953;
}
.BgClassName
{
background-color: #BA2953;
}
</style>
border-color css
<style>
span { border-color: #BA2953; }
span { border-color: rgb(186,41,83); }
td.TdClassName
{
border-color: #BA2953;
}
.TagClassName
{
border-color: #BA2953;
}
</style>