Shades of Lipstick #A02241
Tints of Lipstick #A02241
RGB
CMYK
RGB Variations
Color information
#A02241 (or 0xA02241) is known color: Lipstick. HEX triplet: A0, 22 and 41. RGB value is (160,34,65). Sum of RGB (Red+Green+Blue) = 160+34+65=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A02241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02241 is #5FDDBE. Grayscale: #4B4B4B. Windows color (decimal): -6282687 or 4268704. OLE color: 4268704.
HSL color Cylindrical-coordinate representation of color #A02241: hue angle of 345.24º degrees, saturation: 0.65, 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 #A02241 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 65 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.37 |
| HSL | 345.24º | 0.65% | 0.38% | - |
| HSV(B) | 345.24º | 0.79% | 0.63% | - |
| XYZ | 16.02 | 9 | 5.89 | - |
| YUV | 75.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 65 | 0 | 0.79 | 0.59 | 0.37 | 345.24 | 0.65 | 0.38 |
| Hex | A0 | 22 | 41 | 0 | 4F | 3B | 25 | 159 | 41 | 26 |
| Octal | 240 | 42 | 101 | 0 | 117 | 73 | 45 | 531 | 101 | 46 |
| Binary | 10100000 | 100010 | 1000001 | 0 | 1001111 | 111011 | 100101 | 101011001 | 1000001 | 100110 |
Color Harmonies of #A02241
Complementary color
Monochromatic Colors of #A02241
Black with #A02241
Text Example
Text Example
White with #A02241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02241; }
p { color: rgb(160,34,65); }
H1.HeaderClassName
{
color: #A02241;
}
.AnyTagClassName
{
color: #A02241;
}
</style>
background-color css
<style>
a { background-color: #A02241; }
a { background-color: rgb(160,34,65); }
div.DivClassName
{
background-color: #A02241;
}
.BgClassName
{
background-color: #A02241;
}
</style>
border-color css
<style>
span { border-color: #A02241; }
span { border-color: rgb(160,34,65); }
td.TdClassName
{
border-color: #A02241;
}
.TagClassName
{
border-color: #A02241;
}
</style>