Html Css Color HEX #AB1C4C Lipstick

📋 copy color: '#AB1C4C'

red 171 ◦ green 28 ◦ blue 76

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

Shades of Lipstick #AB1C4C

Tints of Lipstick #AB1C4C

RGB

 RED value IS 171 (67.19% from 255) = 62.18%

 GREEN value IS 28 (11.33% from 255) = 10.18%

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 62.18%
G = 10.18%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB1C4C (or 0xAB1C4C) is known color: Lipstick. HEX triplet: AB, 1C and 4C. RGB value is (171,28,76). Sum of RGB (Red+Green+Blue) = 171+28+76=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C4C is #54E3B3. Grayscale: #4C4C4C. Windows color (decimal): -5563316 or 4988075. OLE color: 4988075.

HSL color Cylindrical-coordinate representation of color #AB1C4C: hue angle of 339.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C4C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 28 76 -
CMYK 0 0.84 0.56 0.33
HSL 339.86º 0.72% 0.39% -
HSV(B) 339.86º 0.84% 0.67% -
XYZ 18.51 10.01 7.79 -
YUV 76.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 171 28 76 0 0.84 0.56 0.33 339.86 0.72 0.39
Hex AB 1C 4C 0 54 38 21 154 48 27
Octal 253 34 114 0 124 70 41 524 110 47
Binary 10101011 11100 1001100 0 1010100 111000 100001 101010100 1001000 100111

Color Harmonies of #AB1C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C4C

Black with #AB1C4C

Text Example


Text Example

White with #AB1C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C4C; }

 p { color: rgb(171,28,76); }

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

background-color css

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

 a { background-color: rgb(171,28,76); }

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

border-color css

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

 span { border-color: rgb(171,28,76); }

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