Color Hex Logo

#ad1310 Color Hex

#AD1310
(173,19,16)
0 Favorites   0 Comments

Color spaces of #ad1310

RGB 1731916
HSL0.000.830.37
HSV91°68°
CMYK 0.000.890.91   0.32
XYZ17.56009.38741.3766
Yxy9.38740.62000.3314
Hunter Lab30.638948.685418.7833
CIE-Lab36.719757.532844.3039

#ad1310 color RGB value is (173,19,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 00010000
Octal 255 23 20
Decimal 173 19 16
Hex AD 13 10

RGB Percentages of Color #ad1310

%83.17
%9.13
%7.69

CMYK Percentages of Color #ad1310

%0
%89
%91
%32

Triadic Colors of #ad1310

#ad1310 #10ad13 #1310ad

Analogous Colors of #ad1310

#ad1310 #ad6210 #ad105b

Monochromatic Colors of #ad1310

#ad1310

Complementary Color

#ad1310 #10aaad

#ad1310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1310 Color CSS Codes

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

#ad1310 Text Font Color

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

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


#ad1310 Background Color

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

This div background color is #ad1310


#ad1310 Border Color

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

This div border color is #ad1310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1310


Comments

No comments written yet.

Please login to write comment.