Html Css Color HEX #A02A48 Lipstick

📋 copy color: '#A02A48'

red 160 ◦ green 42 ◦ blue 72

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

Shades of Lipstick #A02A48

Tints of Lipstick #A02A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.33%

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 58.39%
G = 15.33%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A02A48 (or 0xA02A48) is known color: Lipstick. HEX triplet: A0, 2A and 48. RGB value is (160,42,72). Sum of RGB (Red+Green+Blue) = 160+42+72=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A48 is #5FD5B7. Grayscale: #505050. Windows color (decimal): -6280632 or 4729504. OLE color: 4729504.

HSL color Cylindrical-coordinate representation of color #A02A48: hue angle of 344.75º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A48 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 72 -
CMYK 0 0.74 0.55 0.37
HSL 344.75º 0.58% 0.4% -
HSV(B) 344.75º 0.74% 0.63% -
XYZ 16.49 9.6 7.11 -
YUV 80.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 160 42 72 0 0.74 0.55 0.37 344.75 0.58 0.4
Hex A0 2A 48 0 4A 37 25 159 3A 28
Octal 240 52 110 0 112 67 45 531 72 50
Binary 10100000 101010 1001000 0 1001010 110111 100101 101011001 111010 101000

Color Harmonies of #A02A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A48

Black with #A02A48

Text Example


Text Example

White with #A02A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A48; }

 p { color: rgb(160,42,72); }

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

background-color css

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

 a { background-color: rgb(160,42,72); }

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

border-color css

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

 span { border-color: rgb(160,42,72); }

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