Color Hex Logo

#ad100d Color Hex

#AD100D
(173,16,13)
0 Favorites   0 Comments

Color spaces of #ad100d

RGB 1731613
HSL0.000.860.36
HSV92°68°
CMYK 0.000.910.92   0.32
XYZ17.49159.28391.2508
Yxy9.28390.62410.3313
Hunter Lab30.469549.149218.8947
CIE-Lab36.525358.000245.4335

#ad100d color RGB value is (173,16,13).

#ad100d hex color red value is 173, green value is 16 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ad100d hue: 0.00 , saturation: 0.86 and the lightness value of ad100d is 0.36.

The process color (four color CMYK) of #ad100d color hex is 0.00, 0.91, 0.92, 0.32. Web safe color of #ad100d is #990000. Color #ad100d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 00001101
Octal 255 20 15
Decimal 173 16 13
Hex AD 10 D

RGB Percentages of Color #ad100d

%85.64
%7.92
%6.44

CMYK Percentages of Color #ad100d

%0
%91
%92
%32

Triadic Colors of #ad100d

#ad100d #0dad10 #100dad

Analogous Colors of #ad100d

#ad100d #ad600d #ad0d5a

Monochromatic Colors of #ad100d

#ad100d

Complementary Color

#ad100d #0daaad

#ad100d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad100d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad100d Color CSS Codes

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

#ad100d Text Font Color

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

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


#ad100d Background Color

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

This div background color is #ad100d


#ad100d Border Color

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

This div border color is #ad100d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad100d


Comments

No comments written yet.

Please login to write comment.