COLOR #AC2421

HEX: #AC2421
RGB: (172,36,33)

Color info

#AC2421 contains mainly red color. Web safe color of #AC2421 is #993333 (or #933).

RGB color model

#AC2421 color RGB value is (172,36,33).

  • red value is 172;
  • green value is 36;
  • blue value is 33.
RGB:
(172,36,33)
(67%,14%,13%)

RGB channels and saturation

R 172 of 255 = 67%
G 36 of 255 = 14%
B 33 of 255 = 13%

172
36
33

R + G + B ~ 31%. #AC2421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 36 + 33 = 241 (100%)
R 172 of 241 ~ 71.37%
G 36 of 241 ~ 14.94%
B 33 of 241 ~ 13.69%

%71.37
%14.94
%13.69

CMYK color model

#AC2421 color CMYK value is (0,79,81,33).

  • cyan value is 0.00%
  • magenta value is 79.07%
  • yellow value is 80.81%
  • key color value is 32.55%
CMYK:
(0,79,81,33)
C0M79Y81K33 
(0%,79%,81%,33%)
(0.00/0.79/0.81/0.33)	

CMYK percentages

%0
%79.07
%80.81
%32.55

Codes

Color #AC2421 in popluar color models

AC2421
RGB1723633
HSL67.80%40.20%
HSB/HSV80.81%67.45%
CMYK0.00%79.07%80.81%
32.55%

Color #AC2421 in popluar number systems.

HEXAC2421
Decimal1723633
Binary10101100100100100001
Octal2544441

Shades and tints

Shades of #AC2421

#AC2421
(172,36,33)
#9D211E
(157,33,30)
#8E1E1B
(142,30,27)
#7F1B18
(127,27,24)
#701815
(112,24,21)
#611512
(97,21,18)
#52120F
(82,18,15)
#430F0C
(67,15,12)
#340C09
(52,12,9)
#250906
(37,9,6)
#160603
(22,6,3)
#000000
(0,0,0)

Tints of #AC2421

#AC2421
(172,36,33)
#B33735
(179,55,53)
#BA4A49
(186,74,73)
#C15D5D
(193,93,93)
#C87071
(200,112,113)
#CF8385
(207,131,133)
#D69699
(214,150,153)
#DDA9AD
(221,169,173)
#E4BCC1
(228,188,193)
#EBCFD5
(235,207,213)
#F2E2E9
(242,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC2421 color. Also use rgb(172,36,33) instead hex code.

Text Font Color

.myTextColor { color: #AC2421; }

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

This text font color is #AC2421.


Background Color

.myBgColor { background-color: #AC2421; }

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

This div background color is #AC2421.


Border color

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

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

This div border color is #AC2421.


Opacity

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

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

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

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

This text has shadow with #AC2421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC2421 on black background.


Color preview on white background

This text has color #AC2421 on white background.



Black color preview on #AC2421 background

This text has black color on #AC2421 background.


White color preview on #AC2421 background

This text has white color on #AC2421 background.