Shades of Old Rose #BA3549
Tints of Old Rose #BA3549
RGB
CMYK
RGB Variations
Color information
#BA3549 (or 0xBA3549) is known color: Old Rose. HEX triplet: BA, 35 and 49. RGB value is (186,53,73). Sum of RGB (Red+Green+Blue) = 186+53+73=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3549 is #45CAB6. Grayscale: #5F5F5F. Windows color (decimal): -4573879 or 4797882. OLE color: 4797882.
HSL color Cylindrical-coordinate representation of color #BA3549: hue angle of 350.98º 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 #BA3549 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 73 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.27 |
| HSL | 350.98º | 0.56% | 0.47% | - |
| HSV(B) | 350.98º | 0.72% | 0.73% | - |
| XYZ | 22.73 | 13.47 | 7.7 | - |
| YUV | 95.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 73 | 0 | 0.72 | 0.61 | 0.27 | 350.98 | 0.56 | 0.47 |
| Hex | BA | 35 | 49 | 0 | 48 | 3D | 1B | 15F | 38 | 2F |
| Octal | 272 | 65 | 111 | 0 | 110 | 75 | 33 | 537 | 70 | 57 |
| Binary | 10111010 | 110101 | 1001001 | 0 | 1001000 | 111101 | 11011 | 101011111 | 111000 | 101111 |
Color Harmonies of #BA3549
Complementary color
Monochromatic Colors of #BA3549
Black with #BA3549
Text Example
Text Example
White with #BA3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3549; }
p { color: rgb(186,53,73); }
H1.HeaderClassName
{
color: #BA3549;
}
.AnyTagClassName
{
color: #BA3549;
}
</style>
background-color css
<style>
a { background-color: #BA3549; }
a { background-color: rgb(186,53,73); }
div.DivClassName
{
background-color: #BA3549;
}
.BgClassName
{
background-color: #BA3549;
}
</style>
border-color css
<style>
span { border-color: #BA3549; }
span { border-color: rgb(186,53,73); }
td.TdClassName
{
border-color: #BA3549;
}
.TagClassName
{
border-color: #BA3549;
}
</style>