Html Css Color HEX #A01742 Lipstick

📋 copy color: '#A01742'

red 160 ◦ green 23 ◦ blue 66

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

Shades of Lipstick #A01742

Tints of Lipstick #A01742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 64.26%
G = 9.24%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A01742 (or 0xA01742) is known color: Lipstick. HEX triplet: A0, 17 and 42. RGB value is (160,23,66). Sum of RGB (Red+Green+Blue) = 160+23+66=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A01742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01742 is #5FE8BD. Grayscale: #444444. Windows color (decimal): -6285502 or 4331424. OLE color: 4331424.

HSL color Cylindrical-coordinate representation of color #A01742: hue angle of 341.17º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01742 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 66 -
CMYK 0 0.86 0.59 0.37
HSL 341.17º 0.75% 0.36% -
HSV(B) 341.17º 0.86% 0.63% -
XYZ 15.79 8.48 5.96 -
YUV 68.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 160 23 66 0 0.86 0.59 0.37 341.17 0.75 0.36
Hex A0 17 42 0 56 3B 25 155 4B 24
Octal 240 27 102 0 126 73 45 525 113 44
Binary 10100000 10111 1000010 0 1010110 111011 100101 101010101 1001011 100100

Color Harmonies of #A01742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01742

Black with #A01742

Text Example


Text Example

White with #A01742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01742; }

 p { color: rgb(160,23,66); }

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

background-color css

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

 a { background-color: rgb(160,23,66); }

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

border-color css

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

 span { border-color: rgb(160,23,66); }

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