COLOR #B11B13

HEX: #B11B13
RGB: (177,27,19)

Color info

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

RGB color model

#B11B13 color RGB value is (177,27,19).

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

RGB channels and saturation

R 177 of 255 = 69%
G 27 of 255 = 11%
B 19 of 255 = 7%

177
27
19

R + G + B ~ 29%. #B11B13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 27 + 19 = 223 (100%)
R 177 of 223 ~ 79.37%
G 27 of 223 ~ 12.11%
B 19 of 223 ~ 8.52%

%79.37
%12.11

CMYK color model

#B11B13 color CMYK value is (0,85,89,31).

  • cyan value is 0.00%
  • magenta value is 84.75%
  • yellow value is 89.27%
  • key color value is 30.59%
CMYK:
(0,85,89,31)
C0M85Y89K31 
(0%,85%,89%,31%)
(0.00/0.85/0.89/0.31)	

CMYK percentages

%0
%84.75
%89.27
%30.59

Codes

Color #B11B13 in popluar color models

B11B13
RGB1772719
HSL80.61%38.43%
HSB/HSV89.27%69.41%
CMYK0.00%84.75%89.27%
30.59%

Color #B11B13 in popluar number systems.

HEXB11B13
Decimal1772719
Binary101100011101110011
Octal2613323

Shades and tints

Shades of #B11B13

#B11B13
(177,27,19)
#A11912
(161,25,18)
#911711
(145,23,17)
#811510
(129,21,16)
#71130F
(113,19,15)
#61110E
(97,17,14)
#510F0D
(81,15,13)
#410D0C
(65,13,12)
#310B0B
(49,11,11)
#21090A
(33,9,10)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #B11B13

#B11B13
(177,27,19)
#B82F28
(184,47,40)
#BF433D
(191,67,61)
#C65752
(198,87,82)
#CD6B67
(205,107,103)
#D47F7C
(212,127,124)
#DB9391
(219,147,145)
#E2A7A6
(226,167,166)
#E9BBBB
(233,187,187)
#F0CFD0
(240,207,208)
#F7E3E5
(247,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B11B13; }

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

This text font color is #B11B13.


Background Color

.myBgColor { background-color: #B11B13; }

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

This div background color is #B11B13.


Border color

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

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

This div border color is #B11B13.


Opacity

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

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

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

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

This text has shadow with #B11B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B11B13 on black background.


Color preview on white background

This text has color #B11B13 on white background.



Black color preview on #B11B13 background

This text has black color on #B11B13 background.


White color preview on #B11B13 background

This text has white color on #B11B13 background.