#A22248

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

Shades of Lipstick #A22248

Tints of Lipstick #A22248

Color information

#A22248 (or 0xA22248) is unknown color: approx Lipstick. HEX triplet: A2, 22 and 48. RGB value is (162,34,72). Sum of RGB (Red+Green+Blue) = 162+34+72=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22248 is #5DDDB7. Grayscale: #4C4C4C. Windows color (decimal): -6151608 or 4727458. OLE color: 4727458.

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

Color convert

RGB1623472-
CMYK00.790.560.36
HSL342.19º65.31%38.43%-
HSV(B)342.19º79.01%63.53%-
XYZ16.649.297.05-
YUV76.6125.41188.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=60.45%
G=12.69%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162347200.790.560.36342.1965.3138.43
HexA2224804F38241564126
Octal242421100117704452610146
Binary101000101000101001000010011111110001001001010101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22248; }

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

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

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

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

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

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

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

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