COLOR #B7113E

HEX: #B7113E
RGB: (183,17,62)

Color info

#B7113E contains mainly red color. Web safe color of #B7113E is #CC0033 (or #C03).

RGB color model

#B7113E color RGB value is (183,17,62).

  • red value is 183;
  • green value is 17;
  • blue value is 62.
RGB:
(183,17,62)
(72%,7%,24%)

RGB channels and saturation

R 183 of 255 = 72%
G 17 of 255 = 7%
B 62 of 255 = 24%

183
17
62

R + G + B ~ 34%. #B7113E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 17 + 62 = 262 (100%)
R 183 of 262 ~ 69.85%
G 17 of 262 ~ 6.49%
B 62 of 262 ~ 23.66%

%69.85
%23.66

CMYK color model

#B7113E color CMYK value is (0,91,66,28).

  • cyan value is 0.00%
  • magenta value is 90.71%
  • yellow value is 66.12%
  • key color value is 28.24%
CMYK:
(0,91,66,28)
C0M91Y66K28 
(0%,91%,66%,28%)
(0.00/0.91/0.66/0.28)	

CMYK percentages

%0
%90.71
%66.12
%28.24

Codes

Color #B7113E in popluar color models

B7113E
RGB1831762
HSL344°83.00%39.22%
HSB/HSV344°90.71%71.76%
CMYK0.00%90.71%66.12%
28.24%

Color #B7113E in popluar number systems.

HEXB7113E
Decimal1831762
Binary1011011110001111110
Octal2672176

Shades and tints

Shades of #B7113E

#B7113E
(183,17,62)
#A71039
(167,16,57)
#970F34
(151,15,52)
#870E2F
(135,14,47)
#770D2A
(119,13,42)
#670C25
(103,12,37)
#570B20
(87,11,32)
#470A1B
(71,10,27)
#370916
(55,9,22)
#270811
(39,8,17)
#17070C
(23,7,12)
#000000
(0,0,0)

Tints of #B7113E

#B7113E
(183,17,62)
#BD264F
(189,38,79)
#C33B60
(195,59,96)
#C95071
(201,80,113)
#CF6582
(207,101,130)
#D57A93
(213,122,147)
#DB8FA4
(219,143,164)
#E1A4B5
(225,164,181)
#E7B9C6
(231,185,198)
#EDCED7
(237,206,215)
#F3E3E8
(243,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7113E color. Also use rgb(183,17,62) instead hex code.

Text Font Color

.myTextColor { color: #B7113E; }

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

This text font color is #B7113E.


Background Color

.myBgColor { background-color: #B7113E; }

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

This div background color is #B7113E.


Border color

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

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

This div border color is #B7113E.


Opacity

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

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

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

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

This text has shadow with #B7113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7113E on black background.


Color preview on white background

This text has color #B7113E on white background.



Black color preview on #B7113E background

This text has black color on #B7113E background.


White color preview on #B7113E background

This text has white color on #B7113E background.