Shades of Old Rose #BA3153
Tints of Old Rose #BA3153
RGB
CMYK
RGB Variations
Color information
#BA3153 (or 0xBA3153) is known color: Old Rose. HEX triplet: BA, 31 and 53. RGB value is (186,49,83). Sum of RGB (Red+Green+Blue) = 186+49+83=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3153 is #45CEAC. Grayscale: #5D5D5D. Windows color (decimal): -4574893 or 5452218. OLE color: 5452218.
HSL color Cylindrical-coordinate representation of color #BA3153: hue angle of 345.11º 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 #BA3153 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 83 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.27 |
| HSL | 345.11º | 0.58% | 0.46% | - |
| HSV(B) | 345.11º | 0.74% | 0.73% | - |
| XYZ | 22.91 | 13.26 | 9.54 | - |
| YUV | 93.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 83 | 0 | 0.74 | 0.55 | 0.27 | 345.11 | 0.58 | 0.46 |
| Hex | BA | 31 | 53 | 0 | 4A | 37 | 1B | 159 | 3A | 2E |
| Octal | 272 | 61 | 123 | 0 | 112 | 67 | 33 | 531 | 72 | 56 |
| Binary | 10111010 | 110001 | 1010011 | 0 | 1001010 | 110111 | 11011 | 101011001 | 111010 | 101110 |
Color Harmonies of #BA3153
Complementary color
Monochromatic Colors of #BA3153
Black with #BA3153
Text Example
Text Example
White with #BA3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3153; }
p { color: rgb(186,49,83); }
H1.HeaderClassName
{
color: #BA3153;
}
.AnyTagClassName
{
color: #BA3153;
}
</style>
background-color css
<style>
a { background-color: #BA3153; }
a { background-color: rgb(186,49,83); }
div.DivClassName
{
background-color: #BA3153;
}
.BgClassName
{
background-color: #BA3153;
}
</style>
border-color css
<style>
span { border-color: #BA3153; }
span { border-color: rgb(186,49,83); }
td.TdClassName
{
border-color: #BA3153;
}
.TagClassName
{
border-color: #BA3153;
}
</style>