COLOR #A11321

HEX: #A11321
RGB: (161,19,33)

Color info

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

RGB color model

#A11321 color RGB value is (161,19,33).

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

RGB channels and saturation

R 161 of 255 = 63%
G 19 of 255 = 7%
B 33 of 255 = 13%

161
19
33

R + G + B ~ 28%. #A11321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 19 + 33 = 213 (100%)
R 161 of 213 ~ 75.59%
G 19 of 213 ~ 8.92%
B 33 of 213 ~ 15.49%

%75.59
%15.49

CMYK color model

#A11321 color CMYK value is (0,88,80,37).

  • cyan value is 0.00%
  • magenta value is 88.20%
  • yellow value is 79.50%
  • key color value is 36.86%
CMYK:
(0,88,80,37)
C0M88Y80K37 
(0%,88%,80%,37%)
(0.00/0.88/0.80/0.37)	

CMYK percentages

%0
%88.2
%79.5
%36.86

Codes

Color #A11321 in popluar color models

A11321
RGB1611933
HSL354°78.89%35.29%
HSB/HSV354°88.20%63.14%
CMYK0.00%88.20%79.50%
36.86%

Color #A11321 in popluar number systems.

HEXA11321
Decimal1611933
Binary1010000110011100001
Octal2412341

Shades and tints

Shades of #A11321

#A11321
(161,19,33)
#93121E
(147,18,30)
#85111B
(133,17,27)
#771018
(119,16,24)
#690F15
(105,15,21)
#5B0E12
(91,14,18)
#4D0D0F
(77,13,15)
#3F0C0C
(63,12,12)
#310B09
(49,11,9)
#230A06
(35,10,6)
#150903
(21,9,3)
#000000
(0,0,0)

Tints of #A11321

#A11321
(161,19,33)
#A92835
(169,40,53)
#B13D49
(177,61,73)
#B9525D
(185,82,93)
#C16771
(193,103,113)
#C97C85
(201,124,133)
#D19199
(209,145,153)
#D9A6AD
(217,166,173)
#E1BBC1
(225,187,193)
#E9D0D5
(233,208,213)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A11321 color. Also use rgb(161,19,33) instead hex code.

Text Font Color

.myTextColor { color: #A11321; }

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

This text font color is #A11321.


Background Color

.myBgColor { background-color: #A11321; }

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

This div background color is #A11321.


Border color

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

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

This div border color is #A11321.


Opacity

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

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

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

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

This text has shadow with #A11321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A11321 on black background.


Color preview on white background

This text has color #A11321 on white background.



Black color preview on #A11321 background

This text has black color on #A11321 background.


White color preview on #A11321 background

This text has white color on #A11321 background.