#AA1C4B

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

Shades of Lipstick #AA1C4B

Tints of Lipstick #AA1C4B

Color information

#AA1C4B (or 0xAA1C4B) is unknown color: approx Lipstick. HEX triplet: AA, 1C and 4B. RGB value is (170,28,75). Sum of RGB (Red+Green+Blue) = 170+28+75=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C4B is #55E3B4. Grayscale: #4B4B4B. Windows color (decimal): -5628853 or 4922538. OLE color: 4922538.

HSL color Cylindrical-coordinate representation of color #AA1C4B: hue angle of 340.14º degrees, saturation: 0.72, 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 #AA1C4B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1702875-
CMYK00.840.560.33
HSL340.14º71.72%38.82%-
HSV(B)340.14º83.53%66.67%-
XYZ18.269.887.6-
YUV75.82127.54195.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=62.27%
G=10.26%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170287500.840.560.33340.1471.7238.82
HexAA1C4B05438211544827
Octal252341130124704152411047
Binary10101010111001001011010101001110001000011010101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C4B; }

 p { color: rgb(170,28,75); }

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

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

 a { background-color: rgb(170,28,75); }

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

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

 span { border-color: rgb(170,28,75); }

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