Shades of Old Rose #BA1B4B
Tints of Old Rose #BA1B4B
RGB
CMYK
RGB Variations
Color information
#BA1B4B (or 0xBA1B4B) is known color: Old Rose. HEX triplet: BA, 1B and 4B. RGB value is (186,27,75). Sum of RGB (Red+Green+Blue) = 186+27+75=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B4B is #45E4B4. Grayscale: #4F4F4F. Windows color (decimal): -4580533 or 4922298. OLE color: 4922298.
HSL color Cylindrical-coordinate representation of color #BA1B4B: hue angle of 341.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B4B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 75 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.27 |
| HSL | 341.89º | 0.75% | 0.42% | - |
| HSV(B) | 341.89º | 0.85% | 0.73% | - |
| XYZ | 21.91 | 11.73 | 7.77 | - |
| YUV | 80.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 75 | 0 | 0.85 | 0.60 | 0.27 | 341.89 | 0.75 | 0.42 |
| Hex | BA | 1B | 4B | 0 | 55 | 3C | 1B | 156 | 4B | 2A |
| Octal | 272 | 33 | 113 | 0 | 125 | 74 | 33 | 526 | 113 | 52 |
| Binary | 10111010 | 11011 | 1001011 | 0 | 1010101 | 111100 | 11011 | 101010110 | 1001011 | 101010 |
Color Harmonies of #BA1B4B
Complementary color
Monochromatic Colors of #BA1B4B
Black with #BA1B4B
Text Example
Text Example
White with #BA1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B4B; }
p { color: rgb(186,27,75); }
H1.HeaderClassName
{
color: #BA1B4B;
}
.AnyTagClassName
{
color: #BA1B4B;
}
</style>
background-color css
<style>
a { background-color: #BA1B4B; }
a { background-color: rgb(186,27,75); }
div.DivClassName
{
background-color: #BA1B4B;
}
.BgClassName
{
background-color: #BA1B4B;
}
</style>
border-color css
<style>
span { border-color: #BA1B4B; }
span { border-color: rgb(186,27,75); }
td.TdClassName
{
border-color: #BA1B4B;
}
.TagClassName
{
border-color: #BA1B4B;
}
</style>