#A6194B

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

Shades of Lipstick #A6194B

Tints of Lipstick #A6194B

Color information

#A6194B (or 0xA6194B) is unknown color: approx Lipstick. HEX triplet: A6, 19 and 4B. RGB value is (166,25,75). Sum of RGB (Red+Green+Blue) = 166+25+75=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6194B is #59E6B4. Grayscale: #484848. Windows color (decimal): -5891765 or 4921766. OLE color: 4921766.

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

Color convert

RGB1662575-
CMYK00.850.550.35
HSL338.72º73.82%37.45%-
HSV(B)338.72º84.94%65.1%-
XYZ17.349.317.54-
YUV72.86129.21194.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=62.41%
G=9.40%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166257500.850.550.35338.7273.8237.45
HexA6194B05537231534a25
Octal246311130125674352311245
Binary10100110110011001011010101011101111000111010100111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6194B; }

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

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

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

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

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

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

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

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