#A3235F

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

Shades of Lipstick #A3235F

Tints of Lipstick #A3235F

Color information

#A3235F (or 0xA3235F) is unknown color: approx Lipstick. HEX triplet: A3, 23 and 5F. RGB value is (163,35,95). Sum of RGB (Red+Green+Blue) = 163+35+95=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3235F is #5CDCA0. Grayscale: #505050. Windows color (decimal): -6085793 or 6235043. OLE color: 6235043.

HSL color Cylindrical-coordinate representation of color #A3235F: hue angle of 331.88º 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 #A3235F is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1633595-
CMYK00.790.420.36
HSL331.88º64.65%38.82%-
HSV(B)331.88º78.53%63.92%-
XYZ17.779.8111.78-
YUV80.11136.41187.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=55.63%
G=11.95%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163359500.790.420.36331.8864.6538.82
HexA3235F04F2A2414c4127
Octal243431370117524451410147
Binary101000111000111011111010011111010101001001010011001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3235F; }

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

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

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

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

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

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

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

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