#A21946

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

Shades of Lipstick #A21946

Tints of Lipstick #A21946

Color information

#A21946 (or 0xA21946) is unknown color: approx Lipstick. HEX triplet: A2, 19 and 46. RGB value is (162,25,70). Sum of RGB (Red+Green+Blue) = 162+25+70=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A21946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21946 is #5DE6B9. Grayscale: #474747. Windows color (decimal): -6153914 or 4594082. OLE color: 4594082.

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

Color convert

RGB1622570-
CMYK00.850.570.36
HSL340.29º73.26%36.67%-
HSV(B)340.29º84.57%63.53%-
XYZ16.358.826.63-
YUV71.09127.39192.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=63.04%
G=9.73%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162257000.850.570.36340.2973.2636.67
HexA2194605539241544925
Octal242311060125714452411145
Binary10100010110011000110010101011110011001001010101001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21946; }

 p { color: rgb(162,25,70); }

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

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

 a { background-color: rgb(162,25,70); }

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

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

 span { border-color: rgb(162,25,70); }

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