Shades of Lipstick #A42946
Tints of Lipstick #A42946
RGB
CMYK
RGB Variations
Color information
#A42946 (or 0xA42946) is known color: Lipstick. HEX triplet: A4, 29 and 46. RGB value is (164,41,70). Sum of RGB (Red+Green+Blue) = 164+41+70=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A42946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42946 is #5BD6B9. Grayscale: #515151. Windows color (decimal): -6018746 or 4598180. OLE color: 4598180.
HSL color Cylindrical-coordinate representation of color #A42946: hue angle of 345.85º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42946 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 70 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.36 |
| HSL | 345.85º | 0.6% | 0.4% | - |
| HSV(B) | 345.85º | 0.75% | 0.64% | - |
| XYZ | 17.21 | 9.92 | 6.8 | - |
| YUV | 81.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 70 | 0 | 0.75 | 0.57 | 0.36 | 345.85 | 0.6 | 0.4 |
| Hex | A4 | 29 | 46 | 0 | 4B | 39 | 24 | 15A | 3C | 28 |
| Octal | 244 | 51 | 106 | 0 | 113 | 71 | 44 | 532 | 74 | 50 |
| Binary | 10100100 | 101001 | 1000110 | 0 | 1001011 | 111001 | 100100 | 101011010 | 111100 | 101000 |
Color Harmonies of #A42946
Complementary color
Monochromatic Colors of #A42946
Black with #A42946
Text Example
Text Example
White with #A42946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42946; }
p { color: rgb(164,41,70); }
H1.HeaderClassName
{
color: #A42946;
}
.AnyTagClassName
{
color: #A42946;
}
</style>
background-color css
<style>
a { background-color: #A42946; }
a { background-color: rgb(164,41,70); }
div.DivClassName
{
background-color: #A42946;
}
.BgClassName
{
background-color: #A42946;
}
</style>
border-color css
<style>
span { border-color: #A42946; }
span { border-color: rgb(164,41,70); }
td.TdClassName
{
border-color: #A42946;
}
.TagClassName
{
border-color: #A42946;
}
</style>