COLOR #B13417

HEX: #B13417
RGB: (177,52,23)

Color info

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

RGB color model

#B13417 color RGB value is (177,52,23).

  • red value is 177;
  • green value is 52;
  • blue value is 23.
RGB:
(177,52,23)
(69%,20%,9%)

RGB channels and saturation

R 177 of 255 = 69%
G 52 of 255 = 20%
B 23 of 255 = 9%

177
52
23

R + G + B ~ 33%. #B13417 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 52 + 23 = 252 (100%)
R 177 of 252 ~ 70.24%
G 52 of 252 ~ 20.63%
B 23 of 252 ~ 9.13%

%70.24
%20.63

CMYK color model

#B13417 color CMYK value is (0,71,87,31).

  • cyan value is 0.00%
  • magenta value is 70.62%
  • yellow value is 87.01%
  • key color value is 30.59%
CMYK:
(0,71,87,31)
C0M71Y87K31 
(0%,71%,87%,31%)
(0.00/0.71/0.87/0.31)	

CMYK percentages

%0
%70.62
%87.01
%30.59

Codes

Color #B13417 in popluar color models

B13417
RGB1775223
HSL11°77.00%39.22%
HSB/HSV11°87.01%69.41%
CMYK0.00%70.62%87.01%
30.59%

Color #B13417 in popluar number systems.

HEXB13417
Decimal1775223
Binary1011000111010010111
Octal2616427

Shades and tints

Shades of #B13417

#B13417
(177,52,23)
#A13015
(161,48,21)
#912C13
(145,44,19)
#812811
(129,40,17)
#71240F
(113,36,15)
#61200D
(97,32,13)
#511C0B
(81,28,11)
#411809
(65,24,9)
#311407
(49,20,7)
#211005
(33,16,5)
#110C03
(17,12,3)
#000000
(0,0,0)

Tints of #B13417

#B13417
(177,52,23)
#B8462C
(184,70,44)
#BF5841
(191,88,65)
#C66A56
(198,106,86)
#CD7C6B
(205,124,107)
#D48E80
(212,142,128)
#DBA095
(219,160,149)
#E2B2AA
(226,178,170)
#E9C4BF
(233,196,191)
#F0D6D4
(240,214,212)
#F7E8E9
(247,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13417 color. Also use rgb(177,52,23) instead hex code.

Text Font Color

.myTextColor { color: #B13417; }

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

This text font color is #B13417.


Background Color

.myBgColor { background-color: #B13417; }

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

This div background color is #B13417.


Border color

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

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

This div border color is #B13417.


Opacity

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

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

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

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

This text has shadow with #B13417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13417 on black background.


Color preview on white background

This text has color #B13417 on white background.



Black color preview on #B13417 background

This text has black color on #B13417 background.


White color preview on #B13417 background

This text has white color on #B13417 background.