Shades of Old Rose #BA3B51
Tints of Old Rose #BA3B51
RGB
CMYK
RGB Variations
Color information
#BA3B51 (or 0xBA3B51) is known color: Old Rose. HEX triplet: BA, 3B and 51. RGB value is (186,59,81). Sum of RGB (Red+Green+Blue) = 186+59+81=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B51 is #45C4AE. Grayscale: #636363. Windows color (decimal): -4572335 or 5323706. OLE color: 5323706.
HSL color Cylindrical-coordinate representation of color #BA3B51: hue angle of 349.61º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B51 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 81 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.27 |
| HSL | 349.61º | 0.52% | 0.48% | - |
| HSV(B) | 349.61º | 0.68% | 0.73% | - |
| XYZ | 23.3 | 14.16 | 9.29 | - |
| YUV | 99.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 81 | 0 | 0.68 | 0.56 | 0.27 | 349.61 | 0.52 | 0.48 |
| Hex | BA | 3B | 51 | 0 | 44 | 38 | 1B | 15E | 34 | 30 |
| Octal | 272 | 73 | 121 | 0 | 104 | 70 | 33 | 536 | 64 | 60 |
| Binary | 10111010 | 111011 | 1010001 | 0 | 1000100 | 111000 | 11011 | 101011110 | 110100 | 110000 |
Color Harmonies of #BA3B51
Complementary color
Monochromatic Colors of #BA3B51
Black with #BA3B51
Text Example
Text Example
White with #BA3B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B51; }
p { color: rgb(186,59,81); }
H1.HeaderClassName
{
color: #BA3B51;
}
.AnyTagClassName
{
color: #BA3B51;
}
</style>
background-color css
<style>
a { background-color: #BA3B51; }
a { background-color: rgb(186,59,81); }
div.DivClassName
{
background-color: #BA3B51;
}
.BgClassName
{
background-color: #BA3B51;
}
</style>
border-color css
<style>
span { border-color: #BA3B51; }
span { border-color: rgb(186,59,81); }
td.TdClassName
{
border-color: #BA3B51;
}
.TagClassName
{
border-color: #BA3B51;
}
</style>