COLOR #A1363E

HEX: #A1363E
RGB: (161,54,62)

Color info

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

RGB color model

#A1363E color RGB value is (161,54,62).

  • red value is 161;
  • green value is 54;
  • blue value is 62.
RGB:
(161,54,62)
(63%,21%,24%)

RGB channels and saturation

R 161 of 255 = 63%
G 54 of 255 = 21%
B 62 of 255 = 24%

161
54
62

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

Portions of RGB colors in percentages

R + G + B =
161 + 54 + 62 = 277 (100%)
R 161 of 277 ~ 58.12%
G 54 of 277 ~ 19.49%
B 62 of 277 ~ 22.38%

%58.12
%19.49
%22.38

CMYK color model

#A1363E color CMYK value is (0,66,61,37).

  • cyan value is 0.00%
  • magenta value is 66.46%
  • yellow value is 61.49%
  • key color value is 36.86%
CMYK:
(0,66,61,37)
C0M66Y61K37 
(0%,66%,61%,37%)
(0.00/0.66/0.61/0.37)	

CMYK percentages

%0
%66.46
%61.49
%36.86

Codes

Color #A1363E in popluar color models

A1363E
RGB1615462
HSL356°49.77%42.16%
HSB/HSV356°66.46%63.14%
CMYK0.00%66.46%61.49%
36.86%

Color #A1363E in popluar number systems.

HEXA1363E
Decimal1615462
Binary10100001110110111110
Octal2416676

Shades and tints

Shades of #A1363E

#A1363E
(161,54,62)
#933239
(147,50,57)
#852E34
(133,46,52)
#772A2F
(119,42,47)
#69262A
(105,38,42)
#5B2225
(91,34,37)
#4D1E20
(77,30,32)
#3F1A1B
(63,26,27)
#311616
(49,22,22)
#231211
(35,18,17)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #A1363E

#A1363E
(161,54,62)
#A9484F
(169,72,79)
#B15A60
(177,90,96)
#B96C71
(185,108,113)
#C17E82
(193,126,130)
#C99093
(201,144,147)
#D1A2A4
(209,162,164)
#D9B4B5
(217,180,181)
#E1C6C6
(225,198,198)
#E9D8D7
(233,216,215)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1363E; }

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

This text font color is #A1363E.


Background Color

.myBgColor { background-color: #A1363E; }

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

This div background color is #A1363E.


Border color

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

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

This div border color is #A1363E.


Opacity

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

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

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

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

This text has shadow with #A1363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1363E on black background.


Color preview on white background

This text has color #A1363E on white background.



Black color preview on #A1363E background

This text has black color on #A1363E background.


White color preview on #A1363E background

This text has white color on #A1363E background.