COLOR #AB301C

HEX: #AB301C
RGB: (171,48,28)

Color info

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

RGB color model

#AB301C color RGB value is (171,48,28).

  • red value is 171;
  • green value is 48;
  • blue value is 28.
RGB:
(171,48,28)
(67%,19%,11%)

RGB channels and saturation

R 171 of 255 = 67%
G 48 of 255 = 19%
B 28 of 255 = 11%

171
48
28

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

Portions of RGB colors in percentages

R + G + B =
171 + 48 + 28 = 247 (100%)
R 171 of 247 ~ 69.23%
G 48 of 247 ~ 19.43%
B 28 of 247 ~ 11.34%

%69.23
%19.43
%11.34

CMYK color model

#AB301C color CMYK value is (0,72,84,33).

  • cyan value is 0.00%
  • magenta value is 71.93%
  • yellow value is 83.63%
  • key color value is 32.94%
CMYK:
(0,72,84,33)
C0M72Y84K33 
(0%,72%,84%,33%)
(0.00/0.72/0.84/0.33)	

CMYK percentages

%0
%71.93
%83.63
%32.94

Codes

Color #AB301C in popluar color models

AB301C
RGB1714828
HSL71.86%39.02%
HSB/HSV83.63%67.06%
CMYK0.00%71.93%83.63%
32.94%

Color #AB301C in popluar number systems.

HEXAB301C
Decimal1714828
Binary1010101111000011100
Octal2536034

Shades and tints

Shades of #AB301C

#AB301C
(171,48,28)
#9C2C1A
(156,44,26)
#8D2818
(141,40,24)
#7E2416
(126,36,22)
#6F2014
(111,32,20)
#601C12
(96,28,18)
#511810
(81,24,16)
#42140E
(66,20,14)
#33100C
(51,16,12)
#240C0A
(36,12,10)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #AB301C

#AB301C
(171,48,28)
#B24230
(178,66,48)
#B95444
(185,84,68)
#C06658
(192,102,88)
#C7786C
(199,120,108)
#CE8A80
(206,138,128)
#D59C94
(213,156,148)
#DCAEA8
(220,174,168)
#E3C0BC
(227,192,188)
#EAD2D0
(234,210,208)
#F1E4E4
(241,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB301C color. Also use rgb(171,48,28) instead hex code.

Text Font Color

.myTextColor { color: #AB301C; }

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

This text font color is #AB301C.


Background Color

.myBgColor { background-color: #AB301C; }

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

This div background color is #AB301C.


Border color

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

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

This div border color is #AB301C.


Opacity

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

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

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

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

This text has shadow with #AB301C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB301C on black background.


Color preview on white background

This text has color #AB301C on white background.



Black color preview on #AB301C background

This text has black color on #AB301C background.


White color preview on #AB301C background

This text has white color on #AB301C background.