Shades of Lipstick #A02849
Tints of Lipstick #A02849
RGB
CMYK
RGB Variations
Color information
#A02849 (or 0xA02849) is known color: Lipstick. HEX triplet: A0, 28 and 49. RGB value is (160,40,73). Sum of RGB (Red+Green+Blue) = 160+40+73=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A02849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02849 is #5FD7B6. Grayscale: #4F4F4F. Windows color (decimal): -6281143 or 4794528. OLE color: 4794528.
HSL color Cylindrical-coordinate representation of color #A02849: hue angle of 343.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02849 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 73 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.37 |
| HSL | 343.5º | 0.6% | 0.39% | - |
| HSV(B) | 343.5º | 0.75% | 0.63% | - |
| XYZ | 16.46 | 9.47 | 7.26 | - |
| YUV | 79.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 73 | 0 | 0.75 | 0.54 | 0.37 | 343.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 49 | 0 | 4B | 36 | 25 | 158 | 3C | 27 |
| Octal | 240 | 50 | 111 | 0 | 113 | 66 | 45 | 530 | 74 | 47 |
| Binary | 10100000 | 101000 | 1001001 | 0 | 1001011 | 110110 | 100101 | 101011000 | 111100 | 100111 |
Color Harmonies of #A02849
Complementary color
Monochromatic Colors of #A02849
Black with #A02849
Text Example
Text Example
White with #A02849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02849; }
p { color: rgb(160,40,73); }
H1.HeaderClassName
{
color: #A02849;
}
.AnyTagClassName
{
color: #A02849;
}
</style>
background-color css
<style>
a { background-color: #A02849; }
a { background-color: rgb(160,40,73); }
div.DivClassName
{
background-color: #A02849;
}
.BgClassName
{
background-color: #A02849;
}
</style>
border-color css
<style>
span { border-color: #A02849; }
span { border-color: rgb(160,40,73); }
td.TdClassName
{
border-color: #A02849;
}
.TagClassName
{
border-color: #A02849;
}
</style>