#A12D4B

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

Shades of Lipstick #A12D4B

Tints of Lipstick #A12D4B

Color information

#A12D4B (or 0xA12D4B) is unknown color: approx Lipstick. HEX triplet: A1, 2D and 4B. RGB value is (161,45,75). Sum of RGB (Red+Green+Blue) = 161+45+75=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D4B is #5ED2B4. Grayscale: #535353. Windows color (decimal): -6214325 or 4926881. OLE color: 4926881.

HSL color Cylindrical-coordinate representation of color #A12D4B: hue angle of 344.48º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D4B is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1614575-
CMYK00.720.530.37
HSL344.48º56.31%40.39%-
HSV(B)344.48º72.05%63.14%-
XYZ16.919.967.69-
YUV83.1123.43183.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=57.30%
G=16.01%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161457500.720.530.37344.4856.3140.39
HexA12D4B04835251583828
Octal24155113011065455307050
Binary10100001101101100101101001000110101100101101011000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D4B; }

 p { color: rgb(161,45,75); }

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

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

 a { background-color: rgb(161,45,75); }

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

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

 span { border-color: rgb(161,45,75); }

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