Shades of Lipstick #A02441
Tints of Lipstick #A02441
RGB
CMYK
RGB Variations
Color information
#A02441 (or 0xA02441) is known color: Lipstick. HEX triplet: A0, 24 and 41. RGB value is (160,36,65). Sum of RGB (Red+Green+Blue) = 160+36+65=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A02441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02441 is #5FDBBE. Grayscale: #4C4C4C. Windows color (decimal): -6282175 or 4269216. OLE color: 4269216.
HSL color Cylindrical-coordinate representation of color #A02441: hue angle of 345.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02441 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 65 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.37 |
| HSL | 345.97º | 0.63% | 0.38% | - |
| HSV(B) | 345.97º | 0.78% | 0.63% | - |
| XYZ | 16.08 | 9.12 | 5.91 | - |
| YUV | 76.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 65 | 0 | 0.78 | 0.59 | 0.37 | 345.97 | 0.63 | 0.38 |
| Hex | A0 | 24 | 41 | 0 | 4E | 3B | 25 | 15A | 3F | 26 |
| Octal | 240 | 44 | 101 | 0 | 116 | 73 | 45 | 532 | 77 | 46 |
| Binary | 10100000 | 100100 | 1000001 | 0 | 1001110 | 111011 | 100101 | 101011010 | 111111 | 100110 |
Color Harmonies of #A02441
Complementary color
Monochromatic Colors of #A02441
Black with #A02441
Text Example
Text Example
White with #A02441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02441; }
p { color: rgb(160,36,65); }
H1.HeaderClassName
{
color: #A02441;
}
.AnyTagClassName
{
color: #A02441;
}
</style>
background-color css
<style>
a { background-color: #A02441; }
a { background-color: rgb(160,36,65); }
div.DivClassName
{
background-color: #A02441;
}
.BgClassName
{
background-color: #A02441;
}
</style>
border-color css
<style>
span { border-color: #A02441; }
span { border-color: rgb(160,36,65); }
td.TdClassName
{
border-color: #A02441;
}
.TagClassName
{
border-color: #A02441;
}
</style>