Shades of Old Rose #BA2A58
Tints of Old Rose #BA2A58
RGB
CMYK
RGB Variations
Color information
#BA2A58 (or 0xBA2A58) is known color: Old Rose. HEX triplet: BA, 2A and 58. RGB value is (186,42,88). Sum of RGB (Red+Green+Blue) = 186+42+88=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A58 is #45D5A7. Grayscale: #5A5A5A. Windows color (decimal): -4576680 or 5778106. OLE color: 5778106.
HSL color Cylindrical-coordinate representation of color #BA2A58: hue angle of 340.83º 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 #BA2A58 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 88 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.27 |
| HSL | 340.83º | 0.63% | 0.45% | - |
| HSV(B) | 340.83º | 0.77% | 0.73% | - |
| XYZ | 22.84 | 12.8 | 10.5 | - |
| YUV | 90.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 88 | 0 | 0.77 | 0.53 | 0.27 | 340.83 | 0.63 | 0.45 |
| Hex | BA | 2A | 58 | 0 | 4D | 35 | 1B | 155 | 3F | 2D |
| Octal | 272 | 52 | 130 | 0 | 115 | 65 | 33 | 525 | 77 | 55 |
| Binary | 10111010 | 101010 | 1011000 | 0 | 1001101 | 110101 | 11011 | 101010101 | 111111 | 101101 |
Color Harmonies of #BA2A58
Complementary color
Monochromatic Colors of #BA2A58
Black with #BA2A58
Text Example
Text Example
White with #BA2A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A58; }
p { color: rgb(186,42,88); }
H1.HeaderClassName
{
color: #BA2A58;
}
.AnyTagClassName
{
color: #BA2A58;
}
</style>
background-color css
<style>
a { background-color: #BA2A58; }
a { background-color: rgb(186,42,88); }
div.DivClassName
{
background-color: #BA2A58;
}
.BgClassName
{
background-color: #BA2A58;
}
</style>
border-color css
<style>
span { border-color: #BA2A58; }
span { border-color: rgb(186,42,88); }
td.TdClassName
{
border-color: #BA2A58;
}
.TagClassName
{
border-color: #BA2A58;
}
</style>