COLOR #AB2411

HEX: #AB2411
RGB: (171,36,17)

Color info

#AB2411 contains mainly red color. Web safe color of #AB2411 is #993300 (or #930).

RGB color model

#AB2411 color RGB value is (171,36,17).

  • red value is 171;
  • green value is 36;
  • blue value is 17.
RGB:
(171,36,17)
(67%,14%,7%)

RGB channels and saturation

R 171 of 255 = 67%
G 36 of 255 = 14%
B 17 of 255 = 7%

171
36
17

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

Portions of RGB colors in percentages

R + G + B =
171 + 36 + 17 = 224 (100%)
R 171 of 224 ~ 76.34%
G 36 of 224 ~ 16.07%
B 17 of 224 ~ 7.59%

%76.34
%16.07

CMYK color model

#AB2411 color CMYK value is (0,79,90,33).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 90.06%
  • key color value is 32.94%
CMYK:
(0,79,90,33)
C0M79Y90K33 
(0%,79%,90%,33%)
(0.00/0.79/0.90/0.33)	

CMYK percentages

%0
%78.95
%90.06
%32.94

Codes

Color #AB2411 in popluar color models

AB2411
RGB1713617
HSL81.91%36.86%
HSB/HSV90.06%67.06%
CMYK0.00%78.95%90.06%
32.94%

Color #AB2411 in popluar number systems.

HEXAB2411
Decimal1713617
Binary1010101110010010001
Octal2534421

Shades and tints

Shades of #AB2411

#AB2411
(171,36,17)
#9C2110
(156,33,16)
#8D1E0F
(141,30,15)
#7E1B0E
(126,27,14)
#6F180D
(111,24,13)
#60150C
(96,21,12)
#51120B
(81,18,11)
#420F0A
(66,15,10)
#330C09
(51,12,9)
#240908
(36,9,8)
#150607
(21,6,7)
#000000
(0,0,0)

Tints of #AB2411

#AB2411
(171,36,17)
#B23726
(178,55,38)
#B94A3B
(185,74,59)
#C05D50
(192,93,80)
#C77065
(199,112,101)
#CE837A
(206,131,122)
#D5968F
(213,150,143)
#DCA9A4
(220,169,164)
#E3BCB9
(227,188,185)
#EACFCE
(234,207,206)
#F1E2E3
(241,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2411 color. Also use rgb(171,36,17) instead hex code.

Text Font Color

.myTextColor { color: #AB2411; }

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

This text font color is #AB2411.


Background Color

.myBgColor { background-color: #AB2411; }

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

This div background color is #AB2411.


Border color

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

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

This div border color is #AB2411.


Opacity

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

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

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

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

This text has shadow with #AB2411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2411 on black background.


Color preview on white background

This text has color #AB2411 on white background.



Black color preview on #AB2411 background

This text has black color on #AB2411 background.


White color preview on #AB2411 background

This text has white color on #AB2411 background.