COLOR #A6131B

HEX: #A6131B
RGB: (166,19,27)

Color info

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

RGB color model

#A6131B color RGB value is (166,19,27).

  • red value is 166;
  • green value is 19;
  • blue value is 27.
RGB:
(166,19,27)
(65%,7%,11%)

RGB channels and saturation

R 166 of 255 = 65%
G 19 of 255 = 7%
B 27 of 255 = 11%

166
19
27

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

Portions of RGB colors in percentages

R + G + B =
166 + 19 + 27 = 212 (100%)
R 166 of 212 ~ 78.3%
G 19 of 212 ~ 8.96%
B 27 of 212 ~ 12.74%

%78.3
%12.74

CMYK color model

#A6131B color CMYK value is (0,89,84,35).

  • cyan value is 0.00%
  • magenta value is 88.55%
  • yellow value is 83.73%
  • key color value is 34.90%
CMYK:
(0,89,84,35)
C0M89Y84K35 
(0%,89%,84%,35%)
(0.00/0.89/0.84/0.35)	

CMYK percentages

%0
%88.55
%83.73
%34.9

Codes

Color #A6131B in popluar color models

A6131B
RGB1661927
HSL357°79.46%36.27%
HSB/HSV357°88.55%65.10%
CMYK0.00%88.55%83.73%
34.90%

Color #A6131B in popluar number systems.

HEXA6131B
Decimal1661927
Binary101001101001111011
Octal2462333

Shades and tints

Shades of #A6131B

#A6131B
(166,19,27)
#971219
(151,18,25)
#881117
(136,17,23)
#791015
(121,16,21)
#6A0F13
(106,15,19)
#5B0E11
(91,14,17)
#4C0D0F
(76,13,15)
#3D0C0D
(61,12,13)
#2E0B0B
(46,11,11)
#1F0A09
(31,10,9)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #A6131B

#A6131B
(166,19,27)
#AE282F
(174,40,47)
#B63D43
(182,61,67)
#BE5257
(190,82,87)
#C6676B
(198,103,107)
#CE7C7F
(206,124,127)
#D69193
(214,145,147)
#DEA6A7
(222,166,167)
#E6BBBB
(230,187,187)
#EED0CF
(238,208,207)
#F6E5E3
(246,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6131B color. Also use rgb(166,19,27) instead hex code.

Text Font Color

.myTextColor { color: #A6131B; }

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

This text font color is #A6131B.


Background Color

.myBgColor { background-color: #A6131B; }

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

This div background color is #A6131B.


Border color

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

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

This div border color is #A6131B.


Opacity

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

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

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

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

This text has shadow with #A6131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6131B on black background.


Color preview on white background

This text has color #A6131B on white background.



Black color preview on #A6131B background

This text has black color on #A6131B background.


White color preview on #A6131B background

This text has white color on #A6131B background.