Shades of Old Rose #BA3248
Tints of Old Rose #BA3248
RGB
CMYK
RGB Variations
Color information
#BA3248 (or 0xBA3248) is known color: Old Rose. HEX triplet: BA, 32 and 48. RGB value is (186,50,72). Sum of RGB (Red+Green+Blue) = 186+50+72=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3248 is #45CDB7. Grayscale: #5D5D5D. Windows color (decimal): -4574648 or 4731578. OLE color: 4731578.
HSL color Cylindrical-coordinate representation of color #BA3248: hue angle of 350.29º 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 #BA3248 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 72 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.27 |
| HSL | 350.29º | 0.58% | 0.46% | - |
| HSV(B) | 350.29º | 0.73% | 0.73% | - |
| XYZ | 22.56 | 13.19 | 7.49 | - |
| YUV | 93.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 72 | 0 | 0.73 | 0.61 | 0.27 | 350.29 | 0.58 | 0.46 |
| Hex | BA | 32 | 48 | 0 | 49 | 3D | 1B | 15E | 3A | 2E |
| Octal | 272 | 62 | 110 | 0 | 111 | 75 | 33 | 536 | 72 | 56 |
| Binary | 10111010 | 110010 | 1001000 | 0 | 1001001 | 111101 | 11011 | 101011110 | 111010 | 101110 |
Color Harmonies of #BA3248
Complementary color
Monochromatic Colors of #BA3248
Black with #BA3248
Text Example
Text Example
White with #BA3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3248; }
p { color: rgb(186,50,72); }
H1.HeaderClassName
{
color: #BA3248;
}
.AnyTagClassName
{
color: #BA3248;
}
</style>
background-color css
<style>
a { background-color: #BA3248; }
a { background-color: rgb(186,50,72); }
div.DivClassName
{
background-color: #BA3248;
}
.BgClassName
{
background-color: #BA3248;
}
</style>
border-color css
<style>
span { border-color: #BA3248; }
span { border-color: rgb(186,50,72); }
td.TdClassName
{
border-color: #BA3248;
}
.TagClassName
{
border-color: #BA3248;
}
</style>