Shades of Old Rose #BA2359
Tints of Old Rose #BA2359
RGB
CMYK
RGB Variations
Color information
#BA2359 (or 0xBA2359) is known color: Old Rose. HEX triplet: BA, 23 and 59. RGB value is (186,35,89). Sum of RGB (Red+Green+Blue) = 186+35+89=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2359 is #45DCA6. Grayscale: #565656. Windows color (decimal): -4578471 or 5841850. OLE color: 5841850.
HSL color Cylindrical-coordinate representation of color #BA2359: hue angle of 338.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2359 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 89 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.27 |
| HSL | 338.54º | 0.68% | 0.43% | - |
| HSV(B) | 338.54º | 0.81% | 0.73% | - |
| XYZ | 22.65 | 12.36 | 10.64 | - |
| YUV | 86.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 89 | 0 | 0.81 | 0.52 | 0.27 | 338.54 | 0.68 | 0.43 |
| Hex | BA | 23 | 59 | 0 | 51 | 34 | 1B | 153 | 44 | 2B |
| Octal | 272 | 43 | 131 | 0 | 121 | 64 | 33 | 523 | 104 | 53 |
| Binary | 10111010 | 100011 | 1011001 | 0 | 1010001 | 110100 | 11011 | 101010011 | 1000100 | 101011 |
Color Harmonies of #BA2359
Complementary color
Monochromatic Colors of #BA2359
Black with #BA2359
Text Example
Text Example
White with #BA2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2359; }
p { color: rgb(186,35,89); }
H1.HeaderClassName
{
color: #BA2359;
}
.AnyTagClassName
{
color: #BA2359;
}
</style>
background-color css
<style>
a { background-color: #BA2359; }
a { background-color: rgb(186,35,89); }
div.DivClassName
{
background-color: #BA2359;
}
.BgClassName
{
background-color: #BA2359;
}
</style>
border-color css
<style>
span { border-color: #BA2359; }
span { border-color: rgb(186,35,89); }
td.TdClassName
{
border-color: #BA2359;
}
.TagClassName
{
border-color: #BA2359;
}
</style>