#A22948

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

Shades of Lipstick #A22948

Tints of Lipstick #A22948

Color information

#A22948 (or 0xA22948) is unknown color: approx Lipstick. HEX triplet: A2, 29 and 48. RGB value is (162,41,72). Sum of RGB (Red+Green+Blue) = 162+41+72=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A22948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22948 is #5DD6B7. Grayscale: #505050. Windows color (decimal): -6149816 or 4729250. OLE color: 4729250.

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

Color convert

RGB1624172-
CMYK00.750.560.36
HSL344.63º59.61%39.8%-
HSV(B)344.63º74.69%63.53%-
XYZ16.869.747.12-
YUV80.71123.09185.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=58.91%
G=14.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162417200.750.560.36344.6359.6139.8
HexA2294804B38241593c28
Octal24251110011370445317450
Binary10100010101001100100001001011111000100100101011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22948; }

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

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

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

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

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

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

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

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