COLOR #A13120

HEX: #A13120
RGB: (161,49,32)

Color info

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

RGB color model

#A13120 color RGB value is (161,49,32).

  • red value is 161;
  • green value is 49;
  • blue value is 32.
RGB:
(161,49,32)
(63%,19%,13%)

RGB channels and saturation

R 161 of 255 = 63%
G 49 of 255 = 19%
B 32 of 255 = 13%

161
49
32

R + G + B ~ 32%. #A13120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 49 + 32 = 242 (100%)
R 161 of 242 ~ 66.53%
G 49 of 242 ~ 20.25%
B 32 of 242 ~ 13.22%

%66.53
%20.25
%13.22

CMYK color model

#A13120 color CMYK value is (0,70,80,37).

  • cyan value is 0.00%
  • magenta value is 69.57%
  • yellow value is 80.12%
  • key color value is 36.86%
CMYK:
(0,70,80,37)
C0M70Y80K37 
(0%,70%,80%,37%)
(0.00/0.70/0.80/0.37)	

CMYK percentages

%0
%69.57
%80.12
%36.86

Codes

Color #A13120 in popluar color models

A13120
RGB1614932
HSL66.84%37.84%
HSB/HSV80.12%63.14%
CMYK0.00%69.57%80.12%
36.86%

Color #A13120 in popluar number systems.

HEXA13120
Decimal1614932
Binary10100001110001100000
Octal2416140

Shades and tints

Shades of #A13120

#A13120
(161,49,32)
#932D1E
(147,45,30)
#85291C
(133,41,28)
#77251A
(119,37,26)
#692118
(105,33,24)
#5B1D16
(91,29,22)
#4D1914
(77,25,20)
#3F1512
(63,21,18)
#311110
(49,17,16)
#230D0E
(35,13,14)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #A13120

#A13120
(161,49,32)
#A94334
(169,67,52)
#B15548
(177,85,72)
#B9675C
(185,103,92)
#C17970
(193,121,112)
#C98B84
(201,139,132)
#D19D98
(209,157,152)
#D9AFAC
(217,175,172)
#E1C1C0
(225,193,192)
#E9D3D4
(233,211,212)
#F1E5E8
(241,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13120 color. Also use rgb(161,49,32) instead hex code.

Text Font Color

.myTextColor { color: #A13120; }

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

This text font color is #A13120.


Background Color

.myBgColor { background-color: #A13120; }

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

This div background color is #A13120.


Border color

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

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

This div border color is #A13120.


Opacity

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

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

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

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

This text has shadow with #A13120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A13120 on black background.


Color preview on white background

This text has color #A13120 on white background.



Black color preview on #A13120 background

This text has black color on #A13120 background.


White color preview on #A13120 background

This text has white color on #A13120 background.