COLOR #AC0C1E

HEX: #AC0C1E
RGB: (172,12,30)

Color info

#AC0C1E contains mainly red color. Web safe color of #AC0C1E is #990033 (or #903).

RGB color model

#AC0C1E color RGB value is (172,12,30).

  • red value is 172;
  • green value is 12;
  • blue value is 30.
RGB:
(172,12,30)
(67%,5%,12%)

RGB channels and saturation

R 172 of 255 = 67%
G 12 of 255 = 5%
B 30 of 255 = 12%

172
12
30

R + G + B ~ 28%. #AC0C1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 12 + 30 = 214 (100%)
R 172 of 214 ~ 80.37%
G 12 of 214 ~ 5.61%
B 30 of 214 ~ 14.02%

%80.37
%14.02

CMYK color model

#AC0C1E color CMYK value is (0,93,83,33).

  • cyan value is 0.00%
  • magenta value is 93.02%
  • yellow value is 82.56%
  • key color value is 32.55%
CMYK:
(0,93,83,33)
C0M93Y83K33 
(0%,93%,83%,33%)
(0.00/0.93/0.83/0.33)	

CMYK percentages

%0
%93.02
%82.56
%32.55

Codes

Color #AC0C1E in popluar color models

AC0C1E
RGB1721230
HSL353°86.96%36.08%
HSB/HSV353°93.02%67.45%
CMYK0.00%93.02%82.56%
32.55%

Color #AC0C1E in popluar number systems.

HEXAC0C1E
Decimal1721230
Binary10101100110011110
Octal2541436

Shades and tints

Shades of #AC0C1E

#AC0C1E
(172,12,30)
#9D0B1C
(157,11,28)
#8E0A1A
(142,10,26)
#7F0918
(127,9,24)
#700816
(112,8,22)
#610714
(97,7,20)
#520612
(82,6,18)
#430510
(67,5,16)
#34040E
(52,4,14)
#25030C
(37,3,12)
#16020A
(22,2,10)
#000000
(0,0,0)

Tints of #AC0C1E

#AC0C1E
(172,12,30)
#B32232
(179,34,50)
#BA3846
(186,56,70)
#C14E5A
(193,78,90)
#C8646E
(200,100,110)
#CF7A82
(207,122,130)
#D69096
(214,144,150)
#DDA6AA
(221,166,170)
#E4BCBE
(228,188,190)
#EBD2D2
(235,210,210)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC0C1E color. Also use rgb(172,12,30) instead hex code.

Text Font Color

.myTextColor { color: #AC0C1E; }

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

This text font color is #AC0C1E.


Background Color

.myBgColor { background-color: #AC0C1E; }

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

This div background color is #AC0C1E.


Border color

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

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

This div border color is #AC0C1E.


Opacity

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

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

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

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

This text has shadow with #AC0C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC0C1E on black background.


Color preview on white background

This text has color #AC0C1E on white background.



Black color preview on #AC0C1E background

This text has black color on #AC0C1E background.


White color preview on #AC0C1E background

This text has white color on #AC0C1E background.