Shades of Lipstick #A01949
Tints of Lipstick #A01949
RGB
CMYK
RGB Variations
Color information
#A01949 (or 0xA01949) is known color: Lipstick. HEX triplet: A0, 19 and 49. RGB value is (160,25,73). Sum of RGB (Red+Green+Blue) = 160+25+73=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A01949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01949 is #5FE6B6. Grayscale: #464646. Windows color (decimal): -6284983 or 4790688. OLE color: 4790688.
HSL color Cylindrical-coordinate representation of color #A01949: hue angle of 338.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01949 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 73 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.37 |
| HSL | 338.67º | 0.73% | 0.36% | - |
| HSV(B) | 338.67º | 0.84% | 0.63% | - |
| XYZ | 16.05 | 8.65 | 7.13 | - |
| YUV | 70.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 73 | 0 | 0.84 | 0.54 | 0.37 | 338.67 | 0.73 | 0.36 |
| Hex | A0 | 19 | 49 | 0 | 54 | 36 | 25 | 153 | 49 | 24 |
| Octal | 240 | 31 | 111 | 0 | 124 | 66 | 45 | 523 | 111 | 44 |
| Binary | 10100000 | 11001 | 1001001 | 0 | 1010100 | 110110 | 100101 | 101010011 | 1001001 | 100100 |
Color Harmonies of #A01949
Complementary color
Monochromatic Colors of #A01949
Black with #A01949
Text Example
Text Example
White with #A01949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01949; }
p { color: rgb(160,25,73); }
H1.HeaderClassName
{
color: #A01949;
}
.AnyTagClassName
{
color: #A01949;
}
</style>
background-color css
<style>
a { background-color: #A01949; }
a { background-color: rgb(160,25,73); }
div.DivClassName
{
background-color: #A01949;
}
.BgClassName
{
background-color: #A01949;
}
</style>
border-color css
<style>
span { border-color: #A01949; }
span { border-color: rgb(160,25,73); }
td.TdClassName
{
border-color: #A01949;
}
.TagClassName
{
border-color: #A01949;
}
</style>