COLOR #AF2F2C

HEX: #AF2F2C RGB: (175,47,44)

Color info

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

RGB color model

#AF2F2C color RGB value is (175,47,44).

RGB: (175,47,44) (69%, 18%, 17%)

RGB channels and saturation

R 175 of 255 = 69%
G 47 of 255 = 18%
B 44 of 255 = 17%

175
47
44

R + G + B ~ 35%. #AF2F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 175 + 47 + 44 = 266 (100%)
R 175 of 266 ~ 65.79%
G 47 of 266 ~ 17.67%
B 44 of 266 ~ 16.54'%

%65.79
%17.67
%16.54

CMYK color model

#AF2F2C color CMYK value is (0,73,75,31).

  • cyan value is 0.00%
  • magenta value is 73.14%
  • yellow value is 74.86%
  • key color value is 31.37%

CMYK: (0,73,75,31)
C0M73Y75K31 (0%, 73%, 75%, 31%)
(0.00 / 0.73 / 0.75 / 0.31)

CMYK percentages

%0
%73.14
%74.86
%31.37

Codes

Color #AF2F2C in popluar color models

AF 2F 2C
RGB 175 47 44
HSL 59.82% 42.94%
HSB/HSV 74.86% 68.63%
CMYK 0.00% 73.14% 74.86%
31.37%

Color #AF2F2C in popluar number systems.

HEX AF 2F 2C
Decimal 175 47 44
Binary 10101111 101111 101100
Octal 257 57 54

Shades and tints

Shades of #AF2F2C

#AF2F2C
(175,47,44)
#A02B28
(160,43,40)
#912724
(145,39,36)
#822320
(130,35,32)
#731F1C
(115,31,28)
#641B18
(100,27,24)
#551714
(85,23,20)
#461310
(70,19,16)
#370F0C
(55,15,12)
#280B08
(40,11,8)
#190704
(25,7,4)
#000000
(0,0,0)

Tints of #AF2F2C

#AF2F2C
(175,47,44)
#B6413F
(182,65,63)
#BD5352
(189,83,82)
#C46565
(196,101,101)
#CB7778
(203,119,120)
#D2898B
(210,137,139)
#D99B9E
(217,155,158)
#E0ADB1
(224,173,177)
#E7BFC4
(231,191,196)
#EED1D7
(238,209,215)
#F5E3EA
(245,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF2F2C color. Also use rgb(175,47,44) instead hex code.

Text Font Color

.myTextColor { color: #AF2F2C; }

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

This text font color is #AF2F2C.

Background Color

.myBgColor { background-color: #AF2F2C; }

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

This div background color is #AF2F2C.

Border color

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

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

This div border color is #AF2F2C.

Opacity

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

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

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

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

This text has shadow with #AF2F2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF2F2C.

Preview

Color preview on black background

This text has color #AF2F2C on black background.


Color preview on white background

This text has color #AF2F2C on white background.


Black color preview on #AF2F2C background

This text has black color on #AF2F2C background.


White color preview on #AF2F2C background

This text has white color on #AF2F2C background.


Related colors

Complementary color

Complementary color for #hex is #50D0D3.


I love getcolorcode.com

Triadic colors

1 #2CAF2F and #2F2CAF with #AF2F2C are triadic colors.

2 #2C2FAF and #2FAF2C with #AF2F2C are triadic colors.