Shades of Old Rose #BA2A54
Tints of Old Rose #BA2A54
RGB
CMYK
RGB Variations
Color information
#BA2A54 (or 0xBA2A54) is known color: Old Rose. HEX triplet: BA, 2A and 54. RGB value is (186,42,84). Sum of RGB (Red+Green+Blue) = 186+42+84=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A54 is #45D5AB. Grayscale: #595959. Windows color (decimal): -4576684 or 5515962. OLE color: 5515962.
HSL color Cylindrical-coordinate representation of color #BA2A54: hue angle of 342.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2A54 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 84 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.27 |
| HSL | 342.5º | 0.63% | 0.45% | - |
| HSV(B) | 342.5º | 0.77% | 0.73% | - |
| XYZ | 22.68 | 12.74 | 9.65 | - |
| YUV | 89.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 84 | 0 | 0.77 | 0.55 | 0.27 | 342.5 | 0.63 | 0.45 |
| Hex | BA | 2A | 54 | 0 | 4D | 37 | 1B | 156 | 3F | 2D |
| Octal | 272 | 52 | 124 | 0 | 115 | 67 | 33 | 526 | 77 | 55 |
| Binary | 10111010 | 101010 | 1010100 | 0 | 1001101 | 110111 | 11011 | 101010110 | 111111 | 101101 |
Color Harmonies of #BA2A54
Complementary color
Monochromatic Colors of #BA2A54
Black with #BA2A54
Text Example
Text Example
White with #BA2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A54; }
p { color: rgb(186,42,84); }
H1.HeaderClassName
{
color: #BA2A54;
}
.AnyTagClassName
{
color: #BA2A54;
}
</style>
background-color css
<style>
a { background-color: #BA2A54; }
a { background-color: rgb(186,42,84); }
div.DivClassName
{
background-color: #BA2A54;
}
.BgClassName
{
background-color: #BA2A54;
}
</style>
border-color css
<style>
span { border-color: #BA2A54; }
span { border-color: rgb(186,42,84); }
td.TdClassName
{
border-color: #BA2A54;
}
.TagClassName
{
border-color: #BA2A54;
}
</style>