#A3204C

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

Shades of Lipstick #A3204C

Tints of Lipstick #A3204C

Color information

#A3204C (or 0xA3204C) is unknown color: approx Lipstick. HEX triplet: A3, 20 and 4C. RGB value is (163,32,76). Sum of RGB (Red+Green+Blue) = 163+32+76=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3204C is #5CDFB3. Grayscale: #4C4C4C. Windows color (decimal): -6086580 or 4989091. OLE color: 4989091.

HSL color Cylindrical-coordinate representation of color #A3204C: hue angle of 339.85º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3204C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1633276-
CMYK00.800.530.36
HSL339.85º67.18%38.24%-
HSV(B)339.85º80.37%63.92%-
XYZ16.939.347.75-
YUV76.18127.9189.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=60.15%
G=11.81%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163327600.800.530.36339.8567.1838.24
HexA3204C05035241544326
Octal243401140120654452410346
Binary101000111000001001100010100001101011001001010101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3204C; }

 p { color: rgb(163,32,76); }

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

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

 a { background-color: rgb(163,32,76); }

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

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

 span { border-color: rgb(163,32,76); }

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