#A01C46

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

Shades of Lipstick #A01C46

Tints of Lipstick #A01C46

Color information

#A01C46 (or 0xA01C46) is unknown color: approx Lipstick. HEX triplet: A0, 1C and 46. RGB value is (160,28,70). Sum of RGB (Red+Green+Blue) = 160+28+70=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C46 is #5FE3B9. Grayscale: #484848. Windows color (decimal): -6284218 or 4594848. OLE color: 4594848.

HSL color Cylindrical-coordinate representation of color #A01C46: hue angle of 340.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C46 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1602870-
CMYK00.820.560.37
HSL340.91º70.21%36.86%-
HSV(B)340.91º82.5%62.75%-
XYZ16.028.756.64-
YUV72.26126.73190.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=62.02%
G=10.85%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160287000.820.560.37340.9170.2136.86
HexA01C4605238251554625
Octal240341060122704552510645
Binary10100000111001000110010100101110001001011010101011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C46; }

 p { color: rgb(160,28,70); }

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

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

 a { background-color: rgb(160,28,70); }

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

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

 span { border-color: rgb(160,28,70); }

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