Html Css Color HEX #A02249 Lipstick

📋 copy color: '#A02249'

red 160 ◦ green 34 ◦ blue 73

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

Shades of Lipstick #A02249

Tints of Lipstick #A02249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 59.93%
G = 12.73%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A02249 (or 0xA02249) is known color: Lipstick. HEX triplet: A0, 22 and 49. RGB value is (160,34,73). Sum of RGB (Red+Green+Blue) = 160+34+73=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A02249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02249 is #5FDDB6. Grayscale: #4C4C4C. Windows color (decimal): -6282679 or 4792992. OLE color: 4792992.

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

Color convert

RGB 160 34 73 -
CMYK 0 0.79 0.54 0.37
HSL 341.43º 0.65% 0.38% -
HSV(B) 341.43º 0.79% 0.63% -
XYZ 16.27 9.1 7.2 -
YUV 76.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 160 34 73 0 0.79 0.54 0.37 341.43 0.65 0.38
Hex A0 22 49 0 4F 36 25 155 41 26
Octal 240 42 111 0 117 66 45 525 101 46
Binary 10100000 100010 1001001 0 1001111 110110 100101 101010101 1000001 100110

Color Harmonies of #A02249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02249

Black with #A02249

Text Example


Text Example

White with #A02249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02249; }

 p { color: rgb(160,34,73); }

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

background-color css

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

 a { background-color: rgb(160,34,73); }

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

border-color css

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

 span { border-color: rgb(160,34,73); }

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