#a42c4b

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

Shades of Lipstick #A42C4B

Tints of Lipstick #A42C4B

Color information

#A42C4B (or 0xA42C4B) is unknown color: approx Lipstick. HEX triplet: A4, 2C and 4B. RGB value is (164,44,75). Sum of RGB (Red+Green+Blue) = 164+44+75=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C4B is #5BD3B4. Grayscale: #535353. Windows color (decimal): -6017973 or 4926628. OLE color: 4926628.

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

Color convert

RGB1644475-
CMYK00.730.540.36
HSL344.5º57.69%40.78%-
HSV(B)344.5º73.17%64.31%-
XYZ17.4810.27.7-
YUV83.41123.26185.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.95%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=57.95%
G=15.55%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164447500.730.540.36344.557.6940.78
HexA42C4B04936241583a29
Octal24454113011166445307251
Binary10100100101100100101101001001110110100100101011000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42c4b; }

 p { color: rgb(164,44,75); }

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

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

 a { background-color: rgb(164,44,75); }

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

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

 span { border-color: rgb(164,44,75); }

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