COLOR #AC1B25

HEX: #AC1B25
RGB: (172,27,37)

Color info

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

RGB color model

#AC1B25 color RGB value is (172,27,37).

  • red value is 172;
  • green value is 27;
  • blue value is 37.
RGB:
(172,27,37)
(67%,11%,15%)

RGB channels and saturation

R 172 of 255 = 67%
G 27 of 255 = 11%
B 37 of 255 = 15%

172
27
37

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

Portions of RGB colors in percentages

R + G + B =
172 + 27 + 37 = 236 (100%)
R 172 of 236 ~ 72.88%
G 27 of 236 ~ 11.44%
B 37 of 236 ~ 15.68%

%72.88
%11.44
%15.68

CMYK color model

#AC1B25 color CMYK value is (0,84,78,33).

  • cyan value is 0.00%
  • magenta value is 84.30%
  • yellow value is 78.49%
  • key color value is 32.55%
CMYK:
(0,84,78,33)
C0M84Y78K33 
(0%,84%,78%,33%)
(0.00/0.84/0.78/0.33)	

CMYK percentages

%0
%84.3
%78.49
%32.55

Codes

Color #AC1B25 in popluar color models

AC1B25
RGB1722737
HSL356°72.86%39.02%
HSB/HSV356°84.30%67.45%
CMYK0.00%84.30%78.49%
32.55%

Color #AC1B25 in popluar number systems.

HEXAC1B25
Decimal1722737
Binary1010110011011100101
Octal2543345

Shades and tints

Shades of #AC1B25

#AC1B25
(172,27,37)
#9D1922
(157,25,34)
#8E171F
(142,23,31)
#7F151C
(127,21,28)
#701319
(112,19,25)
#611116
(97,17,22)
#520F13
(82,15,19)
#430D10
(67,13,16)
#340B0D
(52,11,13)
#25090A
(37,9,10)
#160707
(22,7,7)
#000000
(0,0,0)

Tints of #AC1B25

#AC1B25
(172,27,37)
#B32F38
(179,47,56)
#BA434B
(186,67,75)
#C1575E
(193,87,94)
#C86B71
(200,107,113)
#CF7F84
(207,127,132)
#D69397
(214,147,151)
#DDA7AA
(221,167,170)
#E4BBBD
(228,187,189)
#EBCFD0
(235,207,208)
#F2E3E3
(242,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1B25 color. Also use rgb(172,27,37) instead hex code.

Text Font Color

.myTextColor { color: #AC1B25; }

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

This text font color is #AC1B25.


Background Color

.myBgColor { background-color: #AC1B25; }

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

This div background color is #AC1B25.


Border color

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

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

This div border color is #AC1B25.


Opacity

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

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

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

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

This text has shadow with #AC1B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1B25 on black background.


Color preview on white background

This text has color #AC1B25 on white background.



Black color preview on #AC1B25 background

This text has black color on #AC1B25 background.


White color preview on #AC1B25 background

This text has white color on #AC1B25 background.