Html Css Color HEX #AD2355 Lipstick

📋 copy color: '#AD2355'

red 173 ◦ green 35 ◦ blue 85

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

Shades of Lipstick #AD2355

Tints of Lipstick #AD2355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 59.04%
G = 11.95%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD2355 (or 0xAD2355) is known color: Lipstick. HEX triplet: AD, 23 and 55. RGB value is (173,35,85). Sum of RGB (Red+Green+Blue) = 173+35+85=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2355 is #52DCAA. Grayscale: #515151. Windows color (decimal): -5430443 or 5579693. OLE color: 5579693.

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

Color convert

RGB 173 35 85 -
CMYK 0 0.80 0.51 0.32
HSL 338.26º 0.66% 0.41% -
HSV(B) 338.26º 0.8% 0.68% -
XYZ 19.47 10.74 9.64 -
YUV 81.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 173 35 85 0 0.80 0.51 0.32 338.26 0.66 0.41
Hex AD 23 55 0 50 33 20 152 42 29
Octal 255 43 125 0 120 63 40 522 102 51
Binary 10101101 100011 1010101 0 1010000 110011 100000 101010010 1000010 101001

Color Harmonies of #AD2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2355

Black with #AD2355

Text Example


Text Example

White with #AD2355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2355; }

 p { color: rgb(173,35,85); }

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

background-color css

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

 a { background-color: rgb(173,35,85); }

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

border-color css

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

 span { border-color: rgb(173,35,85); }

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