Shades of Old Rose #BA3550
Tints of Old Rose #BA3550
RGB
CMYK
RGB Variations
Color information
#BA3550 (or 0xBA3550) is known color: Old Rose. HEX triplet: BA, 35 and 50. RGB value is (186,53,80). Sum of RGB (Red+Green+Blue) = 186+53+80=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3550 is #45CAAF. Grayscale: #5F5F5F. Windows color (decimal): -4573872 or 5256634. OLE color: 5256634.
HSL color Cylindrical-coordinate representation of color #BA3550: hue angle of 347.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3550 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 80 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.27 |
| HSL | 347.82º | 0.56% | 0.47% | - |
| HSV(B) | 347.82º | 0.72% | 0.73% | - |
| XYZ | 22.97 | 13.56 | 9 | - |
| YUV | 95.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 80 | 0 | 0.72 | 0.57 | 0.27 | 347.82 | 0.56 | 0.47 |
| Hex | BA | 35 | 50 | 0 | 48 | 39 | 1B | 15C | 38 | 2F |
| Octal | 272 | 65 | 120 | 0 | 110 | 71 | 33 | 534 | 70 | 57 |
| Binary | 10111010 | 110101 | 1010000 | 0 | 1001000 | 111001 | 11011 | 101011100 | 111000 | 101111 |
Color Harmonies of #BA3550
Complementary color
Monochromatic Colors of #BA3550
Black with #BA3550
Text Example
Text Example
White with #BA3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3550; }
p { color: rgb(186,53,80); }
H1.HeaderClassName
{
color: #BA3550;
}
.AnyTagClassName
{
color: #BA3550;
}
</style>
background-color css
<style>
a { background-color: #BA3550; }
a { background-color: rgb(186,53,80); }
div.DivClassName
{
background-color: #BA3550;
}
.BgClassName
{
background-color: #BA3550;
}
</style>
border-color css
<style>
span { border-color: #BA3550; }
span { border-color: rgb(186,53,80); }
td.TdClassName
{
border-color: #BA3550;
}
.TagClassName
{
border-color: #BA3550;
}
</style>