#A3234C

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

Shades of Lipstick #A3234C

Tints of Lipstick #A3234C

Color information

#A3234C (or 0xA3234C) is unknown color: approx Lipstick. HEX triplet: A3, 23 and 4C. RGB value is (163,35,76). Sum of RGB (Red+Green+Blue) = 163+35+76=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3234C is #5CDCB3. Grayscale: #4D4D4D. Windows color (decimal): -6085812 or 4989859. OLE color: 4989859.

HSL color Cylindrical-coordinate representation of color #A3234C: hue angle of 340.78º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3234C is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1633576-
CMYK00.790.530.36
HSL340.78º64.65%38.82%-
HSV(B)340.78º78.53%63.92%-
XYZ17.019.517.78-
YUV77.95126.91188.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=59.49%
G=12.77%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163357600.790.530.36340.7864.6538.82
HexA3234C04F35241554127
Octal243431140117654452510147
Binary101000111000111001100010011111101011001001010101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3234C; }

 p { color: rgb(163,35,76); }

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

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

 a { background-color: rgb(163,35,76); }

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

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

 span { border-color: rgb(163,35,76); }

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