Shades of Old Rose #BA2544
Tints of Old Rose #BA2544
RGB
CMYK
RGB Variations
Color information
#BA2544 (or 0xBA2544) is known color: Old Rose. HEX triplet: BA, 25 and 44. RGB value is (186,37,68). Sum of RGB (Red+Green+Blue) = 186+37+68=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2544 is #45DABB. Grayscale: #555555. Windows color (decimal): -4577980 or 4466106. OLE color: 4466106.
HSL color Cylindrical-coordinate representation of color #BA2544: hue angle of 347.52º 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 #BA2544 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 68 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.27 |
| HSL | 347.52º | 0.67% | 0.44% | - |
| HSV(B) | 347.52º | 0.8% | 0.73% | - |
| XYZ | 21.95 | 12.18 | 6.66 | - |
| YUV | 85.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 68 | 0 | 0.80 | 0.63 | 0.27 | 347.52 | 0.67 | 0.44 |
| Hex | BA | 25 | 44 | 0 | 50 | 3F | 1B | 15C | 43 | 2C |
| Octal | 272 | 45 | 104 | 0 | 120 | 77 | 33 | 534 | 103 | 54 |
| Binary | 10111010 | 100101 | 1000100 | 0 | 1010000 | 111111 | 11011 | 101011100 | 1000011 | 101100 |
Color Harmonies of #BA2544
Complementary color
Monochromatic Colors of #BA2544
Black with #BA2544
Text Example
Text Example
White with #BA2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2544; }
p { color: rgb(186,37,68); }
H1.HeaderClassName
{
color: #BA2544;
}
.AnyTagClassName
{
color: #BA2544;
}
</style>
background-color css
<style>
a { background-color: #BA2544; }
a { background-color: rgb(186,37,68); }
div.DivClassName
{
background-color: #BA2544;
}
.BgClassName
{
background-color: #BA2544;
}
</style>
border-color css
<style>
span { border-color: #BA2544; }
span { border-color: rgb(186,37,68); }
td.TdClassName
{
border-color: #BA2544;
}
.TagClassName
{
border-color: #BA2544;
}
</style>