COLOR #B71B4B

HEX: #B71B4B
RGB: (183,27,75)

Color info

#B71B4B contains mainly red color. Web safe color of #B71B4B is #CC3333 (or #C33).

RGB color model

#B71B4B color RGB value is (183,27,75).

  • red value is 183;
  • green value is 27;
  • blue value is 75.
RGB:
(183,27,75)
(72%,11%,29%)

RGB channels and saturation

R 183 of 255 = 72%
G 27 of 255 = 11%
B 75 of 255 = 29%

183
27
75

R + G + B ~ 37%. #B71B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 27 + 75 = 285 (100%)
R 183 of 285 ~ 64.21%
G 27 of 285 ~ 9.47%
B 75 of 285 ~ 26.32%

%64.21
%26.32

CMYK color model

#B71B4B color CMYK value is (0,85,59,28).

  • cyan value is 0.00%
  • magenta value is 85.25%
  • yellow value is 59.02%
  • key color value is 28.24%
CMYK:
(0,85,59,28)
C0M85Y59K28 
(0%,85%,59%,28%)
(0.00/0.85/0.59/0.28)	

CMYK percentages

%0
%85.25
%59.02
%28.24

Codes

Color #B71B4B in popluar color models

B71B4B
RGB1832775
HSL342°74.29%41.18%
HSB/HSV342°85.25%71.76%
CMYK0.00%85.25%59.02%
28.24%

Color #B71B4B in popluar number systems.

HEXB71B4B
Decimal1832775
Binary10110111110111001011
Octal26733113

Shades and tints

Shades of #B71B4B

#B71B4B
(183,27,75)
#A71945
(167,25,69)
#97173F
(151,23,63)
#871539
(135,21,57)
#771333
(119,19,51)
#67112D
(103,17,45)
#570F27
(87,15,39)
#470D21
(71,13,33)
#370B1B
(55,11,27)
#270915
(39,9,21)
#17070F
(23,7,15)
#000000
(0,0,0)

Tints of #B71B4B

#B71B4B
(183,27,75)
#BD2F5B
(189,47,91)
#C3436B
(195,67,107)
#C9577B
(201,87,123)
#CF6B8B
(207,107,139)
#D57F9B
(213,127,155)
#DB93AB
(219,147,171)
#E1A7BB
(225,167,187)
#E7BBCB
(231,187,203)
#EDCFDB
(237,207,219)
#F3E3EB
(243,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B71B4B color. Also use rgb(183,27,75) instead hex code.

Text Font Color

.myTextColor { color: #B71B4B; }

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

This text font color is #B71B4B.


Background Color

.myBgColor { background-color: #B71B4B; }

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

This div background color is #B71B4B.


Border color

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

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

This div border color is #B71B4B.


Opacity

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

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

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

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

This text has shadow with #B71B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B71B4B on black background.


Color preview on white background

This text has color #B71B4B on white background.



Black color preview on #B71B4B background

This text has black color on #B71B4B background.


White color preview on #B71B4B background

This text has white color on #B71B4B background.