Shades of Old Rose #BA2A4D
Tints of Old Rose #BA2A4D
RGB
CMYK
RGB Variations
Color information
#BA2A4D (or 0xBA2A4D) is known color: Old Rose. HEX triplet: BA, 2A and 4D. RGB value is (186,42,77). Sum of RGB (Red+Green+Blue) = 186+42+77=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A4D is #45D5B2. Grayscale: #595959. Windows color (decimal): -4576691 or 5057210. OLE color: 5057210.
HSL color Cylindrical-coordinate representation of color #BA2A4D: hue angle of 345.42º 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 #BA2A4D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 77 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.27 |
| HSL | 345.42º | 0.63% | 0.45% | - |
| HSV(B) | 345.42º | 0.77% | 0.73% | - |
| XYZ | 22.42 | 12.63 | 8.28 | - |
| YUV | 89.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 77 | 0 | 0.77 | 0.59 | 0.27 | 345.42 | 0.63 | 0.45 |
| Hex | BA | 2A | 4D | 0 | 4D | 3B | 1B | 159 | 3F | 2D |
| Octal | 272 | 52 | 115 | 0 | 115 | 73 | 33 | 531 | 77 | 55 |
| Binary | 10111010 | 101010 | 1001101 | 0 | 1001101 | 111011 | 11011 | 101011001 | 111111 | 101101 |
Color Harmonies of #BA2A4D
Complementary color
Monochromatic Colors of #BA2A4D
Black with #BA2A4D
Text Example
Text Example
White with #BA2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A4D; }
p { color: rgb(186,42,77); }
H1.HeaderClassName
{
color: #BA2A4D;
}
.AnyTagClassName
{
color: #BA2A4D;
}
</style>
background-color css
<style>
a { background-color: #BA2A4D; }
a { background-color: rgb(186,42,77); }
div.DivClassName
{
background-color: #BA2A4D;
}
.BgClassName
{
background-color: #BA2A4D;
}
</style>
border-color css
<style>
span { border-color: #BA2A4D; }
span { border-color: rgb(186,42,77); }
td.TdClassName
{
border-color: #BA2A4D;
}
.TagClassName
{
border-color: #BA2A4D;
}
</style>