#A2235E

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

Shades of Lipstick #A2235E

Tints of Lipstick #A2235E

Color information

#A2235E (or 0xA2235E) is unknown color: approx Lipstick. HEX triplet: A2, 23 and 5E. RGB value is (162,35,94). Sum of RGB (Red+Green+Blue) = 162+35+94=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2235E is #5DDCA1. Grayscale: #4F4F4F. Windows color (decimal): -6151330 or 6169506. OLE color: 6169506.

HSL color Cylindrical-coordinate representation of color #A2235E: hue angle of 332.13º 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 #A2235E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1623594-
CMYK00.780.420.36
HSL332.13º64.47%38.63%-
HSV(B)332.13º78.4%63.53%-
XYZ17.529.6911.54-
YUV79.7136.08186.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 35 (14.06% from 255) = 12.03%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=55.67%
G=12.03%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162359400.780.420.36332.1364.4738.63
HexA2235E04E2A2414c4027
Octal242431360116524451410047
Binary101000101000111011110010011101010101001001010011001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2235E; }

 p { color: rgb(162,35,94); }

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

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

 a { background-color: rgb(162,35,94); }

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

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

 span { border-color: rgb(162,35,94); }

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