COLOR #AB2F32

HEX: #AB2F32
RGB: (171,47,50)

Color info

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

RGB color model

#AB2F32 color RGB value is (171,47,50).

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

RGB channels and saturation

R 171 of 255 = 67%
G 47 of 255 = 18%
B 50 of 255 = 20%

171
47
50

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

Portions of RGB colors in percentages

R + G + B =
171 + 47 + 50 = 268 (100%)
R 171 of 268 ~ 63.81%
G 47 of 268 ~ 17.54%
B 50 of 268 ~ 18.66%

%63.81
%17.54
%18.66

CMYK color model

#AB2F32 color CMYK value is (0,73,71,33).

  • cyan value is 0.00%
  • magenta value is 72.51%
  • yellow value is 70.76%
  • key color value is 32.94%
CMYK:
(0,73,71,33)
C0M73Y71K33 
(0%,73%,71%,33%)
(0.00/0.73/0.71/0.33)	

CMYK percentages

%0
%72.51
%70.76
%32.94

Codes

Color #AB2F32 in popluar color models

AB2F32
RGB1714750
HSL359°56.88%42.75%
HSB/HSV359°72.51%67.06%
CMYK0.00%72.51%70.76%
32.94%

Color #AB2F32 in popluar number systems.

HEXAB2F32
Decimal1714750
Binary10101011101111110010
Octal2535762

Shades and tints

Shades of #AB2F32

#AB2F32
(171,47,50)
#9C2B2E
(156,43,46)
#8D272A
(141,39,42)
#7E2326
(126,35,38)
#6F1F22
(111,31,34)
#601B1E
(96,27,30)
#51171A
(81,23,26)
#421316
(66,19,22)
#330F12
(51,15,18)
#240B0E
(36,11,14)
#15070A
(21,7,10)
#000000
(0,0,0)

Tints of #AB2F32

#AB2F32
(171,47,50)
#B24144
(178,65,68)
#B95356
(185,83,86)
#C06568
(192,101,104)
#C7777A
(199,119,122)
#CE898C
(206,137,140)
#D59B9E
(213,155,158)
#DCADB0
(220,173,176)
#E3BFC2
(227,191,194)
#EAD1D4
(234,209,212)
#F1E3E6
(241,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB2F32; }

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

This text font color is #AB2F32.


Background Color

.myBgColor { background-color: #AB2F32; }

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

This div background color is #AB2F32.


Border color

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

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

This div border color is #AB2F32.


Opacity

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

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

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

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

This text has shadow with #AB2F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2F32 on black background.


Color preview on white background

This text has color #AB2F32 on white background.



Black color preview on #AB2F32 background

This text has black color on #AB2F32 background.


White color preview on #AB2F32 background

This text has white color on #AB2F32 background.