COLOR #AB1D2A

HEX: #AB1D2A
RGB: (171,29,42)

Color info

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

RGB color model

#AB1D2A color RGB value is (171,29,42).

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

RGB channels and saturation

R 171 of 255 = 67%
G 29 of 255 = 11%
B 42 of 255 = 16%

171
29
42

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

Portions of RGB colors in percentages

R + G + B =
171 + 29 + 42 = 242 (100%)
R 171 of 242 ~ 70.66%
G 29 of 242 ~ 11.98%
B 42 of 242 ~ 17.36%

%70.66
%11.98
%17.36

CMYK color model

#AB1D2A color CMYK value is (0,83,75,33).

  • cyan value is 0.00%
  • magenta value is 83.04%
  • yellow value is 75.44%
  • key color value is 32.94%
CMYK:
(0,83,75,33)
C0M83Y75K33 
(0%,83%,75%,33%)
(0.00/0.83/0.75/0.33)	

CMYK percentages

%0
%83.04
%75.44
%32.94

Codes

Color #AB1D2A in popluar color models

AB1D2A
RGB1712942
HSL355°71.00%39.22%
HSB/HSV355°83.04%67.06%
CMYK0.00%83.04%75.44%
32.94%

Color #AB1D2A in popluar number systems.

HEXAB1D2A
Decimal1712942
Binary1010101111101101010
Octal2533552

Shades and tints

Shades of #AB1D2A

#AB1D2A
(171,29,42)
#9C1B27
(156,27,39)
#8D1924
(141,25,36)
#7E1721
(126,23,33)
#6F151E
(111,21,30)
#60131B
(96,19,27)
#511118
(81,17,24)
#420F15
(66,15,21)
#330D12
(51,13,18)
#240B0F
(36,11,15)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #AB1D2A

#AB1D2A
(171,29,42)
#B2313D
(178,49,61)
#B94550
(185,69,80)
#C05963
(192,89,99)
#C76D76
(199,109,118)
#CE8189
(206,129,137)
#D5959C
(213,149,156)
#DCA9AF
(220,169,175)
#E3BDC2
(227,189,194)
#EAD1D5
(234,209,213)
#F1E5E8
(241,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB1D2A; }

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

This text font color is #AB1D2A.


Background Color

.myBgColor { background-color: #AB1D2A; }

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

This div background color is #AB1D2A.


Border color

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

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

This div border color is #AB1D2A.


Opacity

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

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

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

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

This text has shadow with #AB1D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1D2A on black background.


Color preview on white background

This text has color #AB1D2A on white background.



Black color preview on #AB1D2A background

This text has black color on #AB1D2A background.


White color preview on #AB1D2A background

This text has white color on #AB1D2A background.