Color Hex Logo

#ad312c Color Hex

#AD312C
(173,49,44)
0 Favorites   0 Comments

Color spaces of #ad312c

RGB 1734944
HSL0.010.590.43
HSV75°68°
CMYK 0.000.720.75   0.32
XYZ18.786511.26273.5666
Yxy11.26270.55890.3350
Hunter Lab33.559941.192517.1909
CIE-Lab40.019449.791332.5929

#ad312c color RGB value is (173,49,44).

#ad312c hex color red value is 173, green value is 49 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ad312c hue: 0.01 , saturation: 0.59 and the lightness value of ad312c is 0.43.

The process color (four color CMYK) of #ad312c color hex is 0.00, 0.72, 0.75, 0.32. Web safe color of #ad312c is #993333. Color #ad312c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110001 00101100
Octal 255 61 54
Decimal 173 49 44
Hex AD 31 2C

RGB Percentages of Color #ad312c

%65.04
%18.42
%16.54

CMYK Percentages of Color #ad312c

%0
%72
%75
%32

Triadic Colors of #ad312c

#ad312c #2cad31 #312cad

Analogous Colors of #ad312c

#ad312c #ad722c #ad2c68

Monochromatic Colors of #ad312c

#ad312c

Complementary Color

#ad312c #2ca8ad

#ad312c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad312c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad312c Color CSS Codes

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

#ad312c Text Font Color

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

This sample text font color is #ad312c
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.


#ad312c Background Color

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

This div background color is #ad312c


#ad312c Border Color

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

This div border color is #ad312c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,49,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 #ad312c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad312c


Comments

No comments written yet.

Please login to write comment.