COLOR #AF2E13

HEX: #AF2E13
RGB: (175,46,19)

Color info

#AF2E13 contains mainly red color. Web safe color of #AF2E13 is #993300 (or #930).

RGB color model

#AF2E13 color RGB value is (175,46,19).

  • red value is 175;
  • green value is 46;
  • blue value is 19.
RGB:
(175,46,19)
(69%,18%,7%)

RGB channels and saturation

R 175 of 255 = 69%
G 46 of 255 = 18%
B 19 of 255 = 7%

175
46
19

R + G + B ~ 31%. #AF2E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 46 + 19 = 240 (100%)
R 175 of 240 ~ 72.92%
G 46 of 240 ~ 19.17%
B 19 of 240 ~ 7.92%

%72.92
%19.17

CMYK color model

#AF2E13 color CMYK value is (0,74,89,31).

  • cyan value is 0.00%
  • magenta value is 73.71%
  • yellow value is 89.14%
  • key color value is 31.37%
CMYK:
(0,74,89,31)
C0M74Y89K31 
(0%,74%,89%,31%)
(0.00/0.74/0.89/0.31)	

CMYK percentages

%0
%73.71
%89.14
%31.37

Codes

Color #AF2E13 in popluar color models

AF2E13
RGB1754619
HSL10°80.41%38.04%
HSB/HSV10°89.14%68.63%
CMYK0.00%73.71%89.14%
31.37%

Color #AF2E13 in popluar number systems.

HEXAF2E13
Decimal1754619
Binary1010111110111010011
Octal2575623

Shades and tints

Shades of #AF2E13

#AF2E13
(175,46,19)
#A02A12
(160,42,18)
#912611
(145,38,17)
#822210
(130,34,16)
#731E0F
(115,30,15)
#641A0E
(100,26,14)
#55160D
(85,22,13)
#46120C
(70,18,12)
#370E0B
(55,14,11)
#280A0A
(40,10,10)
#190609
(25,6,9)
#000000
(0,0,0)

Tints of #AF2E13

#AF2E13
(175,46,19)
#B64128
(182,65,40)
#BD543D
(189,84,61)
#C46752
(196,103,82)
#CB7A67
(203,122,103)
#D28D7C
(210,141,124)
#D9A091
(217,160,145)
#E0B3A6
(224,179,166)
#E7C6BB
(231,198,187)
#EED9D0
(238,217,208)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2E13 color. Also use rgb(175,46,19) instead hex code.

Text Font Color

.myTextColor { color: #AF2E13; }

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

This text font color is #AF2E13.


Background Color

.myBgColor { background-color: #AF2E13; }

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

This div background color is #AF2E13.


Border color

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

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

This div border color is #AF2E13.


Opacity

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

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

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

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

This text has shadow with #AF2E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF2E13 on black background.


Color preview on white background

This text has color #AF2E13 on white background.



Black color preview on #AF2E13 background

This text has black color on #AF2E13 background.


White color preview on #AF2E13 background

This text has white color on #AF2E13 background.