Html Css Color HEX #A01240 Lipstick

📋 copy color: '#A01240'

red 160 ◦ green 18 ◦ blue 64

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

Shades of Lipstick #A01240

Tints of Lipstick #A01240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 66.12%
G = 7.44%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A01240 (or 0xA01240) is known color: Lipstick. HEX triplet: A0, 12 and 40. RGB value is (160,18,64). Sum of RGB (Red+Green+Blue) = 160+18+64=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A01240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01240 is #5FEDBF. Grayscale: #414141. Windows color (decimal): -6286784 or 4199072. OLE color: 4199072.

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

Color convert

RGB 160 18 64 -
CMYK 0 0.89 0.6 0.37
HSL 340.56º 0.8% 0.35% -
HSV(B) 340.56º 0.89% 0.63% -
XYZ 15.64 8.28 5.62 -
YUV 65.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 160 18 64 0 0.89 0.6 0.37 340.56 0.8 0.35
Hex A0 12 40 0 59 3C 25 155 50 23
Octal 240 22 100 0 131 74 45 525 120 43
Binary 10100000 10010 1000000 0 1011001 111100 100101 101010101 1010000 100011

Color Harmonies of #A01240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01240

Black with #A01240

Text Example


Text Example

White with #A01240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01240; }

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

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

background-color css

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

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

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

border-color css

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

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

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