COLOR #A6213B

HEX: #A6213B
RGB: (166,33,59)

Color info

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

RGB color model

#A6213B color RGB value is (166,33,59).

  • red value is 166;
  • green value is 33;
  • blue value is 59.
RGB:
(166,33,59)
(65%,13%,23%)

RGB channels and saturation

R 166 of 255 = 65%
G 33 of 255 = 13%
B 59 of 255 = 23%

166
33
59

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

Portions of RGB colors in percentages

R + G + B =
166 + 33 + 59 = 258 (100%)
R 166 of 258 ~ 64.34%
G 33 of 258 ~ 12.79%
B 59 of 258 ~ 22.87%

%64.34
%12.79
%22.87

CMYK color model

#A6213B color CMYK value is (0,80,64,35).

  • cyan value is 0.00%
  • magenta value is 80.12%
  • yellow value is 64.46%
  • key color value is 34.90%
CMYK:
(0,80,64,35)
C0M80Y64K35 
(0%,80%,64%,35%)
(0.00/0.80/0.64/0.35)	

CMYK percentages

%0
%80.12
%64.46
%34.9

Codes

Color #A6213B in popluar color models

A6213B
RGB1663359
HSL348°66.83%39.02%
HSB/HSV348°80.12%65.10%
CMYK0.00%80.12%64.46%
34.90%

Color #A6213B in popluar number systems.

HEXA6213B
Decimal1663359
Binary10100110100001111011
Octal2464173

Shades and tints

Shades of #A6213B

#A6213B
(166,33,59)
#971E36
(151,30,54)
#881B31
(136,27,49)
#79182C
(121,24,44)
#6A1527
(106,21,39)
#5B1222
(91,18,34)
#4C0F1D
(76,15,29)
#3D0C18
(61,12,24)
#2E0913
(46,9,19)
#1F060E
(31,6,14)
#100309
(16,3,9)
#000000
(0,0,0)

Tints of #A6213B

#A6213B
(166,33,59)
#AE354C
(174,53,76)
#B6495D
(182,73,93)
#BE5D6E
(190,93,110)
#C6717F
(198,113,127)
#CE8590
(206,133,144)
#D699A1
(214,153,161)
#DEADB2
(222,173,178)
#E6C1C3
(230,193,195)
#EED5D4
(238,213,212)
#F6E9E5
(246,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6213B color. Also use rgb(166,33,59) instead hex code.

Text Font Color

.myTextColor { color: #A6213B; }

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

This text font color is #A6213B.


Background Color

.myBgColor { background-color: #A6213B; }

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

This div background color is #A6213B.


Border color

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

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

This div border color is #A6213B.


Opacity

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

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

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

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

This text has shadow with #A6213B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6213B on black background.


Color preview on white background

This text has color #A6213B on white background.



Black color preview on #A6213B background

This text has black color on #A6213B background.


White color preview on #A6213B background

This text has white color on #A6213B background.