#A21C40

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

Shades of Lipstick #A21C40

Tints of Lipstick #A21C40

Color information

#A21C40 (or 0xA21C40) is unknown color: approx Lipstick. HEX triplet: A2, 1C and 40. RGB value is (162,28,64). Sum of RGB (Red+Green+Blue) = 162+28+64=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C40 is #5DE3BF. Grayscale: #484848. Windows color (decimal): -6153152 or 4201634. OLE color: 4201634.

HSL color Cylindrical-coordinate representation of color #A21C40: hue angle of 343.88º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C40 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1622864-
CMYK00.830.600.36
HSL343.88º70.53%37.25%-
HSV(B)343.88º82.72%63.53%-
XYZ16.248.885.71-
YUV72.17123.39192.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 28 (11.33% from 255) = 11.02%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=63.78%
G=11.02%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162286400.830.600.36343.8870.5337.25
HexA21C400533C241584725
Octal242341000123744453010745
Binary10100010111001000000010100111111001001001010110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C40; }

 p { color: rgb(162,28,64); }

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

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

 a { background-color: rgb(162,28,64); }

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

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

 span { border-color: rgb(162,28,64); }

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