COLOR #AF002A

HEX: #AF002A
RGB: (175,0,42)

Color info

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

RGB color model

#AF002A color RGB value is (175,0,42).

  • red value is 175;
  • green value is 0;
  • blue value is 42.
RGB:
(175,0,42)
(69%,0%,16%)

RGB channels and saturation

R 175 of 255 = 69%
G 0 of 255 = 0%
B 42 of 255 = 16%

175
0
42

R + G + B ~ 28%. #AF002A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 0 + 42 = 217 (100%)
R 175 of 217 ~ 80.65%
G 0 of 217 ~ 0%
B 42 of 217 ~ 19.35%

%80.65
%19.35

CMYK color model

#AF002A color CMYK value is (0,100,76,31).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 76.00%
  • key color value is 31.37%
CMYK:
(0,100,76,31)
C0M100Y76K31 
(0%,100%,76%,31%)
(0.00/1.00/0.76/0.31)	

CMYK percentages

%0
%100
%76
%31.37

Codes

Color #AF002A in popluar color models

AF002A
RGB175042
HSL346°100.00%34.31%
HSB/HSV346°100.00%68.63%
CMYK0.00%100.00%76.00%
31.37%

Color #AF002A in popluar number systems.

HEXAF002A
Decimal175042
Binary101011110101010
Octal257052

Shades and tints

Shades of #AF002A

#AF002A
(175,0,42)
#A00027
(160,0,39)
#910024
(145,0,36)
#820021
(130,0,33)
#73001E
(115,0,30)
#64001B
(100,0,27)
#550018
(85,0,24)
#460015
(70,0,21)
#370012
(55,0,18)
#28000F
(40,0,15)
#19000C
(25,0,12)
#000000
(0,0,0)

Tints of #AF002A

#AF002A
(175,0,42)
#B6173D
(182,23,61)
#BD2E50
(189,46,80)
#C44563
(196,69,99)
#CB5C76
(203,92,118)
#D27389
(210,115,137)
#D98A9C
(217,138,156)
#E0A1AF
(224,161,175)
#E7B8C2
(231,184,194)
#EECFD5
(238,207,213)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF002A color. Also use rgb(175,0,42) instead hex code.

Text Font Color

.myTextColor { color: #AF002A; }

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

This text font color is #AF002A.


Background Color

.myBgColor { background-color: #AF002A; }

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

This div background color is #AF002A.


Border color

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

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

This div border color is #AF002A.


Opacity

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

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

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

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

This text has shadow with #AF002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF002A on black background.


Color preview on white background

This text has color #AF002A on white background.



Black color preview on #AF002A background

This text has black color on #AF002A background.


White color preview on #AF002A background

This text has white color on #AF002A background.