COLOR #A7101B

HEX: #A7101B
RGB: (167,16,27)

Color info

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

RGB color model

#A7101B color RGB value is (167,16,27).

  • red value is 167;
  • green value is 16;
  • blue value is 27.
RGB:
(167,16,27)
(65%,6%,11%)

RGB channels and saturation

R 167 of 255 = 65%
G 16 of 255 = 6%
B 27 of 255 = 11%

167
16
27

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

Portions of RGB colors in percentages

R + G + B =
167 + 16 + 27 = 210 (100%)
R 167 of 210 ~ 79.52%
G 16 of 210 ~ 7.62%
B 27 of 210 ~ 12.86%

%79.52
%12.86

CMYK color model

#A7101B color CMYK value is (0,90,84,35).

  • cyan value is 0.00%
  • magenta value is 90.42%
  • yellow value is 83.83%
  • key color value is 34.51%
CMYK:
(0,90,84,35)
C0M90Y84K35 
(0%,90%,84%,35%)
(0.00/0.90/0.84/0.35)	

CMYK percentages

%0
%90.42
%83.83
%34.51

Codes

Color #A7101B in popluar color models

A7101B
RGB1671627
HSL356°82.51%35.88%
HSB/HSV356°90.42%65.49%
CMYK0.00%90.42%83.83%
34.51%

Color #A7101B in popluar number systems.

HEXA7101B
Decimal1671627
Binary101001111000011011
Octal2472033

Shades and tints

Shades of #A7101B

#A7101B
(167,16,27)
#980F19
(152,15,25)
#890E17
(137,14,23)
#7A0D15
(122,13,21)
#6B0C13
(107,12,19)
#5C0B11
(92,11,17)
#4D0A0F
(77,10,15)
#3E090D
(62,9,13)
#2F080B
(47,8,11)
#200709
(32,7,9)
#110607
(17,6,7)
#000000
(0,0,0)

Tints of #A7101B

#A7101B
(167,16,27)
#AF252F
(175,37,47)
#B73A43
(183,58,67)
#BF4F57
(191,79,87)
#C7646B
(199,100,107)
#CF797F
(207,121,127)
#D78E93
(215,142,147)
#DFA3A7
(223,163,167)
#E7B8BB
(231,184,187)
#EFCDCF
(239,205,207)
#F7E2E3
(247,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7101B color. Also use rgb(167,16,27) instead hex code.

Text Font Color

.myTextColor { color: #A7101B; }

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

This text font color is #A7101B.


Background Color

.myBgColor { background-color: #A7101B; }

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

This div background color is #A7101B.


Border color

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

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

This div border color is #A7101B.


Opacity

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

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

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

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

This text has shadow with #A7101B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7101B on black background.


Color preview on white background

This text has color #A7101B on white background.



Black color preview on #A7101B background

This text has black color on #A7101B background.


White color preview on #A7101B background

This text has white color on #A7101B background.