#A6244B

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

Shades of Lipstick #A6244B

Tints of Lipstick #A6244B

Color information

#A6244B (or 0xA6244B) is unknown color: approx Lipstick. HEX triplet: A6, 24 and 4B. RGB value is (166,36,75). Sum of RGB (Red+Green+Blue) = 166+36+75=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6244B is #59DBB4. Grayscale: #4F4F4F. Windows color (decimal): -5888949 or 4924582. OLE color: 4924582.

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

Color convert

RGB1663675-
CMYK00.780.550.35
HSL342º64.36%39.61%-
HSV(B)342º78.31%65.1%-
XYZ17.639.887.63-
YUV79.32125.57189.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.93%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=59.93%
G=13.00%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166367500.780.550.3534264.3639.61
HexA6244B04E37231564028
Octal246441130116674352610050
Binary101001101001001001011010011101101111000111010101101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6244B; }

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

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

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

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

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

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

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

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