#A0224B

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

Shades of Lipstick #A0224B

Tints of Lipstick #A0224B

Color information

#A0224B (or 0xA0224B) is unknown color: approx Lipstick. HEX triplet: A0, 22 and 4B. RGB value is (160,34,75). Sum of RGB (Red+Green+Blue) = 160+34+75=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0224B is #5FDDB4. Grayscale: #4C4C4C. Windows color (decimal): -6282677 or 4924064. OLE color: 4924064.

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

Color convert

RGB1603475-
CMYK00.790.530.37
HSL340.48º64.95%38.04%-
HSV(B)340.48º78.75%62.75%-
XYZ16.349.137.56-
YUV76.35127.24187.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=59.48%
G=12.64%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160347500.790.530.37340.4864.9538.04
HexA0224B04F35251544126
Octal240421130117654552410146
Binary101000001000101001011010011111101011001011010101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0224B; }

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

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

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

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

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

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

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

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