#a02b48

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

Shades of Lipstick #A02B48

Tints of Lipstick #A02B48

Color information

#A02B48 (or 0xA02B48) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 48. RGB value is (160,43,72). Sum of RGB (Red+Green+Blue) = 160+43+72=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B48 is #5FD4B7. Grayscale: #515151. Windows color (decimal): -6280376 or 4729760. OLE color: 4729760.

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

Color convert

RGB1604372-
CMYK00.730.550.37
HSL345.13º57.64%39.8%-
HSV(B)345.13º73.12%62.75%-
XYZ16.539.677.13-
YUV81.29122.76184.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.18%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=58.18%
G=15.64%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160437200.730.550.37345.1357.6439.8
HexA02B4804937251593a28
Octal24053110011167455317250
Binary10100000101011100100001001001110111100101101011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02b48; }

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

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

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

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

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

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

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

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