Html Css Color HEX #A01D40 Lipstick

📋 copy color: '#A01D40'

red 160 ◦ green 29 ◦ blue 64

#A01D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A01D40

Tints of Lipstick #A01D40

RGB

 RED value IS 160 (62.89% from 255) = 63.24%

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 63.24%
G = 11.46%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A01D40 (or 0xA01D40) is known color: Lipstick. HEX triplet: A0, 1D and 40. RGB value is (160,29,64). Sum of RGB (Red+Green+Blue) = 160+29+64=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D40 is #5FE2BF. Grayscale: #484848. Windows color (decimal): -6283968 or 4201888. OLE color: 4201888.

HSL color Cylindrical-coordinate representation of color #A01D40: hue angle of 343.97º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01D40 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 29 64 -
CMYK 0 0.82 0.6 0.37
HSL 343.97º 0.69% 0.37% -
HSV(B) 343.97º 0.82% 0.63% -
XYZ 15.86 8.72 5.7 -
YUV 72.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 160 29 64 0 0.82 0.6 0.37 343.97 0.69 0.37
Hex A0 1D 40 0 52 3C 25 158 45 25
Octal 240 35 100 0 122 74 45 530 105 45
Binary 10100000 11101 1000000 0 1010010 111100 100101 101011000 1000101 100101

Color Harmonies of #A01D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D40

Black with #A01D40

Text Example


Text Example

White with #A01D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D40; }

 p { color: rgb(160,29,64); }

 H1.HeaderClassName
 {
   color: #A01D40;
 }
 .AnyTagClassName
 {
   color: #A01D40;
 }
</style>

background-color css

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

 a { background-color: rgb(160,29,64); }

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

border-color css

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

 span { border-color: rgb(160,29,64); }

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