COLOR #AF1A38

HEX: #AF1A38
RGB: (175,26,56)

Color info

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

RGB color model

#AF1A38 color RGB value is (175,26,56).

  • red value is 175;
  • green value is 26;
  • blue value is 56.
RGB:
(175,26,56)
(69%,10%,22%)

RGB channels and saturation

R 175 of 255 = 69%
G 26 of 255 = 10%
B 56 of 255 = 22%

175
26
56

R + G + B ~ 34%. #AF1A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
175 + 26 + 56 = 257 (100%)
R 175 of 257 ~ 68.09%
G 26 of 257 ~ 10.12%
B 56 of 257 ~ 21.79%

%68.09
%10.12
%21.79

CMYK color model

#AF1A38 color CMYK value is (0,85,68,31).

  • cyan value is 0.00%
  • magenta value is 85.14%
  • yellow value is 68.00%
  • key color value is 31.37%
CMYK:
(0,85,68,31)
C0M85Y68K31 
(0%,85%,68%,31%)
(0.00/0.85/0.68/0.31)	

CMYK percentages

%0
%85.14
%68
%31.37

Codes

Color #AF1A38 in popluar color models

AF1A38
RGB1752656
HSL348°74.13%39.41%
HSB/HSV348°85.14%68.63%
CMYK0.00%85.14%68.00%
31.37%

Color #AF1A38 in popluar number systems.

HEXAF1A38
Decimal1752656
Binary1010111111010111000
Octal2573270

Shades and tints

Shades of #AF1A38

#AF1A38
(175,26,56)
#A01833
(160,24,51)
#91162E
(145,22,46)
#821429
(130,20,41)
#731224
(115,18,36)
#64101F
(100,16,31)
#550E1A
(85,14,26)
#460C15
(70,12,21)
#370A10
(55,10,16)
#28080B
(40,8,11)
#190606
(25,6,6)
#000000
(0,0,0)

Tints of #AF1A38

#AF1A38
(175,26,56)
#B62E4A
(182,46,74)
#BD425C
(189,66,92)
#C4566E
(196,86,110)
#CB6A80
(203,106,128)
#D27E92
(210,126,146)
#D992A4
(217,146,164)
#E0A6B6
(224,166,182)
#E7BAC8
(231,186,200)
#EECEDA
(238,206,218)
#F5E2EC
(245,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF1A38 color. Also use rgb(175,26,56) instead hex code.

Text Font Color

.myTextColor { color: #AF1A38; }

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

This text font color is #AF1A38.


Background Color

.myBgColor { background-color: #AF1A38; }

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

This div background color is #AF1A38.


Border color

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

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

This div border color is #AF1A38.


Opacity

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

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

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

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

This text has shadow with #AF1A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF1A38 on black background.


Color preview on white background

This text has color #AF1A38 on white background.



Black color preview on #AF1A38 background

This text has black color on #AF1A38 background.


White color preview on #AF1A38 background

This text has white color on #AF1A38 background.