Shades of Old Rose #BA2850
Tints of Old Rose #BA2850
RGB
CMYK
RGB Variations
Color information
#BA2850 (or 0xBA2850) is known color: Old Rose. HEX triplet: BA, 28 and 50. RGB value is (186,40,80). Sum of RGB (Red+Green+Blue) = 186+40+80=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2850 is #45D7AF. Grayscale: #585858. Windows color (decimal): -4577200 or 5253306. OLE color: 5253306.
HSL color Cylindrical-coordinate representation of color #BA2850: hue angle of 343.56º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2850 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 80 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.27 |
| HSL | 343.56º | 0.65% | 0.44% | - |
| HSV(B) | 343.56º | 0.78% | 0.73% | - |
| XYZ | 22.46 | 12.54 | 8.83 | - |
| YUV | 88.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 80 | 0 | 0.78 | 0.57 | 0.27 | 343.56 | 0.65 | 0.44 |
| Hex | BA | 28 | 50 | 0 | 4E | 39 | 1B | 158 | 41 | 2C |
| Octal | 272 | 50 | 120 | 0 | 116 | 71 | 33 | 530 | 101 | 54 |
| Binary | 10111010 | 101000 | 1010000 | 0 | 1001110 | 111001 | 11011 | 101011000 | 1000001 | 101100 |
Color Harmonies of #BA2850
Complementary color
Monochromatic Colors of #BA2850
Black with #BA2850
Text Example
Text Example
White with #BA2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2850; }
p { color: rgb(186,40,80); }
H1.HeaderClassName
{
color: #BA2850;
}
.AnyTagClassName
{
color: #BA2850;
}
</style>
background-color css
<style>
a { background-color: #BA2850; }
a { background-color: rgb(186,40,80); }
div.DivClassName
{
background-color: #BA2850;
}
.BgClassName
{
background-color: #BA2850;
}
</style>
border-color css
<style>
span { border-color: #BA2850; }
span { border-color: rgb(186,40,80); }
td.TdClassName
{
border-color: #BA2850;
}
.TagClassName
{
border-color: #BA2850;
}
</style>