COLOR #A1362D

HEX: #A1362D RGB: (161,54,45)

Color info

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

RGB color model

#A1362D color RGB value is (161,54,45).

RGB: (161,54,45) (63%, 21%, 18%)

RGB channels and saturation

R 161 of 255 = 63%
G 54 of 255 = 21%
B 45 of 255 = 18%

161
54
45

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

Portions of RGB colors in percentages

R + G + B = 161 + 54 + 45 = 260 (100%)
R 161 of 260 ~ 61.92%
G 54 of 260 ~ 20.77%
B 45 of 260 ~ 17.31'%

%61.92
%20.77
%17.31

CMYK color model

#A1362D color CMYK value is (0,66,72,37).

  • cyan value is 0.00%
  • magenta value is 66.46%
  • yellow value is 72.05%
  • key color value is 36.86%

CMYK: (0,66,72,37)
C0M66Y72K37 (0%, 66%, 72%, 37%)
(0.00 / 0.66 / 0.72 / 0.37)

CMYK percentages

%0
%66.46
%72.05
%36.86

Codes

Color #A1362D in popluar color models

A1 36 2D
RGB 161 54 45
HSL 56.31% 40.39%
HSB/HSV 72.05% 63.14%
CMYK 0.00% 66.46% 72.05%
36.86%

Color #A1362D in popluar number systems.

HEX A1 36 2D
Decimal 161 54 45
Binary 10100001 110110 101101
Octal 241 66 55

Shades and tints

Shades of #A1362D

#A1362D
(161,54,45)
#933229
(147,50,41)
#852E25
(133,46,37)
#772A21
(119,42,33)
#69261D
(105,38,29)
#5B2219
(91,34,25)
#4D1E15
(77,30,21)
#3F1A11
(63,26,17)
#31160D
(49,22,13)
#231209
(35,18,9)
#150E05
(21,14,5)
#000000
(0,0,0)

Tints of #A1362D

#A1362D
(161,54,45)
#A94840
(169,72,64)
#B15A53
(177,90,83)
#B96C66
(185,108,102)
#C17E79
(193,126,121)
#C9908C
(201,144,140)
#D1A29F
(209,162,159)
#D9B4B2
(217,180,178)
#E1C6C5
(225,198,197)
#E9D8D8
(233,216,216)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1362D color. Also use rgb(161,54,45) instead hex code.

Text Font Color

.myTextColor { color: #A1362D; }

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

This text font color is #A1362D.

Background Color

.myBgColor { background-color: #A1362D; }

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

This div background color is #A1362D.

Border color

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

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

This div border color is #A1362D.

Opacity

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

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

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

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

This text has shadow with #A1362D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1362D.

Preview

Color preview on black background

This text has color #A1362D on black background.


Color preview on white background

This text has color #A1362D on white background.


Black color preview on #A1362D background

This text has black color on #A1362D background.


White color preview on #A1362D background

This text has white color on #A1362D background.


Related colors

Complementary color

Complementary color for #hex is #5EC9D2.


I love getcolorcode.com

Triadic colors

1 #2DA136 and #362DA1 with #A1362D are triadic colors.

2 #2D36A1 and #36A12D with #A1362D are triadic colors.