COLOR #AC131F

HEX: #AC131F
RGB: (172,19,31)

Color info

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

RGB color model

#AC131F color RGB value is (172,19,31).

  • red value is 172;
  • green value is 19;
  • blue value is 31.
RGB:
(172,19,31)
(67%,7%,12%)

RGB channels and saturation

R 172 of 255 = 67%
G 19 of 255 = 7%
B 31 of 255 = 12%

172
19
31

R + G + B ~ 29%. #AC131F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 19 + 31 = 222 (100%)
R 172 of 222 ~ 77.48%
G 19 of 222 ~ 8.56%
B 31 of 222 ~ 13.96%

%77.48
%13.96

CMYK color model

#AC131F color CMYK value is (0,89,82,33).

  • cyan value is 0.00%
  • magenta value is 88.95%
  • yellow value is 81.98%
  • key color value is 32.55%
CMYK:
(0,89,82,33)
C0M89Y82K33 
(0%,89%,82%,33%)
(0.00/0.89/0.82/0.33)	

CMYK percentages

%0
%88.95
%81.98
%32.55

Codes

Color #AC131F in popluar color models

AC131F
RGB1721931
HSL355°80.10%37.45%
HSB/HSV355°88.95%67.45%
CMYK0.00%88.95%81.98%
32.55%

Color #AC131F in popluar number systems.

HEXAC131F
Decimal1721931
Binary101011001001111111
Octal2542337

Shades and tints

Shades of #AC131F

#AC131F
(172,19,31)
#9D121D
(157,18,29)
#8E111B
(142,17,27)
#7F1019
(127,16,25)
#700F17
(112,15,23)
#610E15
(97,14,21)
#520D13
(82,13,19)
#430C11
(67,12,17)
#340B0F
(52,11,15)
#250A0D
(37,10,13)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #AC131F

#AC131F
(172,19,31)
#B32833
(179,40,51)
#BA3D47
(186,61,71)
#C1525B
(193,82,91)
#C8676F
(200,103,111)
#CF7C83
(207,124,131)
#D69197
(214,145,151)
#DDA6AB
(221,166,171)
#E4BBBF
(228,187,191)
#EBD0D3
(235,208,211)
#F2E5E7
(242,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC131F color. Also use rgb(172,19,31) instead hex code.

Text Font Color

.myTextColor { color: #AC131F; }

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

This text font color is #AC131F.


Background Color

.myBgColor { background-color: #AC131F; }

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

This div background color is #AC131F.


Border color

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

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

This div border color is #AC131F.


Opacity

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

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

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

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

This text has shadow with #AC131F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC131F on black background.


Color preview on white background

This text has color #AC131F on white background.



Black color preview on #AC131F background

This text has black color on #AC131F background.


White color preview on #AC131F background

This text has white color on #AC131F background.