Html Css Color HEX #A01442 Lipstick

📋 copy color: '#A01442'

red 160 ◦ green 20 ◦ blue 66

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

Shades of Lipstick #A01442

Tints of Lipstick #A01442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

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

R = 65.04%
G = 8.13%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A01442 (or 0xA01442) is known color: Lipstick. HEX triplet: A0, 14 and 42. RGB value is (160,20,66). Sum of RGB (Red+Green+Blue) = 160+20+66=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A01442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01442 is #5FEBBD. Grayscale: #434343. Windows color (decimal): -6286270 or 4330656. OLE color: 4330656.

HSL color Cylindrical-coordinate representation of color #A01442: hue angle of 340.29º degrees, saturation: 0.78, 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 #A01442 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 66 -
CMYK 0 0.88 0.59 0.37
HSL 340.29º 0.78% 0.35% -
HSV(B) 340.29º 0.88% 0.63% -
XYZ 15.73 8.37 5.94 -
YUV 67.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 160 20 66 0 0.88 0.59 0.37 340.29 0.78 0.35
Hex A0 14 42 0 58 3B 25 154 4E 23
Octal 240 24 102 0 130 73 45 524 116 43
Binary 10100000 10100 1000010 0 1011000 111011 100101 101010100 1001110 100011

Color Harmonies of #A01442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01442

Black with #A01442

Text Example


Text Example

White with #A01442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01442; }

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

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

background-color css

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

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

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

border-color css

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

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

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