Shades of Old Rose #BA2B50
Tints of Old Rose #BA2B50
RGB
CMYK
RGB Variations
Color information
#BA2B50 (or 0xBA2B50) is known color: Old Rose. HEX triplet: BA, 2B and 50. RGB value is (186,43,80). Sum of RGB (Red+Green+Blue) = 186+43+80=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B50 is #45D4AF. Grayscale: #595959. Windows color (decimal): -4576432 or 5254074. OLE color: 5254074.
HSL color Cylindrical-coordinate representation of color #BA2B50: hue angle of 344.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B50 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 80 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.27 |
| HSL | 344.48º | 0.62% | 0.45% | - |
| HSV(B) | 344.48º | 0.77% | 0.73% | - |
| XYZ | 22.56 | 12.75 | 8.86 | - |
| YUV | 89.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 80 | 0 | 0.77 | 0.57 | 0.27 | 344.48 | 0.62 | 0.45 |
| Hex | BA | 2B | 50 | 0 | 4D | 39 | 1B | 158 | 3E | 2D |
| Octal | 272 | 53 | 120 | 0 | 115 | 71 | 33 | 530 | 76 | 55 |
| Binary | 10111010 | 101011 | 1010000 | 0 | 1001101 | 111001 | 11011 | 101011000 | 111110 | 101101 |
Color Harmonies of #BA2B50
Complementary color
Monochromatic Colors of #BA2B50
Black with #BA2B50
Text Example
Text Example
White with #BA2B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B50; }
p { color: rgb(186,43,80); }
H1.HeaderClassName
{
color: #BA2B50;
}
.AnyTagClassName
{
color: #BA2B50;
}
</style>
background-color css
<style>
a { background-color: #BA2B50; }
a { background-color: rgb(186,43,80); }
div.DivClassName
{
background-color: #BA2B50;
}
.BgClassName
{
background-color: #BA2B50;
}
</style>
border-color css
<style>
span { border-color: #BA2B50; }
span { border-color: rgb(186,43,80); }
td.TdClassName
{
border-color: #BA2B50;
}
.TagClassName
{
border-color: #BA2B50;
}
</style>