COLOR #AC0E3A

HEX: #AC0E3A
RGB: (172,14,58)

Color info

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

RGB color model

#AC0E3A color RGB value is (172,14,58).

  • red value is 172;
  • green value is 14;
  • blue value is 58.
RGB:
(172,14,58)
(67%,5%,23%)

RGB channels and saturation

R 172 of 255 = 67%
G 14 of 255 = 5%
B 58 of 255 = 23%

172
14
58

R + G + B ~ 32%. #AC0E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 14 + 58 = 244 (100%)
R 172 of 244 ~ 70.49%
G 14 of 244 ~ 5.74%
B 58 of 244 ~ 23.77%

%70.49
%23.77

CMYK color model

#AC0E3A color CMYK value is (0,92,66,33).

  • cyan value is 0.00%
  • magenta value is 91.86%
  • yellow value is 66.28%
  • key color value is 32.55%
CMYK:
(0,92,66,33)
C0M92Y66K33 
(0%,92%,66%,33%)
(0.00/0.92/0.66/0.33)	

CMYK percentages

%0
%91.86
%66.28
%32.55

Codes

Color #AC0E3A in popluar color models

AC0E3A
RGB1721458
HSL343°84.95%36.47%
HSB/HSV343°91.86%67.45%
CMYK0.00%91.86%66.28%
32.55%

Color #AC0E3A in popluar number systems.

HEXAC0E3A
Decimal1721458
Binary101011001110111010
Octal2541672

Shades and tints

Shades of #AC0E3A

#AC0E3A
(172,14,58)
#9D0D35
(157,13,53)
#8E0C30
(142,12,48)
#7F0B2B
(127,11,43)
#700A26
(112,10,38)
#610921
(97,9,33)
#52081C
(82,8,28)
#430717
(67,7,23)
#340612
(52,6,18)
#25050D
(37,5,13)
#160408
(22,4,8)
#000000
(0,0,0)

Tints of #AC0E3A

#AC0E3A
(172,14,58)
#B3234B
(179,35,75)
#BA385C
(186,56,92)
#C14D6D
(193,77,109)
#C8627E
(200,98,126)
#CF778F
(207,119,143)
#D68CA0
(214,140,160)
#DDA1B1
(221,161,177)
#E4B6C2
(228,182,194)
#EBCBD3
(235,203,211)
#F2E0E4
(242,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC0E3A color. Also use rgb(172,14,58) instead hex code.

Text Font Color

.myTextColor { color: #AC0E3A; }

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

This text font color is #AC0E3A.


Background Color

.myBgColor { background-color: #AC0E3A; }

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

This div background color is #AC0E3A.


Border color

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

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

This div border color is #AC0E3A.


Opacity

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

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

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

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

This text has shadow with #AC0E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC0E3A on black background.


Color preview on white background

This text has color #AC0E3A on white background.



Black color preview on #AC0E3A background

This text has black color on #AC0E3A background.


White color preview on #AC0E3A background

This text has white color on #AC0E3A background.