COLOR #AB2E33

HEX: #AB2E33
RGB: (171,46,51)

Color info

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

RGB color model

#AB2E33 color RGB value is (171,46,51).

  • red value is 171;
  • green value is 46;
  • blue value is 51.
RGB:
(171,46,51)
(67%,18%,20%)

RGB channels and saturation

R 171 of 255 = 67%
G 46 of 255 = 18%
B 51 of 255 = 20%

171
46
51

R + G + B ~ 35%. #AB2E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 46 + 51 = 268 (100%)
R 171 of 268 ~ 63.81%
G 46 of 268 ~ 17.16%
B 51 of 268 ~ 19.03%

%63.81
%17.16
%19.03

CMYK color model

#AB2E33 color CMYK value is (0,73,70,33).

  • cyan value is 0.00%
  • magenta value is 73.10%
  • yellow value is 70.18%
  • key color value is 32.94%
CMYK:
(0,73,70,33)
C0M73Y70K33 
(0%,73%,70%,33%)
(0.00/0.73/0.70/0.33)	

CMYK percentages

%0
%73.1
%70.18
%32.94

Codes

Color #AB2E33 in popluar color models

AB2E33
RGB1714651
HSL358°57.60%42.55%
HSB/HSV358°73.10%67.06%
CMYK0.00%73.10%70.18%
32.94%

Color #AB2E33 in popluar number systems.

HEXAB2E33
Decimal1714651
Binary10101011101110110011
Octal2535663

Shades and tints

Shades of #AB2E33

#AB2E33
(171,46,51)
#9C2A2F
(156,42,47)
#8D262B
(141,38,43)
#7E2227
(126,34,39)
#6F1E23
(111,30,35)
#601A1F
(96,26,31)
#51161B
(81,22,27)
#421217
(66,18,23)
#330E13
(51,14,19)
#240A0F
(36,10,15)
#15060B
(21,6,11)
#000000
(0,0,0)

Tints of #AB2E33

#AB2E33
(171,46,51)
#B24145
(178,65,69)
#B95457
(185,84,87)
#C06769
(192,103,105)
#C77A7B
(199,122,123)
#CE8D8D
(206,141,141)
#D5A09F
(213,160,159)
#DCB3B1
(220,179,177)
#E3C6C3
(227,198,195)
#EAD9D5
(234,217,213)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2E33 color. Also use rgb(171,46,51) instead hex code.

Text Font Color

.myTextColor { color: #AB2E33; }

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

This text font color is #AB2E33.


Background Color

.myBgColor { background-color: #AB2E33; }

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

This div background color is #AB2E33.


Border color

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

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

This div border color is #AB2E33.


Opacity

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

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

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

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

This text has shadow with #AB2E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2E33 on black background.


Color preview on white background

This text has color #AB2E33 on white background.



Black color preview on #AB2E33 background

This text has black color on #AB2E33 background.


White color preview on #AB2E33 background

This text has white color on #AB2E33 background.