Shades of Old Rose #BA3C53
Tints of Old Rose #BA3C53
RGB
CMYK
RGB Variations
Color information
#BA3C53 (or 0xBA3C53) is known color: Old Rose. HEX triplet: BA, 3C and 53. RGB value is (186,60,83). Sum of RGB (Red+Green+Blue) = 186+60+83=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C53 is #45C3AC. Grayscale: #646464. Windows color (decimal): -4572077 or 5455034. OLE color: 5455034.
HSL color Cylindrical-coordinate representation of color #BA3C53: hue angle of 349.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C53 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 83 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.27 |
| HSL | 349.05º | 0.51% | 0.48% | - |
| HSV(B) | 349.05º | 0.68% | 0.73% | - |
| XYZ | 23.43 | 14.3 | 9.71 | - |
| YUV | 100.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 83 | 0 | 0.68 | 0.55 | 0.27 | 349.05 | 0.51 | 0.48 |
| Hex | BA | 3C | 53 | 0 | 44 | 37 | 1B | 15D | 33 | 30 |
| Octal | 272 | 74 | 123 | 0 | 104 | 67 | 33 | 535 | 63 | 60 |
| Binary | 10111010 | 111100 | 1010011 | 0 | 1000100 | 110111 | 11011 | 101011101 | 110011 | 110000 |
Color Harmonies of #BA3C53
Complementary color
Monochromatic Colors of #BA3C53
Black with #BA3C53
Text Example
Text Example
White with #BA3C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C53; }
p { color: rgb(186,60,83); }
H1.HeaderClassName
{
color: #BA3C53;
}
.AnyTagClassName
{
color: #BA3C53;
}
</style>
background-color css
<style>
a { background-color: #BA3C53; }
a { background-color: rgb(186,60,83); }
div.DivClassName
{
background-color: #BA3C53;
}
.BgClassName
{
background-color: #BA3C53;
}
</style>
border-color css
<style>
span { border-color: #BA3C53; }
span { border-color: rgb(186,60,83); }
td.TdClassName
{
border-color: #BA3C53;
}
.TagClassName
{
border-color: #BA3C53;
}
</style>