Shades of Old Rose #BA324D
Tints of Old Rose #BA324D
RGB
CMYK
RGB Variations
Color information
#BA324D (or 0xBA324D) is known color: Old Rose. HEX triplet: BA, 32 and 4D. RGB value is (186,50,77). Sum of RGB (Red+Green+Blue) = 186+50+77=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA324D is #45CDB2. Grayscale: #5D5D5D. Windows color (decimal): -4574643 or 5059258. OLE color: 5059258.
HSL color Cylindrical-coordinate representation of color #BA324D: hue angle of 348.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA324D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 77 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.27 |
| HSL | 348.09º | 0.58% | 0.46% | - |
| HSV(B) | 348.09º | 0.73% | 0.73% | - |
| XYZ | 22.73 | 13.26 | 8.38 | - |
| YUV | 93.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 77 | 0 | 0.73 | 0.59 | 0.27 | 348.09 | 0.58 | 0.46 |
| Hex | BA | 32 | 4D | 0 | 49 | 3B | 1B | 15C | 3A | 2E |
| Octal | 272 | 62 | 115 | 0 | 111 | 73 | 33 | 534 | 72 | 56 |
| Binary | 10111010 | 110010 | 1001101 | 0 | 1001001 | 111011 | 11011 | 101011100 | 111010 | 101110 |
Color Harmonies of #BA324D
Complementary color
Monochromatic Colors of #BA324D
Black with #BA324D
Text Example
Text Example
White with #BA324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA324D; }
p { color: rgb(186,50,77); }
H1.HeaderClassName
{
color: #BA324D;
}
.AnyTagClassName
{
color: #BA324D;
}
</style>
background-color css
<style>
a { background-color: #BA324D; }
a { background-color: rgb(186,50,77); }
div.DivClassName
{
background-color: #BA324D;
}
.BgClassName
{
background-color: #BA324D;
}
</style>
border-color css
<style>
span { border-color: #BA324D; }
span { border-color: rgb(186,50,77); }
td.TdClassName
{
border-color: #BA324D;
}
.TagClassName
{
border-color: #BA324D;
}
</style>