Shades of Old Rose #BA2D46
Tints of Old Rose #BA2D46
RGB
CMYK
RGB Variations
Color information
#BA2D46 (or 0xBA2D46) is known color: Old Rose. HEX triplet: BA, 2D and 46. RGB value is (186,45,70). Sum of RGB (Red+Green+Blue) = 186+45+70=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D46 is #45D2B9. Grayscale: #5A5A5A. Windows color (decimal): -4575930 or 4599226. OLE color: 4599226.
HSL color Cylindrical-coordinate representation of color #BA2D46: hue angle of 349.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D46 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 70 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.27 |
| HSL | 349.36º | 0.61% | 0.45% | - |
| HSV(B) | 349.36º | 0.76% | 0.73% | - |
| XYZ | 22.29 | 12.76 | 7.08 | - |
| YUV | 90.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 70 | 0 | 0.76 | 0.62 | 0.27 | 349.36 | 0.61 | 0.45 |
| Hex | BA | 2D | 46 | 0 | 4C | 3E | 1B | 15D | 3D | 2D |
| Octal | 272 | 55 | 106 | 0 | 114 | 76 | 33 | 535 | 75 | 55 |
| Binary | 10111010 | 101101 | 1000110 | 0 | 1001100 | 111110 | 11011 | 101011101 | 111101 | 101101 |
Color Harmonies of #BA2D46
Complementary color
Monochromatic Colors of #BA2D46
Black with #BA2D46
Text Example
Text Example
White with #BA2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D46; }
p { color: rgb(186,45,70); }
H1.HeaderClassName
{
color: #BA2D46;
}
.AnyTagClassName
{
color: #BA2D46;
}
</style>
background-color css
<style>
a { background-color: #BA2D46; }
a { background-color: rgb(186,45,70); }
div.DivClassName
{
background-color: #BA2D46;
}
.BgClassName
{
background-color: #BA2D46;
}
</style>
border-color css
<style>
span { border-color: #BA2D46; }
span { border-color: rgb(186,45,70); }
td.TdClassName
{
border-color: #BA2D46;
}
.TagClassName
{
border-color: #BA2D46;
}
</style>