Shades of Old Rose #BA1951
Tints of Old Rose #BA1951
RGB
CMYK
RGB Variations
Color information
#BA1951 (or 0xBA1951) is known color: Old Rose. HEX triplet: BA, 19 and 51. RGB value is (186,25,81). Sum of RGB (Red+Green+Blue) = 186+25+81=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1951 is #45E6AE. Grayscale: #4F4F4F. Windows color (decimal): -4581039 or 5315002. OLE color: 5315002.
HSL color Cylindrical-coordinate representation of color #BA1951: hue angle of 339.13º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1951 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 81 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.27 |
| HSL | 339.13º | 0.76% | 0.41% | - |
| HSV(B) | 339.13º | 0.87% | 0.73% | - |
| XYZ | 22.08 | 11.73 | 8.88 | - |
| YUV | 79.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 81 | 0 | 0.87 | 0.56 | 0.27 | 339.13 | 0.76 | 0.41 |
| Hex | BA | 19 | 51 | 0 | 57 | 38 | 1B | 153 | 4C | 29 |
| Octal | 272 | 31 | 121 | 0 | 127 | 70 | 33 | 523 | 114 | 51 |
| Binary | 10111010 | 11001 | 1010001 | 0 | 1010111 | 111000 | 11011 | 101010011 | 1001100 | 101001 |
Color Harmonies of #BA1951
Complementary color
Monochromatic Colors of #BA1951
Black with #BA1951
Text Example
Text Example
White with #BA1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1951; }
p { color: rgb(186,25,81); }
H1.HeaderClassName
{
color: #BA1951;
}
.AnyTagClassName
{
color: #BA1951;
}
</style>
background-color css
<style>
a { background-color: #BA1951; }
a { background-color: rgb(186,25,81); }
div.DivClassName
{
background-color: #BA1951;
}
.BgClassName
{
background-color: #BA1951;
}
</style>
border-color css
<style>
span { border-color: #BA1951; }
span { border-color: rgb(186,25,81); }
td.TdClassName
{
border-color: #BA1951;
}
.TagClassName
{
border-color: #BA1951;
}
</style>