COLOR #A3122F

HEX: #A3122F RGB: (163,18,47)

Color info

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

RGB color model

#A3122F color RGB value is (163,18,47).

RGB: (163,18,47) (64%, 7%, 18%)

RGB channels and saturation

R 163 of 255 = 64%
G 18 of 255 = 7%
B 47 of 255 = 18%

163
18
47

R + G + B ~ 30%. #A3122F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 163 + 18 + 47 = 228 (100%)
R 163 of 228 ~ 71.49%
G 18 of 228 ~ 7.89%
B 47 of 228 ~ 20.61'%

%71.49
%20.61

CMYK color model

#A3122F color CMYK value is (0,89,71,36).

  • cyan value is 0.00%
  • magenta value is 88.96%
  • yellow value is 71.17%
  • key color value is 36.08%

CMYK: (0,89,71,36)
C0M89Y71K36 (0%, 89%, 71%, 36%)
(0.00 / 0.89 / 0.71 / 0.36)

CMYK percentages

%0
%88.96
%71.17
%36.08

Codes

Color #A3122F in popluar color models

A3 12 2F
RGB 163 18 47
HSL 348° 80.11% 35.49%
HSB/HSV 348° 88.96% 63.92%
CMYK 0.00% 88.96% 71.17%
36.08%

Color #A3122F in popluar number systems.

HEX A3 12 2F
Decimal 163 18 47
Binary 10100011 10010 101111
Octal 243 22 57

Shades and tints

Shades of #A3122F

#A3122F
(163,18,47)
#95112B
(149,17,43)
#871027
(135,16,39)
#790F23
(121,15,35)
#6B0E1F
(107,14,31)
#5D0D1B
(93,13,27)
#4F0C17
(79,12,23)
#410B13
(65,11,19)
#330A0F
(51,10,15)
#25090B
(37,9,11)
#170807
(23,8,7)
#000000
(0,0,0)

Tints of #A3122F

#A3122F
(163,18,47)
#AB2741
(171,39,65)
#B33C53
(179,60,83)
#BB5165
(187,81,101)
#C36677
(195,102,119)
#CB7B89
(203,123,137)
#D3909B
(211,144,155)
#DBA5AD
(219,165,173)
#E3BABF
(227,186,191)
#EBCFD1
(235,207,209)
#F3E4E3
(243,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3122F color. Also use rgb(163,18,47) instead hex code.

Text Font Color

.myTextColor { color: #A3122F; }

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

This text font color is #A3122F.

Background Color

.myBgColor { background-color: #A3122F; }

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

This div background color is #A3122F.

Border color

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

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

This div border color is #A3122F.

Opacity

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

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

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

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

This text has shadow with #A3122F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3122F.

Preview

Color preview on black background

This text has color #A3122F on black background.


Color preview on white background

This text has color #A3122F on white background.


Black color preview on #A3122F background

This text has black color on #A3122F background.


White color preview on #A3122F background

This text has white color on #A3122F background.


Related colors

Complementary color

Complementary color for #hex is #5CEDD0.


I love getcolorcode.com

Triadic colors

1 #2FA312 and #122FA3 with #A3122F are triadic colors.

2 #2F12A3 and #12A32F with #A3122F are triadic colors.