COLOR #AB0D41

HEX: #AB0D41
RGB: (171,13,65)

Color info

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

RGB color model

#AB0D41 color RGB value is (171,13,65).

  • red value is 171;
  • green value is 13;
  • blue value is 65.
RGB:
(171,13,65)
(67%,5%,25%)

RGB channels and saturation

R 171 of 255 = 67%
G 13 of 255 = 5%
B 65 of 255 = 25%

171
13
65

R + G + B ~ 32%. #AB0D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 13 + 65 = 249 (100%)
R 171 of 249 ~ 68.67%
G 13 of 249 ~ 5.22%
B 65 of 249 ~ 26.1%

%68.67
%26.1

CMYK color model

#AB0D41 color CMYK value is (0,92,62,33).

  • cyan value is 0.00%
  • magenta value is 92.40%
  • yellow value is 61.99%
  • key color value is 32.94%
CMYK:
(0,92,62,33)
C0M92Y62K33 
(0%,92%,62%,33%)
(0.00/0.92/0.62/0.33)	

CMYK percentages

%0
%92.4
%61.99
%32.94

Codes

Color #AB0D41 in popluar color models

AB0D41
RGB1711365
HSL340°85.87%36.08%
HSB/HSV340°92.40%67.06%
CMYK0.00%92.40%61.99%
32.94%

Color #AB0D41 in popluar number systems.

HEXAB0D41
Decimal1711365
Binary1010101111011000001
Octal25315101

Shades and tints

Shades of #AB0D41

#AB0D41
(171,13,65)
#9C0C3C
(156,12,60)
#8D0B37
(141,11,55)
#7E0A32
(126,10,50)
#6F092D
(111,9,45)
#600828
(96,8,40)
#510723
(81,7,35)
#42061E
(66,6,30)
#330519
(51,5,25)
#240414
(36,4,20)
#15030F
(21,3,15)
#000000
(0,0,0)

Tints of #AB0D41

#AB0D41
(171,13,65)
#B22352
(178,35,82)
#B93963
(185,57,99)
#C04F74
(192,79,116)
#C76585
(199,101,133)
#CE7B96
(206,123,150)
#D591A7
(213,145,167)
#DCA7B8
(220,167,184)
#E3BDC9
(227,189,201)
#EAD3DA
(234,211,218)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB0D41 color. Also use rgb(171,13,65) instead hex code.

Text Font Color

.myTextColor { color: #AB0D41; }

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

This text font color is #AB0D41.


Background Color

.myBgColor { background-color: #AB0D41; }

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

This div background color is #AB0D41.


Border color

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

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

This div border color is #AB0D41.


Opacity

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

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

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

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

This text has shadow with #AB0D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB0D41 on black background.


Color preview on white background

This text has color #AB0D41 on white background.



Black color preview on #AB0D41 background

This text has black color on #AB0D41 background.


White color preview on #AB0D41 background

This text has white color on #AB0D41 background.