Shades of Lipstick #A02141
Tints of Lipstick #A02141
RGB
CMYK
RGB Variations
Color information
#A02141 (or 0xA02141) is known color: Lipstick. HEX triplet: A0, 21 and 41. RGB value is (160,33,65). Sum of RGB (Red+Green+Blue) = 160+33+65=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A02141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02141 is #5FDEBE. Grayscale: #4A4A4A. Windows color (decimal): -6282943 or 4268448. OLE color: 4268448.
HSL color Cylindrical-coordinate representation of color #A02141: hue angle of 344.88º 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 #A02141 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 65 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.37 |
| HSL | 344.88º | 0.66% | 0.38% | - |
| HSV(B) | 344.88º | 0.79% | 0.63% | - |
| XYZ | 16 | 8.94 | 5.88 | - |
| YUV | 74.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 65 | 0 | 0.79 | 0.59 | 0.37 | 344.88 | 0.66 | 0.38 |
| Hex | A0 | 21 | 41 | 0 | 4F | 3B | 25 | 159 | 42 | 26 |
| Octal | 240 | 41 | 101 | 0 | 117 | 73 | 45 | 531 | 102 | 46 |
| Binary | 10100000 | 100001 | 1000001 | 0 | 1001111 | 111011 | 100101 | 101011001 | 1000010 | 100110 |
Color Harmonies of #A02141
Complementary color
Monochromatic Colors of #A02141
Black with #A02141
Text Example
Text Example
White with #A02141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02141; }
p { color: rgb(160,33,65); }
H1.HeaderClassName
{
color: #A02141;
}
.AnyTagClassName
{
color: #A02141;
}
</style>
background-color css
<style>
a { background-color: #A02141; }
a { background-color: rgb(160,33,65); }
div.DivClassName
{
background-color: #A02141;
}
.BgClassName
{
background-color: #A02141;
}
</style>
border-color css
<style>
span { border-color: #A02141; }
span { border-color: rgb(160,33,65); }
td.TdClassName
{
border-color: #A02141;
}
.TagClassName
{
border-color: #A02141;
}
</style>