Shades of Old Rose #BA3951
Tints of Old Rose #BA3951
RGB
CMYK
RGB Variations
Color information
#BA3951 (or 0xBA3951) is known color: Old Rose. HEX triplet: BA, 39 and 51. RGB value is (186,57,81). Sum of RGB (Red+Green+Blue) = 186+57+81=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3951 is #45C6AE. Grayscale: #626262. Windows color (decimal): -4572847 or 5323194. OLE color: 5323194.
HSL color Cylindrical-coordinate representation of color #BA3951: hue angle of 348.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3951 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 81 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.27 |
| HSL | 348.84º | 0.53% | 0.48% | - |
| HSV(B) | 348.84º | 0.69% | 0.73% | - |
| XYZ | 23.2 | 13.96 | 9.26 | - |
| YUV | 98.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 81 | 0 | 0.69 | 0.56 | 0.27 | 348.84 | 0.53 | 0.48 |
| Hex | BA | 39 | 51 | 0 | 45 | 38 | 1B | 15D | 35 | 30 |
| Octal | 272 | 71 | 121 | 0 | 105 | 70 | 33 | 535 | 65 | 60 |
| Binary | 10111010 | 111001 | 1010001 | 0 | 1000101 | 111000 | 11011 | 101011101 | 110101 | 110000 |
Color Harmonies of #BA3951
Complementary color
Monochromatic Colors of #BA3951
Black with #BA3951
Text Example
Text Example
White with #BA3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3951; }
p { color: rgb(186,57,81); }
H1.HeaderClassName
{
color: #BA3951;
}
.AnyTagClassName
{
color: #BA3951;
}
</style>
background-color css
<style>
a { background-color: #BA3951; }
a { background-color: rgb(186,57,81); }
div.DivClassName
{
background-color: #BA3951;
}
.BgClassName
{
background-color: #BA3951;
}
</style>
border-color css
<style>
span { border-color: #BA3951; }
span { border-color: rgb(186,57,81); }
td.TdClassName
{
border-color: #BA3951;
}
.TagClassName
{
border-color: #BA3951;
}
</style>