Color Hex Logo

#ad120b Color Hex

#AD120B
(173,18,11)
0 Favorites   0 Comments

Color spaces of #ad120b

RGB 1731811
HSL0.010.880.36
HSV94°68°
CMYK 0.000.900.94   0.32
XYZ17.51039.34101.1967
Yxy9.34100.62430.3330
Hunter Lab30.563048.781619.0726
CIE-Lab36.632757.638946.2790

#ad120b color RGB value is (173,18,11).

#ad120b hex color red value is 173, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ad120b hue: 0.01 , saturation: 0.88 and the lightness value of ad120b is 0.36.

The process color (four color CMYK) of #ad120b color hex is 0.00, 0.90, 0.94, 0.32. Web safe color of #ad120b is #990000. Color #ad120b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 00001011
Octal 255 22 13
Decimal 173 18 11
Hex AD 12 B

RGB Percentages of Color #ad120b

%85.64
%8.91
%5.45

CMYK Percentages of Color #ad120b

%0
%90
%94
%32

Triadic Colors of #ad120b

#ad120b #0bad12 #120bad

Analogous Colors of #ad120b

#ad120b #ad630b #ad0b55

Monochromatic Colors of #ad120b

#ad120b

Complementary Color

#ad120b #0ba6ad

#ad120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad120b Color CSS Codes

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

#ad120b Text Font Color

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

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


#ad120b Background Color

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

This div background color is #ad120b


#ad120b Border Color

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

This div border color is #ad120b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad120b


Comments

No comments written yet.

Please login to write comment.