Html Css Color HEX #AD2454 Lipstick

📋 copy color: '#AD2454'

red 173 ◦ green 36 ◦ blue 84

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

Shades of Lipstick #AD2454

Tints of Lipstick #AD2454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.67%

R = 59.04%
G = 12.29%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD2454 (or 0xAD2454) is known color: Lipstick. HEX triplet: AD, 24 and 54. RGB value is (173,36,84). Sum of RGB (Red+Green+Blue) = 173+36+84=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2454 is #52DBAB. Grayscale: #525252. Windows color (decimal): -5430188 or 5514413. OLE color: 5514413.

HSL color Cylindrical-coordinate representation of color #AD2454: hue angle of 338.98º 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 #AD2454 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 84 -
CMYK 0 0.79 0.51 0.32
HSL 338.98º 0.66% 0.41% -
HSV(B) 338.98º 0.79% 0.68% -
XYZ 19.46 10.79 9.44 -
YUV 82.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 173 36 84 0 0.79 0.51 0.32 338.98 0.66 0.41
Hex AD 24 54 0 4F 33 20 153 42 29
Octal 255 44 124 0 117 63 40 523 102 51
Binary 10101101 100100 1010100 0 1001111 110011 100000 101010011 1000010 101001

Color Harmonies of #AD2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2454

Black with #AD2454

Text Example


Text Example

White with #AD2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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