COLOR #A41B0B

HEX: #A41B0B
RGB: (164,27,11)

Color info

#A41B0B contains mainly red color. Web safe color of #A41B0B is #993300 (or #930).

RGB color model

#A41B0B color RGB value is (164,27,11).

  • red value is 164;
  • green value is 27;
  • blue value is 11.
RGB:
(164,27,11)
(64%,11%,4%)

RGB channels and saturation

R 164 of 255 = 64%
G 27 of 255 = 11%
B 11 of 255 = 4%

164
27
11

R + G + B ~ 26%. #A41B0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 27 + 11 = 202 (100%)
R 164 of 202 ~ 81.19%
G 27 of 202 ~ 13.37%
B 11 of 202 ~ 5.45%

%81.19
%13.37

CMYK color model

#A41B0B color CMYK value is (0,84,93,36).

  • cyan value is 0.00%
  • magenta value is 83.54%
  • yellow value is 93.29%
  • key color value is 35.69%
CMYK:
(0,84,93,36)
C0M84Y93K36 
(0%,84%,93%,36%)
(0.00/0.84/0.93/0.36)	

CMYK percentages

%0
%83.54
%93.29
%35.69

Codes

Color #A41B0B in popluar color models

A41B0B
RGB1642711
HSL87.43%34.31%
HSB/HSV93.29%64.31%
CMYK0.00%83.54%93.29%
35.69%

Color #A41B0B in popluar number systems.

HEXA41B0B
Decimal1642711
Binary10100100110111011
Octal2443313

Shades and tints

Shades of #A41B0B

#A41B0B
(164,27,11)
#96190A
(150,25,10)
#881709
(136,23,9)
#7A1508
(122,21,8)
#6C1307
(108,19,7)
#5E1106
(94,17,6)
#500F05
(80,15,5)
#420D04
(66,13,4)
#340B03
(52,11,3)
#260902
(38,9,2)
#180701
(24,7,1)
#000000
(0,0,0)

Tints of #A41B0B

#A41B0B
(164,27,11)
#AC2F21
(172,47,33)
#B44337
(180,67,55)
#BC574D
(188,87,77)
#C46B63
(196,107,99)
#CC7F79
(204,127,121)
#D4938F
(212,147,143)
#DCA7A5
(220,167,165)
#E4BBBB
(228,187,187)
#ECCFD1
(236,207,209)
#F4E3E7
(244,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41B0B color. Also use rgb(164,27,11) instead hex code.

Text Font Color

.myTextColor { color: #A41B0B; }

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

This text font color is #A41B0B.


Background Color

.myBgColor { background-color: #A41B0B; }

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

This div background color is #A41B0B.


Border color

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

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

This div border color is #A41B0B.


Opacity

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

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

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

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

This text has shadow with #A41B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41B0B on black background.


Color preview on white background

This text has color #A41B0B on white background.



Black color preview on #A41B0B background

This text has black color on #A41B0B background.


White color preview on #A41B0B background

This text has white color on #A41B0B background.