Shades of Old Rose #BA1D49
Tints of Old Rose #BA1D49
RGB
CMYK
RGB Variations
Color information
#BA1D49 (or 0xBA1D49) is known color: Old Rose. HEX triplet: BA, 1D and 49. RGB value is (186,29,73). Sum of RGB (Red+Green+Blue) = 186+29+73=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D49 is #45E2B6. Grayscale: #505050. Windows color (decimal): -4580023 or 4791738. OLE color: 4791738.
HSL color Cylindrical-coordinate representation of color #BA1D49: hue angle of 343.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D49 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 73 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.27 |
| HSL | 343.18º | 0.73% | 0.42% | - |
| HSV(B) | 343.18º | 0.84% | 0.73% | - |
| XYZ | 21.89 | 11.8 | 7.43 | - |
| YUV | 80.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 73 | 0 | 0.84 | 0.61 | 0.27 | 343.18 | 0.73 | 0.42 |
| Hex | BA | 1D | 49 | 0 | 54 | 3D | 1B | 157 | 49 | 2A |
| Octal | 272 | 35 | 111 | 0 | 124 | 75 | 33 | 527 | 111 | 52 |
| Binary | 10111010 | 11101 | 1001001 | 0 | 1010100 | 111101 | 11011 | 101010111 | 1001001 | 101010 |
Color Harmonies of #BA1D49
Complementary color
Monochromatic Colors of #BA1D49
Black with #BA1D49
Text Example
Text Example
White with #BA1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D49; }
p { color: rgb(186,29,73); }
H1.HeaderClassName
{
color: #BA1D49;
}
.AnyTagClassName
{
color: #BA1D49;
}
</style>
background-color css
<style>
a { background-color: #BA1D49; }
a { background-color: rgb(186,29,73); }
div.DivClassName
{
background-color: #BA1D49;
}
.BgClassName
{
background-color: #BA1D49;
}
</style>
border-color css
<style>
span { border-color: #BA1D49; }
span { border-color: rgb(186,29,73); }
td.TdClassName
{
border-color: #BA1D49;
}
.TagClassName
{
border-color: #BA1D49;
}
</style>