#A32B4B

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

Shades of Lipstick #A32B4B

Tints of Lipstick #A32B4B

Color information

#A32B4B (or 0xA32B4B) is unknown color: approx Lipstick. HEX triplet: A3, 2B and 4B. RGB value is (163,43,75). Sum of RGB (Red+Green+Blue) = 163+43+75=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B4B is #5CD4B4. Grayscale: #525252. Windows color (decimal): -6083765 or 4926371. OLE color: 4926371.

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

Color convert

RGB1634375-
CMYK00.740.540.36
HSL344º58.25%40.39%-
HSV(B)344º73.62%63.92%-
XYZ17.2410.027.68-
YUV82.53123.76185.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=58.01%
G=15.30%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163437500.740.540.3634458.2540.39
HexA32B4B04A36241583a28
Octal24353113011266445307250
Binary10100011101011100101101001010110110100100101011000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32B4B; }

 p { color: rgb(163,43,75); }

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

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

 a { background-color: rgb(163,43,75); }

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

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

 span { border-color: rgb(163,43,75); }

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