Shades of Old Rose #BA215C
Tints of Old Rose #BA215C
RGB
CMYK
RGB Variations
Color information
#BA215C (or 0xBA215C) is known color: Old Rose. HEX triplet: BA, 21 and 5C. RGB value is (186,33,92). Sum of RGB (Red+Green+Blue) = 186+33+92=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215C is #45DEA3. Grayscale: #555555. Windows color (decimal): -4578980 or 6037946. OLE color: 6037946.
HSL color Cylindrical-coordinate representation of color #BA215C: hue angle of 336.86º 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 #BA215C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 92 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.27 |
| HSL | 336.86º | 0.7% | 0.43% | - |
| HSV(B) | 336.86º | 0.82% | 0.73% | - |
| XYZ | 22.73 | 12.3 | 11.3 | - |
| YUV | 85.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 92 | 0 | 0.82 | 0.51 | 0.27 | 336.86 | 0.7 | 0.43 |
| Hex | BA | 21 | 5C | 0 | 52 | 33 | 1B | 151 | 46 | 2B |
| Octal | 272 | 41 | 134 | 0 | 122 | 63 | 33 | 521 | 106 | 53 |
| Binary | 10111010 | 100001 | 1011100 | 0 | 1010010 | 110011 | 11011 | 101010001 | 1000110 | 101011 |
Color Harmonies of #BA215C
Complementary color
Monochromatic Colors of #BA215C
Black with #BA215C
Text Example
Text Example
White with #BA215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA215C; }
p { color: rgb(186,33,92); }
H1.HeaderClassName
{
color: #BA215C;
}
.AnyTagClassName
{
color: #BA215C;
}
</style>
background-color css
<style>
a { background-color: #BA215C; }
a { background-color: rgb(186,33,92); }
div.DivClassName
{
background-color: #BA215C;
}
.BgClassName
{
background-color: #BA215C;
}
</style>
border-color css
<style>
span { border-color: #BA215C; }
span { border-color: rgb(186,33,92); }
td.TdClassName
{
border-color: #BA215C;
}
.TagClassName
{
border-color: #BA215C;
}
</style>