Shades of Old Rose #BA2450
Tints of Old Rose #BA2450
RGB
CMYK
RGB Variations
Color information
#BA2450 (or 0xBA2450) is known color: Old Rose. HEX triplet: BA, 24 and 50. RGB value is (186,36,80). Sum of RGB (Red+Green+Blue) = 186+36+80=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2450 is #45DBAF. Grayscale: #555555. Windows color (decimal): -4578224 or 5252282. OLE color: 5252282.
HSL color Cylindrical-coordinate representation of color #BA2450: hue angle of 342.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2450 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 80 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.27 |
| HSL | 342.4º | 0.68% | 0.44% | - |
| HSV(B) | 342.4º | 0.81% | 0.73% | - |
| XYZ | 22.33 | 12.28 | 8.78 | - |
| YUV | 85.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 80 | 0 | 0.81 | 0.57 | 0.27 | 342.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 50 | 0 | 51 | 39 | 1B | 156 | 44 | 2C |
| Octal | 272 | 44 | 120 | 0 | 121 | 71 | 33 | 526 | 104 | 54 |
| Binary | 10111010 | 100100 | 1010000 | 0 | 1010001 | 111001 | 11011 | 101010110 | 1000100 | 101100 |
Color Harmonies of #BA2450
Complementary color
Monochromatic Colors of #BA2450
Black with #BA2450
Text Example
Text Example
White with #BA2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2450; }
p { color: rgb(186,36,80); }
H1.HeaderClassName
{
color: #BA2450;
}
.AnyTagClassName
{
color: #BA2450;
}
</style>
background-color css
<style>
a { background-color: #BA2450; }
a { background-color: rgb(186,36,80); }
div.DivClassName
{
background-color: #BA2450;
}
.BgClassName
{
background-color: #BA2450;
}
</style>
border-color css
<style>
span { border-color: #BA2450; }
span { border-color: rgb(186,36,80); }
td.TdClassName
{
border-color: #BA2450;
}
.TagClassName
{
border-color: #BA2450;
}
</style>