#A02243

Color #A02243 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A02243

Tints of Lipstick #A02243

Color information

#A02243 (or 0xA02243) is unknown color: approx Lipstick. HEX triplet: A0, 22 and 43. RGB value is (160,34,67). Sum of RGB (Red+Green+Blue) = 160+34+67=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A02243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02243 is #5FDDBC. Grayscale: #4B4B4B. Windows color (decimal): -6282685 or 4399776. OLE color: 4399776.

HSL color Cylindrical-coordinate representation of color #A02243: hue angle of 344.29º 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 #A02243 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1603467-
CMYK00.790.580.37
HSL344.29º64.95%38.04%-
HSV(B)344.29º78.75%62.75%-
XYZ16.089.026.2-
YUV75.44123.24188.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=61.30%
G=13.03%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160346700.790.580.37344.2964.9538.04
HexA0224304F3A251584126
Octal240421030117724553010146
Binary101000001000101000011010011111110101001011010110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02243; }

 p { color: rgb(160,34,67); }

 H1.HeaderClassName
 {
   color: #A02243;
 }
 .AnyTagClassName
 {
   color: #A02243;
 }
</style>
background-color css

<style>
 a { background-color: #A02243; }

 a { background-color: rgb(160,34,67); }

 div.DivClassName
 {
   background-color: #A02243;
 }
 .BgClassName
 {
   background-color: #A02243;
 }
</style>
border-color css

<style>
 span { border-color: #A02243; }

 span { border-color: rgb(160,34,67); }

 td.TdClassName
 {
   border-color: #A02243;
 }
 .TagClassName
 {
   border-color: #A02243;
 }
</style>