Color Hex Logo

#ad1810 Color Hex

#AD1810
(173,24,16)
0 Favorites   0 Comments

Color spaces of #ad1810

RGB 1732416
HSL0.010.830.37
HSV91°68°
CMYK 0.000.860.91   0.32
XYZ17.65379.57491.4079
Yxy9.57490.61650.3344
Hunter Lab30.943347.686518.9627
CIE-Lab37.068456.535444.5546

#ad1810 color RGB value is (173,24,16).

#ad1810 hex color red value is 173, green value is 24 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ad1810 hue: 0.01 , saturation: 0.83 and the lightness value of ad1810 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 00010000
Octal 255 30 20
Decimal 173 24 16
Hex AD 18 10

RGB Percentages of Color #ad1810

%81.22
%11.27
%7.51

CMYK Percentages of Color #ad1810

%0
%86
%91
%32

Triadic Colors of #ad1810

#ad1810 #10ad18 #1810ad

Analogous Colors of #ad1810

#ad1810 #ad6710 #ad1056

Monochromatic Colors of #ad1810

#ad1810

Complementary Color

#ad1810 #10a5ad

#ad1810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1810 Color CSS Codes

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

#ad1810 Text Font Color

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

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


#ad1810 Background Color

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

This div background color is #ad1810


#ad1810 Border Color

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

This div border color is #ad1810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1810


Comments

No comments written yet.

Please login to write comment.