Html Css Color HEX #AD2452 Lipstick

📋 copy color: '#AD2452'

red 173 ◦ green 36 ◦ blue 82

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

Shades of Lipstick #AD2452

Tints of Lipstick #AD2452

RGB

 RED value IS 173 (67.97% from 255) = 59.45%

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

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 59.45%
G = 12.37%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD2452 (or 0xAD2452) is known color: Lipstick. HEX triplet: AD, 24 and 52. RGB value is (173,36,82). Sum of RGB (Red+Green+Blue) = 173+36+82=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2452 is #52DBAD. Grayscale: #525252. Windows color (decimal): -5430190 or 5383341. OLE color: 5383341.

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

Color convert

RGB 173 36 82 -
CMYK 0 0.79 0.53 0.32
HSL 339.85º 0.66% 0.41% -
HSV(B) 339.85º 0.79% 0.68% -
XYZ 19.39 10.76 9.04 -
YUV 82.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 173 36 82 0 0.79 0.53 0.32 339.85 0.66 0.41
Hex AD 24 52 0 4F 35 20 154 42 29
Octal 255 44 122 0 117 65 40 524 102 51
Binary 10101101 100100 1010010 0 1001111 110101 100000 101010100 1000010 101001

Color Harmonies of #AD2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2452

Black with #AD2452

Text Example


Text Example

White with #AD2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2452; }

 p { color: rgb(173,36,82); }

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

background-color css

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

 a { background-color: rgb(173,36,82); }

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

border-color css

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

 span { border-color: rgb(173,36,82); }

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