Color Hex Logo

#ad192c Color Hex

#AD192C
(173,25,44)
0 Favorites   0 Comments

Color spaces of #ad192c

RGB 1732544
HSL0.980.750.39
HSV352°86°68°
CMYK 0.000.860.75   0.32
XYZ18.03589.76133.3164
Yxy9.76130.57970.3137
Hunter Lab31.243148.367915.5766
CIE-Lab37.410657.104129.6276

#ad192c color RGB value is (173,25,44).

#ad192c hex color red value is 173, green value is 25 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ad192c hue: 0.98 , saturation: 0.75 and the lightness value of ad192c is 0.39.

The process color (four color CMYK) of #ad192c color hex is 0.00, 0.86, 0.75, 0.32. Web safe color of #ad192c is #990033. Color #ad192c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 00101100
Octal 255 31 54
Decimal 173 25 44
Hex AD 19 2C

RGB Percentages of Color #ad192c

%71.49
%10.33
%18.18

CMYK Percentages of Color #ad192c

%0
%86
%75
%32

Triadic Colors of #ad192c

#ad192c #2cad19 #192cad

Analogous Colors of #ad192c

#ad192c #ad5019 #ad1976

Monochromatic Colors of #ad192c

#ad192c

Complementary Color

#ad192c #19ad9a

#ad192c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad192c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad192c Color CSS Codes

.mybgcolor {background-color:#ad192c; } 
.myforecolor {color:#ad192c; }
.mybordercolor {border:3px solid #ad192c; }

#ad192c Text Font Color

<p style="color:#ad192c">Text here</p>

This sample text font color is #ad192c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ad192c Background Color

<div style="background-color:#ad192c">
Div content here</div>

This div background color is #ad192c


#ad192c Border Color

<div style="border:3px solid #ad192c">
Div here</div>

This div border color is #ad192c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,25,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad192c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad192c;
  -webkit-box-shadow: 1px 1px 3px 2px #ad192c;
  box-shadow:         1px 1px 3px 2px #ad192c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,25,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad192c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ad192c;
  -webkit-box-shadow: 1px 1px 3px 2px #ad192c;
  box-shadow:         1px 1px 3px 2px #ad192c;">
Div content here</div>

This div box has shadow with color #ad192c


Comments

No comments written yet.

Please login to write comment.