Shades of Old Rose #BA2D5D
Tints of Old Rose #BA2D5D
RGB
CMYK
RGB Variations
Color information
#BA2D5D (or 0xBA2D5D) is known color: Old Rose. HEX triplet: BA, 2D and 5D. RGB value is (186,45,93). Sum of RGB (Red+Green+Blue) = 186+45+93=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D5D is #45D2A2. Grayscale: #5C5C5C. Windows color (decimal): -4575907 or 6106554. OLE color: 6106554.
HSL color Cylindrical-coordinate representation of color #BA2D5D: hue angle of 339.57º 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 #BA2D5D is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 93 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.27 |
| HSL | 339.57º | 0.61% | 0.45% | - |
| HSV(B) | 339.57º | 0.76% | 0.73% | - |
| XYZ | 23.16 | 13.11 | 11.66 | - |
| YUV | 92.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 93 | 0 | 0.76 | 0.5 | 0.27 | 339.57 | 0.61 | 0.45 |
| Hex | BA | 2D | 5D | 0 | 4C | 32 | 1B | 154 | 3D | 2D |
| Octal | 272 | 55 | 135 | 0 | 114 | 62 | 33 | 524 | 75 | 55 |
| Binary | 10111010 | 101101 | 1011101 | 0 | 1001100 | 110010 | 11011 | 101010100 | 111101 | 101101 |
Color Harmonies of #BA2D5D
Complementary color
Monochromatic Colors of #BA2D5D
Black with #BA2D5D
Text Example
Text Example
White with #BA2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D5D; }
p { color: rgb(186,45,93); }
H1.HeaderClassName
{
color: #BA2D5D;
}
.AnyTagClassName
{
color: #BA2D5D;
}
</style>
background-color css
<style>
a { background-color: #BA2D5D; }
a { background-color: rgb(186,45,93); }
div.DivClassName
{
background-color: #BA2D5D;
}
.BgClassName
{
background-color: #BA2D5D;
}
</style>
border-color css
<style>
span { border-color: #BA2D5D; }
span { border-color: rgb(186,45,93); }
td.TdClassName
{
border-color: #BA2D5D;
}
.TagClassName
{
border-color: #BA2D5D;
}
</style>