COLOR #B3411C

HEX: #B3411C RGB: (179,65,28)

Color info

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

RGB color model

#B3411C color RGB value is (179,65,28).

RGB: (179,65,28) (70%, 25%, 11%)

RGB channels and saturation

R 179 of 255 = 70%
G 65 of 255 = 25%
B 28 of 255 = 11%

179
65
28

R + G + B ~ 35%. #B3411C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 179 + 65 + 28 = 272 (100%)
R 179 of 272 ~ 65.81%
G 65 of 272 ~ 23.9%
B 28 of 272 ~ 10.29'%

%65.81
%23.9

CMYK color model

#B3411C color CMYK value is (0,64,84,30).

  • cyan value is 0.00%
  • magenta value is 63.69%
  • yellow value is 84.36%
  • key color value is 29.80%

CMYK: (0,64,84,30)
C0M64Y84K30 (0%, 64%, 84%, 30%)
(0.00 / 0.64 / 0.84 / 0.30)

CMYK percentages

%0
%63.69
%84.36
%29.8

Codes

Color #B3411C in popluar color models

B3 41 1C
RGB 179 65 28
HSL 15° 72.95% 40.59%
HSB/HSV 15° 84.36% 70.20%
CMYK 0.00% 63.69% 84.36%
29.80%

Color #B3411C in popluar number systems.

HEX B3 41 1C
Decimal 179 65 28
Binary 10110011 1000001 11100
Octal 263 101 34

Shades and tints

Shades of #B3411C

#B3411C
(179,65,28)
#A33C1A
(163,60,26)
#933718
(147,55,24)
#833216
(131,50,22)
#732D14
(115,45,20)
#632812
(99,40,18)
#532310
(83,35,16)
#431E0E
(67,30,14)
#33190C
(51,25,12)
#23140A
(35,20,10)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #B3411C

#B3411C
(179,65,28)
#B95230
(185,82,48)
#BF6344
(191,99,68)
#C57458
(197,116,88)
#CB856C
(203,133,108)
#D19680
(209,150,128)
#D7A794
(215,167,148)
#DDB8A8
(221,184,168)
#E3C9BC
(227,201,188)
#E9DAD0
(233,218,208)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3411C color. Also use rgb(179,65,28) instead hex code.

Text Font Color

.myTextColor { color: #B3411C; }

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

This text font color is #B3411C.

Background Color

.myBgColor { background-color: #B3411C; }

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

This div background color is #B3411C.

Border color

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

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

This div border color is #B3411C.

Opacity

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

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

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

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

This text has shadow with #B3411C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3411C.

Preview

Color preview on black background

This text has color #B3411C on black background.


Color preview on white background

This text has color #B3411C on white background.


Black color preview on #B3411C background

This text has black color on #B3411C background.


White color preview on #B3411C background

This text has white color on #B3411C background.


Related colors

Complementary color

Complementary color for #hex is #4CBEE3.


I love getcolorcode.com

Triadic colors

1 #1CB341 and #411CB3 with #B3411C are triadic colors.

2 #1C41B3 and #41B31C with #B3411C are triadic colors.