COLOR #B11925

HEX: #B11925
RGB: (177,25,37)

Color info

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

RGB color model

#B11925 color RGB value is (177,25,37).

  • red value is 177;
  • green value is 25;
  • blue value is 37.
RGB:
(177,25,37)
(69%,10%,15%)

RGB channels and saturation

R 177 of 255 = 69%
G 25 of 255 = 10%
B 37 of 255 = 15%

177
25
37

R + G + B ~ 31%. #B11925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 25 + 37 = 239 (100%)
R 177 of 239 ~ 74.06%
G 25 of 239 ~ 10.46%
B 37 of 239 ~ 15.48%

%74.06
%10.46
%15.48

CMYK color model

#B11925 color CMYK value is (0,86,79,31).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 79.10%
  • key color value is 30.59%
CMYK:
(0,86,79,31)
C0M86Y79K31 
(0%,86%,79%,31%)
(0.00/0.86/0.79/0.31)	

CMYK percentages

%0
%85.88
%79.1
%30.59

Codes

Color #B11925 in popluar color models

B11925
RGB1772537
HSL355°75.25%39.61%
HSB/HSV355°85.88%69.41%
CMYK0.00%85.88%79.10%
30.59%

Color #B11925 in popluar number systems.

HEXB11925
Decimal1772537
Binary1011000111001100101
Octal2613145

Shades and tints

Shades of #B11925

#B11925
(177,25,37)
#A11722
(161,23,34)
#91151F
(145,21,31)
#81131C
(129,19,28)
#711119
(113,17,25)
#610F16
(97,15,22)
#510D13
(81,13,19)
#410B10
(65,11,16)
#31090D
(49,9,13)
#21070A
(33,7,10)
#110507
(17,5,7)
#000000
(0,0,0)

Tints of #B11925

#B11925
(177,25,37)
#B82D38
(184,45,56)
#BF414B
(191,65,75)
#C6555E
(198,85,94)
#CD6971
(205,105,113)
#D47D84
(212,125,132)
#DB9197
(219,145,151)
#E2A5AA
(226,165,170)
#E9B9BD
(233,185,189)
#F0CDD0
(240,205,208)
#F7E1E3
(247,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B11925 color. Also use rgb(177,25,37) instead hex code.

Text Font Color

.myTextColor { color: #B11925; }

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

This text font color is #B11925.


Background Color

.myBgColor { background-color: #B11925; }

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

This div background color is #B11925.


Border color

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

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

This div border color is #B11925.


Opacity

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

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

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

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

This text has shadow with #B11925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B11925 on black background.


Color preview on white background

This text has color #B11925 on white background.



Black color preview on #B11925 background

This text has black color on #B11925 background.


White color preview on #B11925 background

This text has white color on #B11925 background.