Html Css Color HEX #AB2450 Lipstick

📋 copy color: '#AB2450'

red 171 ◦ green 36 ◦ blue 80

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

Shades of Lipstick #AB2450

Tints of Lipstick #AB2450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 59.58%
G = 12.54%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB2450 (or 0xAB2450) is known color: Lipstick. HEX triplet: AB, 24 and 50. RGB value is (171,36,80). Sum of RGB (Red+Green+Blue) = 171+36+80=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2450 is #54DBAF. Grayscale: #515151. Windows color (decimal): -5561264 or 5252267. OLE color: 5252267.

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

Color convert

RGB 171 36 80 -
CMYK 0 0.79 0.53 0.33
HSL 340.44º 0.65% 0.41% -
HSV(B) 340.44º 0.79% 0.67% -
XYZ 18.87 10.5 8.62 -
YUV 81.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 171 36 80 0 0.79 0.53 0.33 340.44 0.65 0.41
Hex AB 24 50 0 4F 35 21 154 41 29
Octal 253 44 120 0 117 65 41 524 101 51
Binary 10101011 100100 1010000 0 1001111 110101 100001 101010100 1000001 101001

Color Harmonies of #AB2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2450

Black with #AB2450

Text Example


Text Example

White with #AB2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2450; }

 p { color: rgb(171,36,80); }

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

background-color css

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

 a { background-color: rgb(171,36,80); }

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

border-color css

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

 span { border-color: rgb(171,36,80); }

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