Shades of Old Rose #BA2853
Tints of Old Rose #BA2853
RGB
CMYK
RGB Variations
Color information
#BA2853 (or 0xBA2853) is known color: Old Rose. HEX triplet: BA, 28 and 53. RGB value is (186,40,83). Sum of RGB (Red+Green+Blue) = 186+40+83=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2853 is #45D7AC. Grayscale: #585858. Windows color (decimal): -4577197 or 5449914. OLE color: 5449914.
HSL color Cylindrical-coordinate representation of color #BA2853: hue angle of 342.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2853 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 83 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.27 |
| HSL | 342.33º | 0.65% | 0.44% | - |
| HSV(B) | 342.33º | 0.78% | 0.73% | - |
| XYZ | 22.57 | 12.58 | 9.42 | - |
| YUV | 88.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 83 | 0 | 0.78 | 0.55 | 0.27 | 342.33 | 0.65 | 0.44 |
| Hex | BA | 28 | 53 | 0 | 4E | 37 | 1B | 156 | 41 | 2C |
| Octal | 272 | 50 | 123 | 0 | 116 | 67 | 33 | 526 | 101 | 54 |
| Binary | 10111010 | 101000 | 1010011 | 0 | 1001110 | 110111 | 11011 | 101010110 | 1000001 | 101100 |
Color Harmonies of #BA2853
Complementary color
Monochromatic Colors of #BA2853
Black with #BA2853
Text Example
Text Example
White with #BA2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2853; }
p { color: rgb(186,40,83); }
H1.HeaderClassName
{
color: #BA2853;
}
.AnyTagClassName
{
color: #BA2853;
}
</style>
background-color css
<style>
a { background-color: #BA2853; }
a { background-color: rgb(186,40,83); }
div.DivClassName
{
background-color: #BA2853;
}
.BgClassName
{
background-color: #BA2853;
}
</style>
border-color css
<style>
span { border-color: #BA2853; }
span { border-color: rgb(186,40,83); }
td.TdClassName
{
border-color: #BA2853;
}
.TagClassName
{
border-color: #BA2853;
}
</style>