Shades of Old Rose #BA1D4D
Tints of Old Rose #BA1D4D
RGB
CMYK
RGB Variations
Color information
#BA1D4D (or 0xBA1D4D) is known color: Old Rose. HEX triplet: BA, 1D and 4D. RGB value is (186,29,77). Sum of RGB (Red+Green+Blue) = 186+29+77=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D4D is #45E2B2. Grayscale: #515151. Windows color (decimal): -4580019 or 5053882. OLE color: 5053882.
HSL color Cylindrical-coordinate representation of color #BA1D4D: hue angle of 341.66º 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 #BA1D4D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 77 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.27 |
| HSL | 341.66º | 0.73% | 0.42% | - |
| HSV(B) | 341.66º | 0.84% | 0.73% | - |
| XYZ | 22.03 | 11.85 | 8.15 | - |
| YUV | 81.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 77 | 0 | 0.84 | 0.59 | 0.27 | 341.66 | 0.73 | 0.42 |
| Hex | BA | 1D | 4D | 0 | 54 | 3B | 1B | 156 | 49 | 2A |
| Octal | 272 | 35 | 115 | 0 | 124 | 73 | 33 | 526 | 111 | 52 |
| Binary | 10111010 | 11101 | 1001101 | 0 | 1010100 | 111011 | 11011 | 101010110 | 1001001 | 101010 |
Color Harmonies of #BA1D4D
Complementary color
Monochromatic Colors of #BA1D4D
Black with #BA1D4D
Text Example
Text Example
White with #BA1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D4D; }
p { color: rgb(186,29,77); }
H1.HeaderClassName
{
color: #BA1D4D;
}
.AnyTagClassName
{
color: #BA1D4D;
}
</style>
background-color css
<style>
a { background-color: #BA1D4D; }
a { background-color: rgb(186,29,77); }
div.DivClassName
{
background-color: #BA1D4D;
}
.BgClassName
{
background-color: #BA1D4D;
}
</style>
border-color css
<style>
span { border-color: #BA1D4D; }
span { border-color: rgb(186,29,77); }
td.TdClassName
{
border-color: #BA1D4D;
}
.TagClassName
{
border-color: #BA1D4D;
}
</style>