Shades of Old Rose #BA3249
Tints of Old Rose #BA3249
RGB
CMYK
RGB Variations
Color information
#BA3249 (or 0xBA3249) is known color: Old Rose. HEX triplet: BA, 32 and 49. RGB value is (186,50,73). Sum of RGB (Red+Green+Blue) = 186+50+73=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3249 is #45CDB6. Grayscale: #5D5D5D. Windows color (decimal): -4574647 or 4797114. OLE color: 4797114.
HSL color Cylindrical-coordinate representation of color #BA3249: hue angle of 349.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3249 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 73 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.27 |
| HSL | 349.85º | 0.58% | 0.46% | - |
| HSV(B) | 349.85º | 0.73% | 0.73% | - |
| XYZ | 22.59 | 13.2 | 7.66 | - |
| YUV | 93.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 73 | 0 | 0.73 | 0.61 | 0.27 | 349.85 | 0.58 | 0.46 |
| Hex | BA | 32 | 49 | 0 | 49 | 3D | 1B | 15E | 3A | 2E |
| Octal | 272 | 62 | 111 | 0 | 111 | 75 | 33 | 536 | 72 | 56 |
| Binary | 10111010 | 110010 | 1001001 | 0 | 1001001 | 111101 | 11011 | 101011110 | 111010 | 101110 |
Color Harmonies of #BA3249
Complementary color
Monochromatic Colors of #BA3249
Black with #BA3249
Text Example
Text Example
White with #BA3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3249; }
p { color: rgb(186,50,73); }
H1.HeaderClassName
{
color: #BA3249;
}
.AnyTagClassName
{
color: #BA3249;
}
</style>
background-color css
<style>
a { background-color: #BA3249; }
a { background-color: rgb(186,50,73); }
div.DivClassName
{
background-color: #BA3249;
}
.BgClassName
{
background-color: #BA3249;
}
</style>
border-color css
<style>
span { border-color: #BA3249; }
span { border-color: rgb(186,50,73); }
td.TdClassName
{
border-color: #BA3249;
}
.TagClassName
{
border-color: #BA3249;
}
</style>