#A02B51

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

Shades of Lipstick #A02B51

Tints of Lipstick #A02B51

Color information

#A02B51 (or 0xA02B51) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 51. RGB value is (160,43,81). Sum of RGB (Red+Green+Blue) = 160+43+81=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B51 is #5FD4AE. Grayscale: #525252. Windows color (decimal): -6280367 or 5319584. OLE color: 5319584.

HSL color Cylindrical-coordinate representation of color #A02B51: hue angle of 340.51º 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 #A02B51 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1604381-
CMYK00.730.490.37
HSL340.51º57.64%39.8%-
HSV(B)340.51º73.12%62.75%-
XYZ16.859.88.79-
YUV82.31127.26183.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=56.34%
G=15.14%
B=28.52%

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
Decimal160438100.730.490.37340.5157.6439.8
HexA02B5104931251553a28
Octal24053121011161455257250
Binary10100000101011101000101001001110001100101101010101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B51; }

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

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

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

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

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

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

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

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