#A22448

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

Shades of Lipstick #A22448

Tints of Lipstick #A22448

Color information

#A22448 (or 0xA22448) is unknown color: approx Lipstick. HEX triplet: A2, 24 and 48. RGB value is (162,36,72). Sum of RGB (Red+Green+Blue) = 162+36+72=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A22448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22448 is #5DDBB7. Grayscale: #4D4D4D. Windows color (decimal): -6151096 or 4727970. OLE color: 4727970.

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

Color convert

RGB1623672-
CMYK00.780.560.36
HSL342.86º63.64%38.82%-
HSV(B)342.86º77.78%63.53%-
XYZ16.79.417.07-
YUV77.78124.74188.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=60%
G=13.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162367200.780.560.36342.8663.6438.82
HexA2244804E38241574027
Octal242441100116704452710047
Binary101000101001001001000010011101110001001001010101111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22448; }

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

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

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

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

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

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

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

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