COLOR #A13A38

HEX: #A13A38
RGB: (161,58,56)

Color info

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

RGB color model

#A13A38 color RGB value is (161,58,56).

  • red value is 161;
  • green value is 58;
  • blue value is 56.
RGB:
(161,58,56)
(63%,23%,22%)

RGB channels and saturation

R 161 of 255 = 63%
G 58 of 255 = 23%
B 56 of 255 = 22%

161
58
56

R + G + B ~ 36%. #A13A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 58 + 56 = 275 (100%)
R 161 of 275 ~ 58.55%
G 58 of 275 ~ 21.09%
B 56 of 275 ~ 20.36%

%58.55
%21.09
%20.36

CMYK color model

#A13A38 color CMYK value is (0,64,65,37).

  • cyan value is 0.00%
  • magenta value is 63.98%
  • yellow value is 65.22%
  • key color value is 36.86%
CMYK:
(0,64,65,37)
C0M64Y65K37 
(0%,64%,65%,37%)
(0.00/0.64/0.65/0.37)	

CMYK percentages

%0
%63.98
%65.22
%36.86

Codes

Color #A13A38 in popluar color models

A13A38
RGB1615856
HSL48.39%42.55%
HSB/HSV65.22%63.14%
CMYK0.00%63.98%65.22%
36.86%

Color #A13A38 in popluar number systems.

HEXA13A38
Decimal1615856
Binary10100001111010111000
Octal2417270

Shades and tints

Shades of #A13A38

#A13A38
(161,58,56)
#933533
(147,53,51)
#85302E
(133,48,46)
#772B29
(119,43,41)
#692624
(105,38,36)
#5B211F
(91,33,31)
#4D1C1A
(77,28,26)
#3F1715
(63,23,21)
#311210
(49,18,16)
#230D0B
(35,13,11)
#150806
(21,8,6)
#000000
(0,0,0)

Tints of #A13A38

#A13A38
(161,58,56)
#A94B4A
(169,75,74)
#B15C5C
(177,92,92)
#B96D6E
(185,109,110)
#C17E80
(193,126,128)
#C98F92
(201,143,146)
#D1A0A4
(209,160,164)
#D9B1B6
(217,177,182)
#E1C2C8
(225,194,200)
#E9D3DA
(233,211,218)
#F1E4EC
(241,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A13A38 color. Also use rgb(161,58,56) instead hex code.

Text Font Color

.myTextColor { color: #A13A38; }

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

This text font color is #A13A38.


Background Color

.myBgColor { background-color: #A13A38; }

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

This div background color is #A13A38.


Border color

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

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

This div border color is #A13A38.


Opacity

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

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

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

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

This text has shadow with #A13A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A13A38 on black background.


Color preview on white background

This text has color #A13A38 on white background.



Black color preview on #A13A38 background

This text has black color on #A13A38 background.


White color preview on #A13A38 background

This text has white color on #A13A38 background.