Shades of Old Rose #BA2350
Tints of Old Rose #BA2350
RGB
CMYK
RGB Variations
Color information
#BA2350 (or 0xBA2350) is known color: Old Rose. HEX triplet: BA, 23 and 50. RGB value is (186,35,80). Sum of RGB (Red+Green+Blue) = 186+35+80=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2350 is #45DCAF. Grayscale: #555555. Windows color (decimal): -4578480 or 5252026. OLE color: 5252026.
HSL color Cylindrical-coordinate representation of color #BA2350: hue angle of 342.12º 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 #BA2350 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 80 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.27 |
| HSL | 342.12º | 0.68% | 0.43% | - |
| HSV(B) | 342.12º | 0.81% | 0.73% | - |
| XYZ | 22.3 | 12.22 | 8.77 | - |
| YUV | 85.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 80 | 0 | 0.81 | 0.57 | 0.27 | 342.12 | 0.68 | 0.43 |
| Hex | BA | 23 | 50 | 0 | 51 | 39 | 1B | 156 | 44 | 2B |
| Octal | 272 | 43 | 120 | 0 | 121 | 71 | 33 | 526 | 104 | 53 |
| Binary | 10111010 | 100011 | 1010000 | 0 | 1010001 | 111001 | 11011 | 101010110 | 1000100 | 101011 |
Color Harmonies of #BA2350
Complementary color
Monochromatic Colors of #BA2350
Black with #BA2350
Text Example
Text Example
White with #BA2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2350; }
p { color: rgb(186,35,80); }
H1.HeaderClassName
{
color: #BA2350;
}
.AnyTagClassName
{
color: #BA2350;
}
</style>
background-color css
<style>
a { background-color: #BA2350; }
a { background-color: rgb(186,35,80); }
div.DivClassName
{
background-color: #BA2350;
}
.BgClassName
{
background-color: #BA2350;
}
</style>
border-color css
<style>
span { border-color: #BA2350; }
span { border-color: rgb(186,35,80); }
td.TdClassName
{
border-color: #BA2350;
}
.TagClassName
{
border-color: #BA2350;
}
</style>