COLOR #AB1E2F

HEX: #AB1E2F
RGB: (171,30,47)

Color info

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

RGB color model

#AB1E2F color RGB value is (171,30,47).

  • red value is 171;
  • green value is 30;
  • blue value is 47.
RGB:
(171,30,47)
(67%,12%,18%)

RGB channels and saturation

R 171 of 255 = 67%
G 30 of 255 = 12%
B 47 of 255 = 18%

171
30
47

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

Portions of RGB colors in percentages

R + G + B =
171 + 30 + 47 = 248 (100%)
R 171 of 248 ~ 68.95%
G 30 of 248 ~ 12.1%
B 47 of 248 ~ 18.95%

%68.95
%12.1
%18.95

CMYK color model

#AB1E2F color CMYK value is (0,82,73,33).

  • cyan value is 0.00%
  • magenta value is 82.46%
  • yellow value is 72.51%
  • key color value is 32.94%
CMYK:
(0,82,73,33)
C0M82Y73K33 
(0%,82%,73%,33%)
(0.00/0.82/0.73/0.33)	

CMYK percentages

%0
%82.46
%72.51
%32.94

Codes

Color #AB1E2F in popluar color models

AB1E2F
RGB1713047
HSL353°70.15%39.41%
HSB/HSV353°82.46%67.06%
CMYK0.00%82.46%72.51%
32.94%

Color #AB1E2F in popluar number systems.

HEXAB1E2F
Decimal1713047
Binary1010101111110101111
Octal2533657

Shades and tints

Shades of #AB1E2F

#AB1E2F
(171,30,47)
#9C1C2B
(156,28,43)
#8D1A27
(141,26,39)
#7E1823
(126,24,35)
#6F161F
(111,22,31)
#60141B
(96,20,27)
#511217
(81,18,23)
#421013
(66,16,19)
#330E0F
(51,14,15)
#240C0B
(36,12,11)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #AB1E2F

#AB1E2F
(171,30,47)
#B23241
(178,50,65)
#B94653
(185,70,83)
#C05A65
(192,90,101)
#C76E77
(199,110,119)
#CE8289
(206,130,137)
#D5969B
(213,150,155)
#DCAAAD
(220,170,173)
#E3BEBF
(227,190,191)
#EAD2D1
(234,210,209)
#F1E6E3
(241,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1E2F color. Also use rgb(171,30,47) instead hex code.

Text Font Color

.myTextColor { color: #AB1E2F; }

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

This text font color is #AB1E2F.


Background Color

.myBgColor { background-color: #AB1E2F; }

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

This div background color is #AB1E2F.


Border color

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

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

This div border color is #AB1E2F.


Opacity

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

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

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

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

This text has shadow with #AB1E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1E2F on black background.


Color preview on white background

This text has color #AB1E2F on white background.



Black color preview on #AB1E2F background

This text has black color on #AB1E2F background.


White color preview on #AB1E2F background

This text has white color on #AB1E2F background.