Shades of Old Rose #BA3047
Tints of Old Rose #BA3047
RGB
CMYK
RGB Variations
Color information
#BA3047 (or 0xBA3047) is known color: Old Rose. HEX triplet: BA, 30 and 47. RGB value is (186,48,71). Sum of RGB (Red+Green+Blue) = 186+48+71=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3047 is #45CFB8. Grayscale: #5B5B5B. Windows color (decimal): -4575161 or 4665530. OLE color: 4665530.
HSL color Cylindrical-coordinate representation of color #BA3047: hue angle of 350º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3047 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 71 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.27 |
| HSL | 350º | 0.59% | 0.46% | - |
| HSV(B) | 350º | 0.74% | 0.73% | - |
| XYZ | 22.44 | 13.01 | 7.29 | - |
| YUV | 91.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 71 | 0 | 0.74 | 0.62 | 0.27 | 350 | 0.59 | 0.46 |
| Hex | BA | 30 | 47 | 0 | 4A | 3E | 1B | 15E | 3B | 2E |
| Octal | 272 | 60 | 107 | 0 | 112 | 76 | 33 | 536 | 73 | 56 |
| Binary | 10111010 | 110000 | 1000111 | 0 | 1001010 | 111110 | 11011 | 101011110 | 111011 | 101110 |
Color Harmonies of #BA3047
Complementary color
Monochromatic Colors of #BA3047
Black with #BA3047
Text Example
Text Example
White with #BA3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3047; }
p { color: rgb(186,48,71); }
H1.HeaderClassName
{
color: #BA3047;
}
.AnyTagClassName
{
color: #BA3047;
}
</style>
background-color css
<style>
a { background-color: #BA3047; }
a { background-color: rgb(186,48,71); }
div.DivClassName
{
background-color: #BA3047;
}
.BgClassName
{
background-color: #BA3047;
}
</style>
border-color css
<style>
span { border-color: #BA3047; }
span { border-color: rgb(186,48,71); }
td.TdClassName
{
border-color: #BA3047;
}
.TagClassName
{
border-color: #BA3047;
}
</style>