Shades of Old Rose #BA215D
Tints of Old Rose #BA215D
RGB
CMYK
RGB Variations
Color information
#BA215D (or 0xBA215D) is known color: Old Rose. HEX triplet: BA, 21 and 5D. RGB value is (186,33,93). Sum of RGB (Red+Green+Blue) = 186+33+93=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215D is #45DEA2. Grayscale: #555555. Windows color (decimal): -4578979 or 6103482. OLE color: 6103482.
HSL color Cylindrical-coordinate representation of color #BA215D: hue angle of 336.47º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA215D is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 93 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.27 |
| HSL | 336.47º | 0.7% | 0.43% | - |
| HSV(B) | 336.47º | 0.82% | 0.73% | - |
| XYZ | 22.77 | 12.32 | 11.53 | - |
| YUV | 85.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 93 | 0 | 0.82 | 0.5 | 0.27 | 336.47 | 0.7 | 0.43 |
| Hex | BA | 21 | 5D | 0 | 52 | 32 | 1B | 150 | 46 | 2B |
| Octal | 272 | 41 | 135 | 0 | 122 | 62 | 33 | 520 | 106 | 53 |
| Binary | 10111010 | 100001 | 1011101 | 0 | 1010010 | 110010 | 11011 | 101010000 | 1000110 | 101011 |
Color Harmonies of #BA215D
Complementary color
Monochromatic Colors of #BA215D
Black with #BA215D
Text Example
Text Example
White with #BA215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA215D; }
p { color: rgb(186,33,93); }
H1.HeaderClassName
{
color: #BA215D;
}
.AnyTagClassName
{
color: #BA215D;
}
</style>
background-color css
<style>
a { background-color: #BA215D; }
a { background-color: rgb(186,33,93); }
div.DivClassName
{
background-color: #BA215D;
}
.BgClassName
{
background-color: #BA215D;
}
</style>
border-color css
<style>
span { border-color: #BA215D; }
span { border-color: rgb(186,33,93); }
td.TdClassName
{
border-color: #BA215D;
}
.TagClassName
{
border-color: #BA215D;
}
</style>