Shades of Old Rose #BA2149
Tints of Old Rose #BA2149
RGB
CMYK
RGB Variations
Color information
#BA2149 (or 0xBA2149) is known color: Old Rose. HEX triplet: BA, 21 and 49. RGB value is (186,33,73). Sum of RGB (Red+Green+Blue) = 186+33+73=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2149 is #45DEB6. Grayscale: #535353. Windows color (decimal): -4578999 or 4792762. OLE color: 4792762.
HSL color Cylindrical-coordinate representation of color #BA2149: hue angle of 344.31º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2149 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 73 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.27 |
| HSL | 344.31º | 0.7% | 0.43% | - |
| HSV(B) | 344.31º | 0.82% | 0.73% | - |
| XYZ | 22 | 12.01 | 7.46 | - |
| YUV | 83.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 73 | 0 | 0.82 | 0.61 | 0.27 | 344.31 | 0.7 | 0.43 |
| Hex | BA | 21 | 49 | 0 | 52 | 3D | 1B | 158 | 46 | 2B |
| Octal | 272 | 41 | 111 | 0 | 122 | 75 | 33 | 530 | 106 | 53 |
| Binary | 10111010 | 100001 | 1001001 | 0 | 1010010 | 111101 | 11011 | 101011000 | 1000110 | 101011 |
Color Harmonies of #BA2149
Complementary color
Monochromatic Colors of #BA2149
Black with #BA2149
Text Example
Text Example
White with #BA2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2149; }
p { color: rgb(186,33,73); }
H1.HeaderClassName
{
color: #BA2149;
}
.AnyTagClassName
{
color: #BA2149;
}
</style>
background-color css
<style>
a { background-color: #BA2149; }
a { background-color: rgb(186,33,73); }
div.DivClassName
{
background-color: #BA2149;
}
.BgClassName
{
background-color: #BA2149;
}
</style>
border-color css
<style>
span { border-color: #BA2149; }
span { border-color: rgb(186,33,73); }
td.TdClassName
{
border-color: #BA2149;
}
.TagClassName
{
border-color: #BA2149;
}
</style>