Html Css Color HEX #AD245D Lipstick

📋 copy color: '#AD245D'

red 173 ◦ green 36 ◦ blue 93

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

Shades of Lipstick #AD245D

Tints of Lipstick #AD245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 57.28%
G = 11.92%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD245D (or 0xAD245D) is known color: Lipstick. HEX triplet: AD, 24 and 5D. RGB value is (173,36,93). Sum of RGB (Red+Green+Blue) = 173+36+93=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD245D is #52DBA2. Grayscale: #535353. Windows color (decimal): -5430179 or 6104237. OLE color: 6104237.

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

Color convert

RGB 173 36 93 -
CMYK 0 0.79 0.46 0.32
HSL 335.04º 0.66% 0.41% -
HSV(B) 335.04º 0.79% 0.68% -
XYZ 19.84 10.94 11.42 -
YUV 83.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 173 36 93 0 0.79 0.46 0.32 335.04 0.66 0.41
Hex AD 24 5D 0 4F 2E 20 14F 42 29
Octal 255 44 135 0 117 56 40 517 102 51
Binary 10101101 100100 1011101 0 1001111 101110 100000 101001111 1000010 101001

Color Harmonies of #AD245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD245D

Black with #AD245D

Text Example


Text Example

White with #AD245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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