#A02B52

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

Shades of Lipstick #A02B52

Tints of Lipstick #A02B52

Color information

#A02B52 (or 0xA02B52) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 52. RGB value is (160,43,82). Sum of RGB (Red+Green+Blue) = 160+43+82=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B52 is #5FD4AD. Grayscale: #525252. Windows color (decimal): -6280366 or 5385120. OLE color: 5385120.

HSL color Cylindrical-coordinate representation of color #A02B52: hue angle of 340º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B52 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1604382-
CMYK00.730.490.37
HSL340º57.64%39.8%-
HSV(B)340º73.12%62.75%-
XYZ16.889.818.99-
YUV82.43127.76183.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=56.14%
G=15.09%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160438200.730.490.3734057.6439.8
HexA02B5204931251543a28
Octal24053122011161455247250
Binary10100000101011101001001001001110001100101101010100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B52; }

 p { color: rgb(160,43,82); }

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

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

 a { background-color: rgb(160,43,82); }

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

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

 span { border-color: rgb(160,43,82); }

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