#AA1B4C

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

Shades of Lipstick #AA1B4C

Tints of Lipstick #AA1B4C

Color information

#AA1B4C (or 0xAA1B4C) is unknown color: approx Lipstick. HEX triplet: AA, 1B and 4C. RGB value is (170,27,76). Sum of RGB (Red+Green+Blue) = 170+27+76=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B4C is #55E4B3. Grayscale: #4B4B4B. Windows color (decimal): -5629108 or 4987818. OLE color: 4987818.

HSL color Cylindrical-coordinate representation of color #AA1B4C: hue angle of 339.44º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B4C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1702776-
CMYK00.840.550.33
HSL339.44º72.59%38.63%-
HSV(B)339.44º84.12%66.67%-
XYZ18.279.857.78-
YUV75.34128.38195.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=62.27%
G=9.89%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170277600.840.550.33339.4472.5938.63
HexAA1B4C05437211534927
Octal252331140124674152311147
Binary10101010110111001100010101001101111000011010100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B4C; }

 p { color: rgb(170,27,76); }

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

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

 a { background-color: rgb(170,27,76); }

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

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

 span { border-color: rgb(170,27,76); }

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