COLOR #B10741

HEX: #B10741
RGB: (177,7,65)

Color info

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

RGB color model

#B10741 color RGB value is (177,7,65).

  • red value is 177;
  • green value is 7;
  • blue value is 65.
RGB:
(177,7,65)
(69%,3%,25%)

RGB channels and saturation

R 177 of 255 = 69%
G 7 of 255 = 3%
B 65 of 255 = 25%

177
7
65

R + G + B ~ 32%. #B10741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 7 + 65 = 249 (100%)
R 177 of 249 ~ 71.08%
G 7 of 249 ~ 2.81%
B 65 of 249 ~ 26.1%

%71.08
%26.1

CMYK color model

#B10741 color CMYK value is (0,96,63,31).

  • cyan value is 0.00%
  • magenta value is 96.05%
  • yellow value is 63.28%
  • key color value is 30.59%
CMYK:
(0,96,63,31)
C0M96Y63K31 
(0%,96%,63%,31%)
(0.00/0.96/0.63/0.31)	

CMYK percentages

%0
%96.05
%63.28
%30.59

Codes

Color #B10741 in popluar color models

B10741
RGB177765
HSL340°92.39%36.08%
HSB/HSV340°96.05%69.41%
CMYK0.00%96.05%63.28%
30.59%

Color #B10741 in popluar number systems.

HEXB10741
Decimal177765
Binary101100011111000001
Octal2617101

Shades and tints

Shades of #B10741

#B10741
(177,7,65)
#A1073C
(161,7,60)
#910737
(145,7,55)
#810732
(129,7,50)
#71072D
(113,7,45)
#610728
(97,7,40)
#510723
(81,7,35)
#41071E
(65,7,30)
#310719
(49,7,25)
#210714
(33,7,20)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #B10741

#B10741
(177,7,65)
#B81D52
(184,29,82)
#BF3363
(191,51,99)
#C64974
(198,73,116)
#CD5F85
(205,95,133)
#D47596
(212,117,150)
#DB8BA7
(219,139,167)
#E2A1B8
(226,161,184)
#E9B7C9
(233,183,201)
#F0CDDA
(240,205,218)
#F7E3EB
(247,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B10741 color. Also use rgb(177,7,65) instead hex code.

Text Font Color

.myTextColor { color: #B10741; }

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

This text font color is #B10741.


Background Color

.myBgColor { background-color: #B10741; }

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

This div background color is #B10741.


Border color

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

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

This div border color is #B10741.


Opacity

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

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

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

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

This text has shadow with #B10741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B10741 on black background.


Color preview on white background

This text has color #B10741 on white background.



Black color preview on #B10741 background

This text has black color on #B10741 background.


White color preview on #B10741 background

This text has white color on #B10741 background.