Shades of Lipstick #A02C49
Tints of Lipstick #A02C49
RGB
CMYK
RGB Variations
Color information
#A02C49 (or 0xA02C49) is known color: Lipstick. HEX triplet: A0, 2C and 49. RGB value is (160,44,73). Sum of RGB (Red+Green+Blue) = 160+44+73=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C49 is #5FD3B6. Grayscale: #515151. Windows color (decimal): -6280119 or 4795552. OLE color: 4795552.
HSL color Cylindrical-coordinate representation of color #A02C49: hue angle of 345º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C49 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 73 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.37 |
| HSL | 345º | 0.57% | 0.4% | - |
| HSV(B) | 345º | 0.73% | 0.63% | - |
| XYZ | 16.6 | 9.76 | 7.31 | - |
| YUV | 81.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 73 | 0 | 0.72 | 0.54 | 0.37 | 345 | 0.57 | 0.4 |
| Hex | A0 | 2C | 49 | 0 | 48 | 36 | 25 | 159 | 39 | 28 |
| Octal | 240 | 54 | 111 | 0 | 110 | 66 | 45 | 531 | 71 | 50 |
| Binary | 10100000 | 101100 | 1001001 | 0 | 1001000 | 110110 | 100101 | 101011001 | 111001 | 101000 |
Color Harmonies of #A02C49
Complementary color
Monochromatic Colors of #A02C49
Black with #A02C49
Text Example
Text Example
White with #A02C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C49; }
p { color: rgb(160,44,73); }
H1.HeaderClassName
{
color: #A02C49;
}
.AnyTagClassName
{
color: #A02C49;
}
</style>
background-color css
<style>
a { background-color: #A02C49; }
a { background-color: rgb(160,44,73); }
div.DivClassName
{
background-color: #A02C49;
}
.BgClassName
{
background-color: #A02C49;
}
</style>
border-color css
<style>
span { border-color: #A02C49; }
span { border-color: rgb(160,44,73); }
td.TdClassName
{
border-color: #A02C49;
}
.TagClassName
{
border-color: #A02C49;
}
</style>