#A01345

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

Shades of Lipstick #A01345

Tints of Lipstick #A01345

Color information

#A01345 (or 0xA01345) is unknown color: approx Lipstick. HEX triplet: A0, 13 and 45. RGB value is (160,19,69). Sum of RGB (Red+Green+Blue) = 160+19+69=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A01345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01345 is #5FECBA. Grayscale: #424242. Windows color (decimal): -6286523 or 4527008. OLE color: 4527008.

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

Color convert

RGB1601969-
CMYK00.880.570.37
HSL338.72º78.77%35.1%-
HSV(B)338.72º88.13%62.75%-
XYZ15.88.376.41-
YUV66.86129.21194.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=64.52%
G=7.66%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160196900.880.570.37338.7278.7735.1
HexA0134505839251534f23
Octal240231050130714552311743
Binary10100000100111000101010110001110011001011010100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01345; }

 p { color: rgb(160,19,69); }

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

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

 a { background-color: rgb(160,19,69); }

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

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

 span { border-color: rgb(160,19,69); }

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