COLOR #AB2237

HEX: #AB2237
RGB: (171,34,55)

Color info

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

RGB color model

#AB2237 color RGB value is (171,34,55).

  • red value is 171;
  • green value is 34;
  • blue value is 55.
RGB:
(171,34,55)
(67%,13%,22%)

RGB channels and saturation

R 171 of 255 = 67%
G 34 of 255 = 13%
B 55 of 255 = 22%

171
34
55

R + G + B ~ 34%. #AB2237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 34 + 55 = 260 (100%)
R 171 of 260 ~ 65.77%
G 34 of 260 ~ 13.08%
B 55 of 260 ~ 21.15%

%65.77
%13.08
%21.15

CMYK color model

#AB2237 color CMYK value is (0,80,68,33).

  • cyan value is 0.00%
  • magenta value is 80.12%
  • yellow value is 67.84%
  • key color value is 32.94%
CMYK:
(0,80,68,33)
C0M80Y68K33 
(0%,80%,68%,33%)
(0.00/0.80/0.68/0.33)	

CMYK percentages

%0
%80.12
%67.84
%32.94

Codes

Color #AB2237 in popluar color models

AB2237
RGB1713455
HSL351°66.83%40.20%
HSB/HSV351°80.12%67.06%
CMYK0.00%80.12%67.84%
32.94%

Color #AB2237 in popluar number systems.

HEXAB2237
Decimal1713455
Binary10101011100010110111
Octal2534267

Shades and tints

Shades of #AB2237

#AB2237
(171,34,55)
#9C1F32
(156,31,50)
#8D1C2D
(141,28,45)
#7E1928
(126,25,40)
#6F1623
(111,22,35)
#60131E
(96,19,30)
#511019
(81,16,25)
#420D14
(66,13,20)
#330A0F
(51,10,15)
#24070A
(36,7,10)
#150405
(21,4,5)
#000000
(0,0,0)

Tints of #AB2237

#AB2237
(171,34,55)
#B23649
(178,54,73)
#B94A5B
(185,74,91)
#C05E6D
(192,94,109)
#C7727F
(199,114,127)
#CE8691
(206,134,145)
#D59AA3
(213,154,163)
#DCAEB5
(220,174,181)
#E3C2C7
(227,194,199)
#EAD6D9
(234,214,217)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2237 color. Also use rgb(171,34,55) instead hex code.

Text Font Color

.myTextColor { color: #AB2237; }

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

This text font color is #AB2237.


Background Color

.myBgColor { background-color: #AB2237; }

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

This div background color is #AB2237.


Border color

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

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

This div border color is #AB2237.


Opacity

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

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

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

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

This text has shadow with #AB2237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2237 on black background.


Color preview on white background

This text has color #AB2237 on white background.



Black color preview on #AB2237 background

This text has black color on #AB2237 background.


White color preview on #AB2237 background

This text has white color on #AB2237 background.