COLOR #B11836

HEX: #B11836
RGB: (177,24,54)

Color info

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

RGB color model

#B11836 color RGB value is (177,24,54).

  • red value is 177;
  • green value is 24;
  • blue value is 54.
RGB:
(177,24,54)
(69%,9%,21%)

RGB channels and saturation

R 177 of 255 = 69%
G 24 of 255 = 9%
B 54 of 255 = 21%

177
24
54

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

Portions of RGB colors in percentages

R + G + B =
177 + 24 + 54 = 255 (100%)
R 177 of 255 ~ 69.41%
G 24 of 255 ~ 9.41%
B 54 of 255 ~ 21.18%

%69.41
%21.18

CMYK color model

#B11836 color CMYK value is (0,86,69,31).

  • cyan value is 0.00%
  • magenta value is 86.44%
  • yellow value is 69.49%
  • key color value is 30.59%
CMYK:
(0,86,69,31)
C0M86Y69K31 
(0%,86%,69%,31%)
(0.00/0.86/0.69/0.31)	

CMYK percentages

%0
%86.44
%69.49
%30.59

Codes

Color #B11836 in popluar color models

B11836
RGB1772454
HSL348°76.12%39.41%
HSB/HSV348°86.44%69.41%
CMYK0.00%86.44%69.49%
30.59%

Color #B11836 in popluar number systems.

HEXB11836
Decimal1772454
Binary1011000111000110110
Octal2613066

Shades and tints

Shades of #B11836

#B11836
(177,24,54)
#A11632
(161,22,50)
#91142E
(145,20,46)
#81122A
(129,18,42)
#711026
(113,16,38)
#610E22
(97,14,34)
#510C1E
(81,12,30)
#410A1A
(65,10,26)
#310816
(49,8,22)
#210612
(33,6,18)
#11040E
(17,4,14)
#000000
(0,0,0)

Tints of #B11836

#B11836
(177,24,54)
#B82D48
(184,45,72)
#BF425A
(191,66,90)
#C6576C
(198,87,108)
#CD6C7E
(205,108,126)
#D48190
(212,129,144)
#DB96A2
(219,150,162)
#E2ABB4
(226,171,180)
#E9C0C6
(233,192,198)
#F0D5D8
(240,213,216)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B11836 color. Also use rgb(177,24,54) instead hex code.

Text Font Color

.myTextColor { color: #B11836; }

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

This text font color is #B11836.


Background Color

.myBgColor { background-color: #B11836; }

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

This div background color is #B11836.


Border color

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

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

This div border color is #B11836.


Opacity

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

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

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

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

This text has shadow with #B11836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B11836 on black background.


Color preview on white background

This text has color #B11836 on white background.



Black color preview on #B11836 background

This text has black color on #B11836 background.


White color preview on #B11836 background

This text has white color on #B11836 background.