Shades of Lipstick #A02943
Tints of Lipstick #A02943
RGB
CMYK
RGB Variations
Color information
#A02943 (or 0xA02943) is known color: Lipstick. HEX triplet: A0, 29 and 43. RGB value is (160,41,67). Sum of RGB (Red+Green+Blue) = 160+41+67=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A02943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02943 is #5FD6BC. Grayscale: #4F4F4F. Windows color (decimal): -6280893 or 4401568. OLE color: 4401568.
HSL color Cylindrical-coordinate representation of color #A02943: hue angle of 346.89º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02943 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 67 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.37 |
| HSL | 346.89º | 0.59% | 0.39% | - |
| HSV(B) | 346.89º | 0.74% | 0.63% | - |
| XYZ | 16.3 | 9.46 | 6.28 | - |
| YUV | 79.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 67 | 0 | 0.74 | 0.58 | 0.37 | 346.89 | 0.59 | 0.39 |
| Hex | A0 | 29 | 43 | 0 | 4A | 3A | 25 | 15B | 3B | 27 |
| Octal | 240 | 51 | 103 | 0 | 112 | 72 | 45 | 533 | 73 | 47 |
| Binary | 10100000 | 101001 | 1000011 | 0 | 1001010 | 111010 | 100101 | 101011011 | 111011 | 100111 |
Color Harmonies of #A02943
Complementary color
Monochromatic Colors of #A02943
Black with #A02943
Text Example
Text Example
White with #A02943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02943; }
p { color: rgb(160,41,67); }
H1.HeaderClassName
{
color: #A02943;
}
.AnyTagClassName
{
color: #A02943;
}
</style>
background-color css
<style>
a { background-color: #A02943; }
a { background-color: rgb(160,41,67); }
div.DivClassName
{
background-color: #A02943;
}
.BgClassName
{
background-color: #A02943;
}
</style>
border-color css
<style>
span { border-color: #A02943; }
span { border-color: rgb(160,41,67); }
td.TdClassName
{
border-color: #A02943;
}
.TagClassName
{
border-color: #A02943;
}
</style>