Shades of Old Rose #BA2A49
Tints of Old Rose #BA2A49
RGB
CMYK
RGB Variations
Color information
#BA2A49 (or 0xBA2A49) is known color: Old Rose. HEX triplet: BA, 2A and 49. RGB value is (186,42,73). Sum of RGB (Red+Green+Blue) = 186+42+73=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A49 is #45D5B6. Grayscale: #585858. Windows color (decimal): -4576695 or 4795066. OLE color: 4795066.
HSL color Cylindrical-coordinate representation of color #BA2A49: hue angle of 347.08º 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 #BA2A49 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 73 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.27 |
| HSL | 347.08º | 0.63% | 0.45% | - |
| HSV(B) | 347.08º | 0.77% | 0.73% | - |
| XYZ | 22.28 | 12.58 | 7.56 | - |
| YUV | 88.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 73 | 0 | 0.77 | 0.61 | 0.27 | 347.08 | 0.63 | 0.45 |
| Hex | BA | 2A | 49 | 0 | 4D | 3D | 1B | 15B | 3F | 2D |
| Octal | 272 | 52 | 111 | 0 | 115 | 75 | 33 | 533 | 77 | 55 |
| Binary | 10111010 | 101010 | 1001001 | 0 | 1001101 | 111101 | 11011 | 101011011 | 111111 | 101101 |
Color Harmonies of #BA2A49
Complementary color
Monochromatic Colors of #BA2A49
Black with #BA2A49
Text Example
Text Example
White with #BA2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A49; }
p { color: rgb(186,42,73); }
H1.HeaderClassName
{
color: #BA2A49;
}
.AnyTagClassName
{
color: #BA2A49;
}
</style>
background-color css
<style>
a { background-color: #BA2A49; }
a { background-color: rgb(186,42,73); }
div.DivClassName
{
background-color: #BA2A49;
}
.BgClassName
{
background-color: #BA2A49;
}
</style>
border-color css
<style>
span { border-color: #BA2A49; }
span { border-color: rgb(186,42,73); }
td.TdClassName
{
border-color: #BA2A49;
}
.TagClassName
{
border-color: #BA2A49;
}
</style>