COLOR #B10026

HEX: #B10026
RGB: (177,0,38)

Color info

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

RGB color model

#B10026 color RGB value is (177,0,38).

  • red value is 177;
  • green value is 0;
  • blue value is 38.
RGB:
(177,0,38)
(69%,0%,15%)

RGB channels and saturation

R 177 of 255 = 69%
G 0 of 255 = 0%
B 38 of 255 = 15%

177
0
38

R + G + B ~ 28%. #B10026 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 0 + 38 = 215 (100%)
R 177 of 215 ~ 82.33%
G 0 of 215 ~ 0%
B 38 of 215 ~ 17.67%

%82.33
%17.67

CMYK color model

#B10026 color CMYK value is (0,100,79,31).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 78.53%
  • key color value is 30.59%
CMYK:
(0,100,79,31)
C0M100Y79K31 
(0%,100%,79%,31%)
(0.00/1.00/0.79/0.31)	

CMYK percentages

%0
%100
%78.53
%30.59

Codes

Color #B10026 in popluar color models

B10026
RGB177038
HSL347°100.00%34.71%
HSB/HSV347°100.00%69.41%
CMYK0.00%100.00%78.53%
30.59%

Color #B10026 in popluar number systems.

HEXB10026
Decimal177038
Binary101100010100110
Octal261046

Shades and tints

Shades of #B10026

#B10026
(177,0,38)
#A10023
(161,0,35)
#910020
(145,0,32)
#81001D
(129,0,29)
#71001A
(113,0,26)
#610017
(97,0,23)
#510014
(81,0,20)
#410011
(65,0,17)
#31000E
(49,0,14)
#21000B
(33,0,11)
#110008
(17,0,8)
#000000
(0,0,0)

Tints of #B10026

#B10026
(177,0,38)
#B81739
(184,23,57)
#BF2E4C
(191,46,76)
#C6455F
(198,69,95)
#CD5C72
(205,92,114)
#D47385
(212,115,133)
#DB8A98
(219,138,152)
#E2A1AB
(226,161,171)
#E9B8BE
(233,184,190)
#F0CFD1
(240,207,209)
#F7E6E4
(247,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B10026 color. Also use rgb(177,0,38) instead hex code.

Text Font Color

.myTextColor { color: #B10026; }

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

This text font color is #B10026.


Background Color

.myBgColor { background-color: #B10026; }

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

This div background color is #B10026.


Border color

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

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

This div border color is #B10026.


Opacity

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

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

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

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

This text has shadow with #B10026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B10026 on black background.


Color preview on white background

This text has color #B10026 on white background.



Black color preview on #B10026 background

This text has black color on #B10026 background.


White color preview on #B10026 background

This text has white color on #B10026 background.