Shades of Old Rose #BA1450
Tints of Old Rose #BA1450
RGB
CMYK
RGB Variations
Color information
#BA1450 (or 0xBA1450) is known color: Old Rose. HEX triplet: BA, 14 and 50. RGB value is (186,20,80). Sum of RGB (Red+Green+Blue) = 186+20+80=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1450 is #45EBAF. Grayscale: #4C4C4C. Windows color (decimal): -4582320 or 5248186. OLE color: 5248186.
HSL color Cylindrical-coordinate representation of color #BA1450: hue angle of 338.31º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1450 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 80 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.27 |
| HSL | 338.31º | 0.81% | 0.4% | - |
| HSV(B) | 338.31º | 0.89% | 0.73% | - |
| XYZ | 21.95 | 11.52 | 8.66 | - |
| YUV | 76.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 80 | 0 | 0.89 | 0.57 | 0.27 | 338.31 | 0.81 | 0.4 |
| Hex | BA | 14 | 50 | 0 | 59 | 39 | 1B | 152 | 51 | 28 |
| Octal | 272 | 24 | 120 | 0 | 131 | 71 | 33 | 522 | 121 | 50 |
| Binary | 10111010 | 10100 | 1010000 | 0 | 1011001 | 111001 | 11011 | 101010010 | 1010001 | 101000 |
Color Harmonies of #BA1450
Complementary color
Monochromatic Colors of #BA1450
Black with #BA1450
Text Example
Text Example
White with #BA1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1450; }
p { color: rgb(186,20,80); }
H1.HeaderClassName
{
color: #BA1450;
}
.AnyTagClassName
{
color: #BA1450;
}
</style>
background-color css
<style>
a { background-color: #BA1450; }
a { background-color: rgb(186,20,80); }
div.DivClassName
{
background-color: #BA1450;
}
.BgClassName
{
background-color: #BA1450;
}
</style>
border-color css
<style>
span { border-color: #BA1450; }
span { border-color: rgb(186,20,80); }
td.TdClassName
{
border-color: #BA1450;
}
.TagClassName
{
border-color: #BA1450;
}
</style>