Html Css Color HEX #AC2251 Lipstick

📋 copy color: '#AC2251'

red 172 ◦ green 34 ◦ blue 81

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

Shades of Lipstick #AC2251

Tints of Lipstick #AC2251

RGB

 RED value IS 172 (67.58% from 255) = 59.93%

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

 BLUE value IS 81 (32.03% from 255) = 28.22%

R = 59.93%
G = 11.85%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC2251 (or 0xAC2251) is known color: Lipstick. HEX triplet: AC, 22 and 51. RGB value is (172,34,81). Sum of RGB (Red+Green+Blue) = 172+34+81=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2251 is #53DDAE. Grayscale: #505050. Windows color (decimal): -5496239 or 5317292. OLE color: 5317292.

HSL color Cylindrical-coordinate representation of color #AC2251: hue angle of 339.57º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2251 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 34 81 -
CMYK 0 0.80 0.53 0.33
HSL 339.57º 0.67% 0.4% -
HSV(B) 339.57º 0.8% 0.67% -
XYZ 19.07 10.51 8.81 -
YUV 80.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 172 34 81 0 0.80 0.53 0.33 339.57 0.67 0.4
Hex AC 22 51 0 50 35 21 154 43 28
Octal 254 42 121 0 120 65 41 524 103 50
Binary 10101100 100010 1010001 0 1010000 110101 100001 101010100 1000011 101000

Color Harmonies of #AC2251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2251

Black with #AC2251

Text Example


Text Example

White with #AC2251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2251; }

 p { color: rgb(172,34,81); }

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

background-color css

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

 a { background-color: rgb(172,34,81); }

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

border-color css

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

 span { border-color: rgb(172,34,81); }

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