COLOR #AC0B2D

HEX: #AC0B2D RGB: (172,11,45)

Color info

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

RGB color model

#AC0B2D color RGB value is (172,11,45).

RGB: (172,11,45) (67%, 4%, 18%)

RGB channels and saturation

R 172 of 255 = 67%
G 11 of 255 = 4%
B 45 of 255 = 18%

172
11
45

R + G + B ~ 30%. #AC0B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 172 + 11 + 45 = 228 (100%)
R 172 of 228 ~ 75.44%
G 11 of 228 ~ 4.82%
B 45 of 228 ~ 19.74'%

%75.44
%19.74

CMYK color model

#AC0B2D color CMYK value is (0,94,74,33).

  • cyan value is 0.00%
  • magenta value is 93.60%
  • yellow value is 73.84%
  • key color value is 32.55%

CMYK: (0,94,74,33)
C0M94Y74K33 (0%, 94%, 74%, 33%)
(0.00 / 0.94 / 0.74 / 0.33)

CMYK percentages

%0
%93.6
%73.84
%32.55

Codes

Color #AC0B2D in popluar color models

AC 0B 2D
RGB 172 11 45
HSL 347° 87.98% 35.88%
HSB/HSV 347° 93.60% 67.45%
CMYK 0.00% 93.60% 73.84%
32.55%

Color #AC0B2D in popluar number systems.

HEX AC 0B 2D
Decimal 172 11 45
Binary 10101100 1011 101101
Octal 254 13 55

Shades and tints

Shades of #AC0B2D

#AC0B2D
(172,11,45)
#9D0A29
(157,10,41)
#8E0925
(142,9,37)
#7F0821
(127,8,33)
#70071D
(112,7,29)
#610619
(97,6,25)
#520515
(82,5,21)
#430411
(67,4,17)
#34030D
(52,3,13)
#250209
(37,2,9)
#160105
(22,1,5)
#000000
(0,0,0)

Tints of #AC0B2D

#AC0B2D
(172,11,45)
#B32140
(179,33,64)
#BA3753
(186,55,83)
#C14D66
(193,77,102)
#C86379
(200,99,121)
#CF798C
(207,121,140)
#D68F9F
(214,143,159)
#DDA5B2
(221,165,178)
#E4BBC5
(228,187,197)
#EBD1D8
(235,209,216)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC0B2D color. Also use rgb(172,11,45) instead hex code.

Text Font Color

.myTextColor { color: #AC0B2D; }

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

This text font color is #AC0B2D.

Background Color

.myBgColor { background-color: #AC0B2D; }

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

This div background color is #AC0B2D.

Border color

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

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

This div border color is #AC0B2D.

Opacity

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

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

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

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

This text has shadow with #AC0B2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC0B2D.

Preview

Color preview on black background

This text has color #AC0B2D on black background.


Color preview on white background

This text has color #AC0B2D on white background.


Black color preview on #AC0B2D background

This text has black color on #AC0B2D background.


White color preview on #AC0B2D background

This text has white color on #AC0B2D background.


Related colors

Complementary color

Complementary color for #hex is #53F4D2.


I love getcolorcode.com

Triadic colors

1 #2DAC0B and #0B2DAC with #AC0B2D are triadic colors.

2 #2D0BAC and #0BAC2D with #AC0B2D are triadic colors.