COLOR #AF113A

HEX: #AF113A
RGB: (175,17,58)

Color info

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

RGB color model

#AF113A color RGB value is (175,17,58).

  • red value is 175;
  • green value is 17;
  • blue value is 58.
RGB:
(175,17,58)
(69%,7%,23%)

RGB channels and saturation

R 175 of 255 = 69%
G 17 of 255 = 7%
B 58 of 255 = 23%

175
17
58

R + G + B ~ 33%. #AF113A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 17 + 58 = 250 (100%)
R 175 of 250 ~ 70%
G 17 of 250 ~ 6.8%
B 58 of 250 ~ 23.2%

%70
%23.2

CMYK color model

#AF113A color CMYK value is (0,90,67,31).

  • cyan value is 0.00%
  • magenta value is 90.29%
  • yellow value is 66.86%
  • key color value is 31.37%
CMYK:
(0,90,67,31)
C0M90Y67K31 
(0%,90%,67%,31%)
(0.00/0.90/0.67/0.31)	

CMYK percentages

%0
%90.29
%66.86
%31.37

Codes

Color #AF113A in popluar color models

AF113A
RGB1751758
HSL344°82.29%37.65%
HSB/HSV344°90.29%68.63%
CMYK0.00%90.29%66.86%
31.37%

Color #AF113A in popluar number systems.

HEXAF113A
Decimal1751758
Binary1010111110001111010
Octal2572172

Shades and tints

Shades of #AF113A

#AF113A
(175,17,58)
#A01035
(160,16,53)
#910F30
(145,15,48)
#820E2B
(130,14,43)
#730D26
(115,13,38)
#640C21
(100,12,33)
#550B1C
(85,11,28)
#460A17
(70,10,23)
#370912
(55,9,18)
#28080D
(40,8,13)
#190708
(25,7,8)
#000000
(0,0,0)

Tints of #AF113A

#AF113A
(175,17,58)
#B6264B
(182,38,75)
#BD3B5C
(189,59,92)
#C4506D
(196,80,109)
#CB657E
(203,101,126)
#D27A8F
(210,122,143)
#D98FA0
(217,143,160)
#E0A4B1
(224,164,177)
#E7B9C2
(231,185,194)
#EECED3
(238,206,211)
#F5E3E4
(245,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF113A color. Also use rgb(175,17,58) instead hex code.

Text Font Color

.myTextColor { color: #AF113A; }

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

This text font color is #AF113A.


Background Color

.myBgColor { background-color: #AF113A; }

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

This div background color is #AF113A.


Border color

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

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

This div border color is #AF113A.


Opacity

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

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

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

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

This text has shadow with #AF113A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF113A on black background.


Color preview on white background

This text has color #AF113A on white background.



Black color preview on #AF113A background

This text has black color on #AF113A background.


White color preview on #AF113A background

This text has white color on #AF113A background.