COLOR #AB0E1D

HEX: #AB0E1D
RGB: (171,14,29)

Color info

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

RGB color model

#AB0E1D color RGB value is (171,14,29).

  • red value is 171;
  • green value is 14;
  • blue value is 29.
RGB:
(171,14,29)
(67%,5%,11%)

RGB channels and saturation

R 171 of 255 = 67%
G 14 of 255 = 5%
B 29 of 255 = 11%

171
14
29

R + G + B ~ 28%. #AB0E1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 14 + 29 = 214 (100%)
R 171 of 214 ~ 79.91%
G 14 of 214 ~ 6.54%
B 29 of 214 ~ 13.55%

%79.91
%13.55

CMYK color model

#AB0E1D color CMYK value is (0,92,83,33).

  • cyan value is 0.00%
  • magenta value is 91.81%
  • yellow value is 83.04%
  • key color value is 32.94%
CMYK:
(0,92,83,33)
C0M92Y83K33 
(0%,92%,83%,33%)
(0.00/0.92/0.83/0.33)	

CMYK percentages

%0
%91.81
%83.04
%32.94

Codes

Color #AB0E1D in popluar color models

AB0E1D
RGB1711429
HSL354°84.86%36.27%
HSB/HSV354°91.81%67.06%
CMYK0.00%91.81%83.04%
32.94%

Color #AB0E1D in popluar number systems.

HEXAB0E1D
Decimal1711429
Binary10101011111011101
Octal2531635

Shades and tints

Shades of #AB0E1D

#AB0E1D
(171,14,29)
#9C0D1B
(156,13,27)
#8D0C19
(141,12,25)
#7E0B17
(126,11,23)
#6F0A15
(111,10,21)
#600913
(96,9,19)
#510811
(81,8,17)
#42070F
(66,7,15)
#33060D
(51,6,13)
#24050B
(36,5,11)
#150409
(21,4,9)
#000000
(0,0,0)

Tints of #AB0E1D

#AB0E1D
(171,14,29)
#B22331
(178,35,49)
#B93845
(185,56,69)
#C04D59
(192,77,89)
#C7626D
(199,98,109)
#CE7781
(206,119,129)
#D58C95
(213,140,149)
#DCA1A9
(220,161,169)
#E3B6BD
(227,182,189)
#EACBD1
(234,203,209)
#F1E0E5
(241,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB0E1D color. Also use rgb(171,14,29) instead hex code.

Text Font Color

.myTextColor { color: #AB0E1D; }

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

This text font color is #AB0E1D.


Background Color

.myBgColor { background-color: #AB0E1D; }

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

This div background color is #AB0E1D.


Border color

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

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

This div border color is #AB0E1D.


Opacity

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

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

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

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

This text has shadow with #AB0E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB0E1D on black background.


Color preview on white background

This text has color #AB0E1D on white background.



Black color preview on #AB0E1D background

This text has black color on #AB0E1D background.


White color preview on #AB0E1D background

This text has white color on #AB0E1D background.