Html Css Color HEX #AD245B Lipstick

📋 copy color: '#AD245B'

red 173 ◦ green 36 ◦ blue 91

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

Shades of Lipstick #AD245B

Tints of Lipstick #AD245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 57.67%
G = 12%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD245B (or 0xAD245B) is known color: Lipstick. HEX triplet: AD, 24 and 5B. RGB value is (173,36,91). Sum of RGB (Red+Green+Blue) = 173+36+91=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD245B is #52DBA4. Grayscale: #535353. Windows color (decimal): -5430181 or 5973165. OLE color: 5973165.

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

Color convert

RGB 173 36 91 -
CMYK 0 0.79 0.47 0.32
HSL 335.91º 0.66% 0.41% -
HSV(B) 335.91º 0.79% 0.68% -
XYZ 19.75 10.9 10.96 -
YUV 83.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 173 36 91 0 0.79 0.47 0.32 335.91 0.66 0.41
Hex AD 24 5B 0 4F 2F 20 150 42 29
Octal 255 44 133 0 117 57 40 520 102 51
Binary 10101101 100100 1011011 0 1001111 101111 100000 101010000 1000010 101001

Color Harmonies of #AD245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD245B

Black with #AD245B

Text Example


Text Example

White with #AD245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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