#A02252

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

Shades of Lipstick #A02252

Tints of Lipstick #A02252

Color information

#A02252 (or 0xA02252) is unknown color: approx Lipstick. HEX triplet: A0, 22 and 52. RGB value is (160,34,82). Sum of RGB (Red+Green+Blue) = 160+34+82=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A02252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02252 is #5FDDAD. Grayscale: #4D4D4D. Windows color (decimal): -6282670 or 5382816. OLE color: 5382816.

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

Color convert

RGB1603482-
CMYK00.790.490.37
HSL337.14º64.95%38.04%-
HSV(B)337.14º78.75%62.75%-
XYZ16.599.238.89-
YUV77.15130.74187.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=57.97%
G=12.32%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160348200.790.490.37337.1464.9538.04
HexA0225204F31251514126
Octal240421220117614552110146
Binary101000001000101010010010011111100011001011010100011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02252; }

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

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

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

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

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

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

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

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