#A2214A

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

Shades of Lipstick #A2214A

Tints of Lipstick #A2214A

Color information

#A2214A (or 0xA2214A) is unknown color: approx Lipstick. HEX triplet: A2, 21 and 4A. RGB value is (162,33,74). Sum of RGB (Red+Green+Blue) = 162+33+74=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A2214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2214A is #5DDEB5. Grayscale: #4C4C4C. Windows color (decimal): -6151862 or 4858274. OLE color: 4858274.

HSL color Cylindrical-coordinate representation of color #A2214A: hue angle of 340.93º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2214A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1623374-
CMYK00.800.540.36
HSL340.93º66.15%38.24%-
HSV(B)340.93º79.63%63.53%-
XYZ16.689.267.39-
YUV76.24126.74189.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=60.22%
G=12.27%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162337400.800.540.36340.9366.1538.24
HexA2214A05036241554226
Octal242411120120664452510246
Binary101000101000011001010010100001101101001001010101011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2214A; }

 p { color: rgb(162,33,74); }

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

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

 a { background-color: rgb(162,33,74); }

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

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

 span { border-color: rgb(162,33,74); }

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