Shades of Old Rose #BA3146
Tints of Old Rose #BA3146
RGB
CMYK
RGB Variations
Color information
#BA3146 (or 0xBA3146) is known color: Old Rose. HEX triplet: BA, 31 and 46. RGB value is (186,49,70). Sum of RGB (Red+Green+Blue) = 186+49+70=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3146 is #45CEB9. Grayscale: #5C5C5C. Windows color (decimal): -4574906 or 4600250. OLE color: 4600250.
HSL color Cylindrical-coordinate representation of color #BA3146: hue angle of 350.8º degrees, saturation: 0.58, 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 #BA3146 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 70 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.27 |
| HSL | 350.8º | 0.58% | 0.46% | - |
| HSV(B) | 350.8º | 0.74% | 0.73% | - |
| XYZ | 22.45 | 13.08 | 7.14 | - |
| YUV | 92.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 70 | 0 | 0.74 | 0.62 | 0.27 | 350.8 | 0.58 | 0.46 |
| Hex | BA | 31 | 46 | 0 | 4A | 3E | 1B | 15F | 3A | 2E |
| Octal | 272 | 61 | 106 | 0 | 112 | 76 | 33 | 537 | 72 | 56 |
| Binary | 10111010 | 110001 | 1000110 | 0 | 1001010 | 111110 | 11011 | 101011111 | 111010 | 101110 |
Color Harmonies of #BA3146
Complementary color
Monochromatic Colors of #BA3146
Black with #BA3146
Text Example
Text Example
White with #BA3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3146; }
p { color: rgb(186,49,70); }
H1.HeaderClassName
{
color: #BA3146;
}
.AnyTagClassName
{
color: #BA3146;
}
</style>
background-color css
<style>
a { background-color: #BA3146; }
a { background-color: rgb(186,49,70); }
div.DivClassName
{
background-color: #BA3146;
}
.BgClassName
{
background-color: #BA3146;
}
</style>
border-color css
<style>
span { border-color: #BA3146; }
span { border-color: rgb(186,49,70); }
td.TdClassName
{
border-color: #BA3146;
}
.TagClassName
{
border-color: #BA3146;
}
</style>