Html Css Color HEX #A02149 Lipstick

📋 copy color: '#A02149'

red 160 ◦ green 33 ◦ blue 73

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

Shades of Lipstick #A02149

Tints of Lipstick #A02149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 60.15%
G = 12.41%
B = 27.44%

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

#A02149 (or 0xA02149) is known color: Lipstick. HEX triplet: A0, 21 and 49. RGB value is (160,33,73). Sum of RGB (Red+Green+Blue) = 160+33+73=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A02149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02149 is #5FDEB6. Grayscale: #4B4B4B. Windows color (decimal): -6282935 or 4792736. OLE color: 4792736.

HSL color Cylindrical-coordinate representation of color #A02149: hue angle of 341.1º degrees, saturation: 0.66, 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 #A02149 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 73 -
CMYK 0 0.79 0.54 0.37
HSL 341.1º 0.66% 0.38% -
HSV(B) 341.1º 0.79% 0.63% -
XYZ 16.24 9.04 7.19 -
YUV 75.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 160 33 73 0 0.79 0.54 0.37 341.1 0.66 0.38
Hex A0 21 49 0 4F 36 25 155 42 26
Octal 240 41 111 0 117 66 45 525 102 46
Binary 10100000 100001 1001001 0 1001111 110110 100101 101010101 1000010 100110

Color Harmonies of #A02149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02149

Black with #A02149

Text Example


Text Example

White with #A02149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02149; }

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

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

background-color css

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

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

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

border-color css

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

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

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