Shades of Old Rose #BA1D5B
Tints of Old Rose #BA1D5B
RGB
CMYK
RGB Variations
Color information
#BA1D5B (or 0xBA1D5B) is known color: Old Rose. HEX triplet: BA, 1D and 5B. RGB value is (186,29,91). Sum of RGB (Red+Green+Blue) = 186+29+91=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D5B is #45E2A4. Grayscale: #525252. Windows color (decimal): -4580005 or 5971386. OLE color: 5971386.
HSL color Cylindrical-coordinate representation of color #BA1D5B: hue angle of 336.31º 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 #BA1D5B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 91 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.27 |
| HSL | 336.31º | 0.73% | 0.42% | - |
| HSV(B) | 336.31º | 0.84% | 0.73% | - |
| XYZ | 22.58 | 12.07 | 11.04 | - |
| YUV | 83.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 91 | 0 | 0.84 | 0.51 | 0.27 | 336.31 | 0.73 | 0.42 |
| Hex | BA | 1D | 5B | 0 | 54 | 33 | 1B | 150 | 49 | 2A |
| Octal | 272 | 35 | 133 | 0 | 124 | 63 | 33 | 520 | 111 | 52 |
| Binary | 10111010 | 11101 | 1011011 | 0 | 1010100 | 110011 | 11011 | 101010000 | 1001001 | 101010 |
Color Harmonies of #BA1D5B
Complementary color
Monochromatic Colors of #BA1D5B
Black with #BA1D5B
Text Example
Text Example
White with #BA1D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D5B; }
p { color: rgb(186,29,91); }
H1.HeaderClassName
{
color: #BA1D5B;
}
.AnyTagClassName
{
color: #BA1D5B;
}
</style>
background-color css
<style>
a { background-color: #BA1D5B; }
a { background-color: rgb(186,29,91); }
div.DivClassName
{
background-color: #BA1D5B;
}
.BgClassName
{
background-color: #BA1D5B;
}
</style>
border-color css
<style>
span { border-color: #BA1D5B; }
span { border-color: rgb(186,29,91); }
td.TdClassName
{
border-color: #BA1D5B;
}
.TagClassName
{
border-color: #BA1D5B;
}
</style>