COLOR #AC0014

HEX: #AC0014
RGB: (172,0,20)

Color info

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

RGB color model

#AC0014 color RGB value is (172,0,20).

  • red value is 172;
  • green value is 0;
  • blue value is 20.
RGB:
(172,0,20)
(67%,0%,8%)

RGB channels and saturation

R 172 of 255 = 67%
G 0 of 255 = 0%
B 20 of 255 = 8%

172
0
20

R + G + B ~ 25%. #AC0014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 0 + 20 = 192 (100%)
R 172 of 192 ~ 89.58%
G 0 of 192 ~ 0%
B 20 of 192 ~ 10.42%

%89.58
%10.42

CMYK color model

#AC0014 color CMYK value is (0,100,88,33).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 88.37%
  • key color value is 32.55%
CMYK:
(0,100,88,33)
C0M100Y88K33 
(0%,100%,88%,33%)
(0.00/1.00/0.88/0.33)	

CMYK percentages

%0
%100
%88.37
%32.55

Codes

Color #AC0014 in popluar color models

AC0014
RGB172020
HSL353°100.00%33.73%
HSB/HSV353°100.00%67.45%
CMYK0.00%100.00%88.37%
32.55%

Color #AC0014 in popluar number systems.

HEXAC0014
Decimal172020
Binary10101100010100
Octal254024

Shades and tints

Shades of #AC0014

#AC0014
(172,0,20)
#9D0013
(157,0,19)
#8E0012
(142,0,18)
#7F0011
(127,0,17)
#700010
(112,0,16)
#61000F
(97,0,15)
#52000E
(82,0,14)
#43000D
(67,0,13)
#34000C
(52,0,12)
#25000B
(37,0,11)
#16000A
(22,0,10)
#000000
(0,0,0)

Tints of #AC0014

#AC0014
(172,0,20)
#B31729
(179,23,41)
#BA2E3E
(186,46,62)
#C14553
(193,69,83)
#C85C68
(200,92,104)
#CF737D
(207,115,125)
#D68A92
(214,138,146)
#DDA1A7
(221,161,167)
#E4B8BC
(228,184,188)
#EBCFD1
(235,207,209)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC0014 color. Also use rgb(172,0,20) instead hex code.

Text Font Color

.myTextColor { color: #AC0014; }

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

This text font color is #AC0014.


Background Color

.myBgColor { background-color: #AC0014; }

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

This div background color is #AC0014.


Border color

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

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

This div border color is #AC0014.


Opacity

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

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

Text with #AC0014 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 #AC0014;}

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

This text has shadow with #AC0014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC0014 on black background.


Color preview on white background

This text has color #AC0014 on white background.



Black color preview on #AC0014 background

This text has black color on #AC0014 background.


White color preview on #AC0014 background

This text has white color on #AC0014 background.