Html Css Color HEX #AD1C4F Lipstick

📋 copy color: '#AD1C4F'

red 173 ◦ green 28 ◦ blue 79

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

Shades of Lipstick #AD1C4F

Tints of Lipstick #AD1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

 BLUE value IS 79 (31.25% from 255) = 28.21%

R = 61.79%
G = 10%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD1C4F (or 0xAD1C4F) is known color: Lipstick. HEX triplet: AD, 1C and 4F. RGB value is (173,28,79). Sum of RGB (Red+Green+Blue) = 173+28+79=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C4F is #52E3B0. Grayscale: #4D4D4D. Windows color (decimal): -5432241 or 5184685. OLE color: 5184685.

HSL color Cylindrical-coordinate representation of color #AD1C4F: hue angle of 338.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C4F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 79 -
CMYK 0 0.84 0.54 0.32
HSL 338.9º 0.72% 0.39% -
HSV(B) 338.9º 0.84% 0.68% -
XYZ 19.06 10.28 8.38 -
YUV 77.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 173 28 79 0 0.84 0.54 0.32 338.9 0.72 0.39
Hex AD 1C 4F 0 54 36 20 153 48 27
Octal 255 34 117 0 124 66 40 523 110 47
Binary 10101101 11100 1001111 0 1010100 110110 100000 101010011 1001000 100111

Color Harmonies of #AD1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C4F

Black with #AD1C4F

Text Example


Text Example

White with #AD1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C4F; }

 p { color: rgb(173,28,79); }

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

background-color css

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

 a { background-color: rgb(173,28,79); }

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

border-color css

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

 span { border-color: rgb(173,28,79); }

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