Shades of Old Rose #BA3152
Tints of Old Rose #BA3152
RGB
CMYK
RGB Variations
Color information
#BA3152 (or 0xBA3152) is known color: Old Rose. HEX triplet: BA, 31 and 52. RGB value is (186,49,82). Sum of RGB (Red+Green+Blue) = 186+49+82=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3152 is #45CEAD. Grayscale: #5D5D5D. Windows color (decimal): -4574894 or 5386682. OLE color: 5386682.
HSL color Cylindrical-coordinate representation of color #BA3152: hue angle of 345.55º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3152 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 82 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.27 |
| HSL | 345.55º | 0.58% | 0.46% | - |
| HSV(B) | 345.55º | 0.74% | 0.73% | - |
| XYZ | 22.87 | 13.24 | 9.33 | - |
| YUV | 93.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 82 | 0 | 0.74 | 0.56 | 0.27 | 345.55 | 0.58 | 0.46 |
| Hex | BA | 31 | 52 | 0 | 4A | 38 | 1B | 15A | 3A | 2E |
| Octal | 272 | 61 | 122 | 0 | 112 | 70 | 33 | 532 | 72 | 56 |
| Binary | 10111010 | 110001 | 1010010 | 0 | 1001010 | 111000 | 11011 | 101011010 | 111010 | 101110 |
Color Harmonies of #BA3152
Complementary color
Monochromatic Colors of #BA3152
Black with #BA3152
Text Example
Text Example
White with #BA3152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3152; }
p { color: rgb(186,49,82); }
H1.HeaderClassName
{
color: #BA3152;
}
.AnyTagClassName
{
color: #BA3152;
}
</style>
background-color css
<style>
a { background-color: #BA3152; }
a { background-color: rgb(186,49,82); }
div.DivClassName
{
background-color: #BA3152;
}
.BgClassName
{
background-color: #BA3152;
}
</style>
border-color css
<style>
span { border-color: #BA3152; }
span { border-color: rgb(186,49,82); }
td.TdClassName
{
border-color: #BA3152;
}
.TagClassName
{
border-color: #BA3152;
}
</style>