Shades of Lipstick #A02142
Tints of Lipstick #A02142
RGB
CMYK
RGB Variations
Color information
#A02142 (or 0xA02142) is known color: Lipstick. HEX triplet: A0, 21 and 42. RGB value is (160,33,66). Sum of RGB (Red+Green+Blue) = 160+33+66=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A02142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02142 is #5FDEBD. Grayscale: #4A4A4A. Windows color (decimal): -6282942 or 4333984. OLE color: 4333984.
HSL color Cylindrical-coordinate representation of color #A02142: hue angle of 344.41º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02142 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 66 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.37 |
| HSL | 344.41º | 0.66% | 0.38% | - |
| HSV(B) | 344.41º | 0.79% | 0.63% | - |
| XYZ | 16.02 | 8.95 | 6.04 | - |
| YUV | 74.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 66 | 0 | 0.79 | 0.59 | 0.37 | 344.41 | 0.66 | 0.38 |
| Hex | A0 | 21 | 42 | 0 | 4F | 3B | 25 | 158 | 42 | 26 |
| Octal | 240 | 41 | 102 | 0 | 117 | 73 | 45 | 530 | 102 | 46 |
| Binary | 10100000 | 100001 | 1000010 | 0 | 1001111 | 111011 | 100101 | 101011000 | 1000010 | 100110 |
Color Harmonies of #A02142
Complementary color
Monochromatic Colors of #A02142
Black with #A02142
Text Example
Text Example
White with #A02142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02142; }
p { color: rgb(160,33,66); }
H1.HeaderClassName
{
color: #A02142;
}
.AnyTagClassName
{
color: #A02142;
}
</style>
background-color css
<style>
a { background-color: #A02142; }
a { background-color: rgb(160,33,66); }
div.DivClassName
{
background-color: #A02142;
}
.BgClassName
{
background-color: #A02142;
}
</style>
border-color css
<style>
span { border-color: #A02142; }
span { border-color: rgb(160,33,66); }
td.TdClassName
{
border-color: #A02142;
}
.TagClassName
{
border-color: #A02142;
}
</style>