Shades of Old Rose #BA2555
Tints of Old Rose #BA2555
RGB
CMYK
RGB Variations
Color information
#BA2555 (or 0xBA2555) is known color: Old Rose. HEX triplet: BA, 25 and 55. RGB value is (186,37,85). Sum of RGB (Red+Green+Blue) = 186+37+85=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2555 is #45DAAA. Grayscale: #565656. Windows color (decimal): -4577963 or 5580218. OLE color: 5580218.
HSL color Cylindrical-coordinate representation of color #BA2555: hue angle of 340.67º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2555 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 85 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.27 |
| HSL | 340.67º | 0.67% | 0.44% | - |
| HSV(B) | 340.67º | 0.8% | 0.73% | - |
| XYZ | 22.55 | 12.42 | 9.8 | - |
| YUV | 87.02 | 126.86 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 85 | 0 | 0.80 | 0.54 | 0.27 | 340.67 | 0.67 | 0.44 |
| Hex | BA | 25 | 55 | 0 | 50 | 36 | 1B | 155 | 43 | 2C |
| Octal | 272 | 45 | 125 | 0 | 120 | 66 | 33 | 525 | 103 | 54 |
| Binary | 10111010 | 100101 | 1010101 | 0 | 1010000 | 110110 | 11011 | 101010101 | 1000011 | 101100 |
Color Harmonies of #BA2555
Complementary color
Monochromatic Colors of #BA2555
Black with #BA2555
Text Example
Text Example
White with #BA2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2555; }
p { color: rgb(186,37,85); }
H1.HeaderClassName
{
color: #BA2555;
}
.AnyTagClassName
{
color: #BA2555;
}
</style>
background-color css
<style>
a { background-color: #BA2555; }
a { background-color: rgb(186,37,85); }
div.DivClassName
{
background-color: #BA2555;
}
.BgClassName
{
background-color: #BA2555;
}
</style>
border-color css
<style>
span { border-color: #BA2555; }
span { border-color: rgb(186,37,85); }
td.TdClassName
{
border-color: #BA2555;
}
.TagClassName
{
border-color: #BA2555;
}
</style>