#A01343

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

Shades of Lipstick #A01343

Tints of Lipstick #A01343

Color information

#A01343 (or 0xA01343) is unknown color: approx Lipstick. HEX triplet: A0, 13 and 43. RGB value is (160,19,67). Sum of RGB (Red+Green+Blue) = 160+19+67=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A01343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01343 is #5FECBC. Grayscale: #424242. Windows color (decimal): -6286525 or 4395936. OLE color: 4395936.

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

Color convert

RGB1601967-
CMYK00.880.580.37
HSL339.57º78.77%35.1%-
HSV(B)339.57º88.13%62.75%-
XYZ15.748.346.09-
YUV66.63128.21194.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=65.04%
G=7.72%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160196700.880.580.37339.5778.7735.1
HexA013430583A251544f23
Octal240231030130724552411743
Binary10100000100111000011010110001110101001011010101001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01343; }

 p { color: rgb(160,19,67); }

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

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

 a { background-color: rgb(160,19,67); }

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

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

 span { border-color: rgb(160,19,67); }

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