#A3224C

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

Shades of Lipstick #A3224C

Tints of Lipstick #A3224C

Color information

#A3224C (or 0xA3224C) is unknown color: approx Lipstick. HEX triplet: A3, 22 and 4C. RGB value is (163,34,76). Sum of RGB (Red+Green+Blue) = 163+34+76=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3224C is #5CDDB3. Grayscale: #4D4D4D. Windows color (decimal): -6086068 or 4989603. OLE color: 4989603.

HSL color Cylindrical-coordinate representation of color #A3224C: hue angle of 340.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3224C is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1633476-
CMYK00.790.530.36
HSL340.47º65.48%38.63%-
HSV(B)340.47º79.14%63.92%-
XYZ16.989.457.77-
YUV77.36127.24189.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=59.71%
G=12.45%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163347600.790.530.36340.4765.4838.63
HexA3224C04F35241544127
Octal243421140117654452410147
Binary101000111000101001100010011111101011001001010101001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3224C; }

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

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

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

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

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

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

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

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