#A01942

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

Shades of Lipstick #A01942

Tints of Lipstick #A01942

Color information

#A01942 (or 0xA01942) is unknown color: approx Lipstick. HEX triplet: A0, 19 and 42. RGB value is (160,25,66). Sum of RGB (Red+Green+Blue) = 160+25+66=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A01942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01942 is #5FE6BD. Grayscale: #464646. Windows color (decimal): -6284990 or 4331936. OLE color: 4331936.

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

Color convert

RGB1602566-
CMYK00.840.590.37
HSL341.78º72.97%36.27%-
HSV(B)341.78º84.38%62.75%-
XYZ15.838.565.97-
YUV70.04125.73192.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=63.75%
G=9.96%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160256600.840.590.37341.7872.9736.27
HexA019420543B251564924
Octal240311020124734552611144
Binary10100000110011000010010101001110111001011010101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01942; }

 p { color: rgb(160,25,66); }

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

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

 a { background-color: rgb(160,25,66); }

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

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

 span { border-color: rgb(160,25,66); }

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