#A0184C

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

Shades of Lipstick #A0184C

Tints of Lipstick #A0184C

Color information

#A0184C (or 0xA0184C) is unknown color: approx Lipstick. HEX triplet: A0, 18 and 4C. RGB value is (160,24,76). Sum of RGB (Red+Green+Blue) = 160+24+76=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0184C is #5FE7B3. Grayscale: #464646. Windows color (decimal): -6285236 or 4987040. OLE color: 4987040.

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

Color convert

RGB1602476-
CMYK00.850.520.37
HSL337.06º73.91%36.08%-
HSV(B)337.06º85%62.75%-
XYZ16.138.657.66-
YUV70.59131.06191.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=61.54%
G=9.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160247600.850.520.37337.0673.9136.08
HexA0184C05534251514a24
Octal240301140125644552111244
Binary10100000110001001100010101011101001001011010100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0184C; }

 p { color: rgb(160,24,76); }

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

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

 a { background-color: rgb(160,24,76); }

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

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

 span { border-color: rgb(160,24,76); }

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