#A2193F

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

Shades of Lipstick #A2193F

Tints of Lipstick #A2193F

Color information

#A2193F (or 0xA2193F) is unknown color: approx Lipstick. HEX triplet: A2, 19 and 3F. RGB value is (162,25,63). Sum of RGB (Red+Green+Blue) = 162+25+63=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A2193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2193F is #5DE6C0. Grayscale: #464646. Windows color (decimal): -6153921 or 4135330. OLE color: 4135330.

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

Color convert

RGB1622563-
CMYK00.850.610.36
HSL343.36º73.26%36.67%-
HSV(B)343.36º84.57%63.53%-
XYZ16.158.745.54-
YUV70.29123.89193.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 63 (25% from 255) = 25.2%
R=64.8%
G=10%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162256300.850.610.36343.3673.2636.67
HexA2193F0553D241574925
Octal24231770125754452711145
Binary1010001011001111111010101011111011001001010101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2193F; }

 p { color: rgb(162,25,63); }

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

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

 a { background-color: rgb(162,25,63); }

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

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

 span { border-color: rgb(162,25,63); }

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