COLOR #AD120C

HEX: #AD120C
RGB: (173,18,12)

Color info

#AD120C contains mainly red color. Web safe color of #AD120C is #990000 (or #900).

RGB color model

#AD120C color RGB value is (173,18,12).

  • red value is 173;
  • green value is 18;
  • blue value is 12.
RGB:
(173,18,12)
(68%,7%,5%)

RGB channels and saturation

R 173 of 255 = 68%
G 18 of 255 = 7%
B 12 of 255 = 5%

173
18
12

R + G + B ~ 27%. #AD120C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 18 + 12 = 203 (100%)
R 173 of 203 ~ 85.22%
G 18 of 203 ~ 8.87%
B 12 of 203 ~ 5.91%

%85.22

CMYK color model

#AD120C color CMYK value is (0,90,93,32).

  • cyan value is 0.00%
  • magenta value is 89.60%
  • yellow value is 93.06%
  • key color value is 32.16%
CMYK:
(0,90,93,32)
C0M90Y93K32 
(0%,90%,93%,32%)
(0.00/0.90/0.93/0.32)	

CMYK percentages

%0
%89.6
%93.06
%32.16

Codes

Color #AD120C in popluar color models

AD120C
RGB1731812
HSL87.03%36.27%
HSB/HSV93.06%67.84%
CMYK0.00%89.60%93.06%
32.16%

Color #AD120C in popluar number systems.

HEXAD120C
Decimal1731812
Binary10101101100101100
Octal2552214

Shades and tints

Shades of #AD120C

#AD120C
(173,18,12)
#9E110B
(158,17,11)
#8F100A
(143,16,10)
#800F09
(128,15,9)
#710E08
(113,14,8)
#620D07
(98,13,7)
#530C06
(83,12,6)
#440B05
(68,11,5)
#350A04
(53,10,4)
#260903
(38,9,3)
#170802
(23,8,2)
#000000
(0,0,0)

Tints of #AD120C

#AD120C
(173,18,12)
#B42722
(180,39,34)
#BB3C38
(187,60,56)
#C2514E
(194,81,78)
#C96664
(201,102,100)
#D07B7A
(208,123,122)
#D79090
(215,144,144)
#DEA5A6
(222,165,166)
#E5BABC
(229,186,188)
#ECCFD2
(236,207,210)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD120C color. Also use rgb(173,18,12) instead hex code.

Text Font Color

.myTextColor { color: #AD120C; }

<p style="color:#AD120C">This sample text font color is #AD120C.</p>

This text font color is #AD120C.


Background Color

.myBgColor { background-color: #AD120C; }

<div style="background-color:#AD120C">Inner text</div>

This div background color is #AD120C.


Border color

.myBorderColor { border: 1px solid #AD120C; }

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

This div border color is #AD120C.


Opacity

.myOpacity80 { color: #AD120C; opacity: 0.8; }

<p style="color:#AD120C;opacity:0.8;">80%</p>

Text with #AD120C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD120C;}

<p style="text-shadow: 3px 3px 1px #AD120C">Text here.</p>

This text has shadow with #AD120C color.

.textShadow {text-shadow: 3px 3px 1px #AD120C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD120C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD120C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD120C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD120C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD120C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD120C;
  -webkit-box-shadow:	1px 1px 3px 2px #AD120C;
  box-shadow:		1px 1px 3px 2px #AD120C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD120C;
-webkit-box-shadow: 1px 1px 3px 2px #AD120C;
box-shadow:1px 1px 3px 2px #AD120C;">
Div content here</div>
This div box has shadow with color #AD120C.

Preview

Color preview on black background

This text has color #AD120C on black background.


Color preview on white background

This text has color #AD120C on white background.



Black color preview on #AD120C background

This text has black color on #AD120C background.


White color preview on #AD120C background

This text has white color on #AD120C background.