#A22B48

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

Shades of Lipstick #A22B48

Tints of Lipstick #A22B48

Color information

#A22B48 (or 0xA22B48) is unknown color: approx Lipstick. HEX triplet: A2, 2B and 48. RGB value is (162,43,72). Sum of RGB (Red+Green+Blue) = 162+43+72=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B48 is #5DD4B7. Grayscale: #515151. Windows color (decimal): -6149304 or 4729762. OLE color: 4729762.

HSL color Cylindrical-coordinate representation of color #A22B48: hue angle of 345.38º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B48 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1624372-
CMYK00.730.560.36
HSL345.38º58.05%40.2%-
HSV(B)345.38º73.46%63.53%-
XYZ16.939.887.14-
YUV81.89122.42185.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=58.48%
G=15.52%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162437200.730.560.36345.3858.0540.2
HexA22B4804938241593a28
Octal24253110011170445317250
Binary10100010101011100100001001001111000100100101011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B48; }

 p { color: rgb(162,43,72); }

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

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

 a { background-color: rgb(162,43,72); }

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

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

 span { border-color: rgb(162,43,72); }

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