COLOR #A21717

HEX: #A21717
RGB: (162,23,23)

Color info

#A21717 contains mainly red color. Web safe color of #A21717 is #990000 (or #900).

RGB color model

#A21717 color RGB value is (162,23,23).

  • red value is 162;
  • green value is 23;
  • blue value is 23.
RGB:
(162,23,23)
(64%,9%,9%)

RGB channels and saturation

R 162 of 255 = 64%
G 23 of 255 = 9%
B 23 of 255 = 9%

162
23
23

R + G + B ~ 27%. #A21717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 23 + 23 = 208 (100%)
R 162 of 208 ~ 77.88%
G 23 of 208 ~ 11.06%
B 23 of 208 ~ 11.06%

%77.88
%11.06
%11.06

CMYK color model

#A21717 color CMYK value is (0,86,86,36).

  • cyan value is 0.00%
  • magenta value is 85.80%
  • yellow value is 85.80%
  • key color value is 36.47%
CMYK:
(0,86,86,36)
C0M86Y86K36 
(0%,86%,86%,36%)
(0.00/0.86/0.86/0.36)	

CMYK percentages

%0
%85.8
%85.8
%36.47

Codes

Color #A21717 in popluar color models

A21717
RGB1622323
HSL75.14%36.27%
HSB/HSV85.80%63.53%
CMYK0.00%85.80%85.80%
36.47%

Color #A21717 in popluar number systems.

HEXA21717
Decimal1622323
Binary101000101011110111
Octal2422727

Shades and tints

Shades of #A21717

#A21717
(162,23,23)
#941515
(148,21,21)
#861313
(134,19,19)
#781111
(120,17,17)
#6A0F0F
(106,15,15)
#5C0D0D
(92,13,13)
#4E0B0B
(78,11,11)
#400909
(64,9,9)
#320707
(50,7,7)
#240505
(36,5,5)
#160303
(22,3,3)
#000000
(0,0,0)

Tints of #A21717

#A21717
(162,23,23)
#AA2C2C
(170,44,44)
#B24141
(178,65,65)
#BA5656
(186,86,86)
#C26B6B
(194,107,107)
#CA8080
(202,128,128)
#D29595
(210,149,149)
#DAAAAA
(218,170,170)
#E2BFBF
(226,191,191)
#EAD4D4
(234,212,212)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A21717 color. Also use rgb(162,23,23) instead hex code.

Text Font Color

.myTextColor { color: #A21717; }

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

This text font color is #A21717.


Background Color

.myBgColor { background-color: #A21717; }

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

This div background color is #A21717.


Border color

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

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

This div border color is #A21717.


Opacity

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

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

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

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

This text has shadow with #A21717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A21717 on black background.


Color preview on white background

This text has color #A21717 on white background.



Black color preview on #A21717 background

This text has black color on #A21717 background.


White color preview on #A21717 background

This text has white color on #A21717 background.