Shades of Old Rose #BA1A55
Tints of Old Rose #BA1A55
RGB
CMYK
RGB Variations
Color information
#BA1A55 (or 0xBA1A55) is known color: Old Rose. HEX triplet: BA, 1A and 55. RGB value is (186,26,85). Sum of RGB (Red+Green+Blue) = 186+26+85=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A55 is #45E5AA. Grayscale: #505050. Windows color (decimal): -4580779 or 5577402. OLE color: 5577402.
HSL color Cylindrical-coordinate representation of color #BA1A55: hue angle of 337.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A55 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 85 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.27 |
| HSL | 337.88º | 0.75% | 0.42% | - |
| HSV(B) | 337.88º | 0.86% | 0.73% | - |
| XYZ | 22.26 | 11.83 | 9.71 | - |
| YUV | 80.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 85 | 0 | 0.86 | 0.54 | 0.27 | 337.88 | 0.75 | 0.42 |
| Hex | BA | 1A | 55 | 0 | 56 | 36 | 1B | 152 | 4B | 2A |
| Octal | 272 | 32 | 125 | 0 | 126 | 66 | 33 | 522 | 113 | 52 |
| Binary | 10111010 | 11010 | 1010101 | 0 | 1010110 | 110110 | 11011 | 101010010 | 1001011 | 101010 |
Color Harmonies of #BA1A55
Complementary color
Monochromatic Colors of #BA1A55
Black with #BA1A55
Text Example
Text Example
White with #BA1A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A55; }
p { color: rgb(186,26,85); }
H1.HeaderClassName
{
color: #BA1A55;
}
.AnyTagClassName
{
color: #BA1A55;
}
</style>
background-color css
<style>
a { background-color: #BA1A55; }
a { background-color: rgb(186,26,85); }
div.DivClassName
{
background-color: #BA1A55;
}
.BgClassName
{
background-color: #BA1A55;
}
</style>
border-color css
<style>
span { border-color: #BA1A55; }
span { border-color: rgb(186,26,85); }
td.TdClassName
{
border-color: #BA1A55;
}
.TagClassName
{
border-color: #BA1A55;
}
</style>