#A6234B

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

Shades of Lipstick #A6234B

Tints of Lipstick #A6234B

Color information

#A6234B (or 0xA6234B) is unknown color: approx Lipstick. HEX triplet: A6, 23 and 4B. RGB value is (166,35,75). Sum of RGB (Red+Green+Blue) = 166+35+75=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6234B is #59DCB4. Grayscale: #4E4E4E. Windows color (decimal): -5889205 or 4924326. OLE color: 4924326.

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

Color convert

RGB1663575-
CMYK00.790.550.35
HSL341.68º65.17%39.41%-
HSV(B)341.68º78.92%65.1%-
XYZ17.69.827.62-
YUV78.73125.9190.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=60.14%
G=12.68%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166357500.790.550.35341.6865.1739.41
HexA6234B04F37231564127
Octal246431130117674352610147
Binary101001101000111001011010011111101111000111010101101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6234B; }

 p { color: rgb(166,35,75); }

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

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

 a { background-color: rgb(166,35,75); }

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

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

 span { border-color: rgb(166,35,75); }

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