COLOR #B71C45

HEX: #B71C45
RGB: (183,28,69)

Color info

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

RGB color model

#B71C45 color RGB value is (183,28,69).

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

RGB channels and saturation

R 183 of 255 = 72%
G 28 of 255 = 11%
B 69 of 255 = 27%

183
28
69

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

Portions of RGB colors in percentages

R + G + B =
183 + 28 + 69 = 280 (100%)
R 183 of 280 ~ 65.36%
G 28 of 280 ~ 10%
B 69 of 280 ~ 24.64%

%65.36
%10
%24.64

CMYK color model

#B71C45 color CMYK value is (0,85,62,28).

  • cyan value is 0.00%
  • magenta value is 84.70%
  • yellow value is 62.30%
  • key color value is 28.24%
CMYK:
(0,85,62,28)
C0M85Y62K28 
(0%,85%,62%,28%)
(0.00/0.85/0.62/0.28)	

CMYK percentages

%0
%84.7
%62.3
%28.24

Codes

Color #B71C45 in popluar color models

B71C45
RGB1832869
HSL344°73.46%41.37%
HSB/HSV344°84.70%71.76%
CMYK0.00%84.70%62.30%
28.24%

Color #B71C45 in popluar number systems.

HEXB71C45
Decimal1832869
Binary10110111111001000101
Octal26734105

Shades and tints

Shades of #B71C45

#B71C45
(183,28,69)
#A71A3F
(167,26,63)
#971839
(151,24,57)
#871633
(135,22,51)
#77142D
(119,20,45)
#671227
(103,18,39)
#571021
(87,16,33)
#470E1B
(71,14,27)
#370C15
(55,12,21)
#270A0F
(39,10,15)
#170809
(23,8,9)
#000000
(0,0,0)

Tints of #B71C45

#B71C45
(183,28,69)
#BD3055
(189,48,85)
#C34465
(195,68,101)
#C95875
(201,88,117)
#CF6C85
(207,108,133)
#D58095
(213,128,149)
#DB94A5
(219,148,165)
#E1A8B5
(225,168,181)
#E7BCC5
(231,188,197)
#EDD0D5
(237,208,213)
#F3E4E5
(243,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B71C45 color. Also use rgb(183,28,69) instead hex code.

Text Font Color

.myTextColor { color: #B71C45; }

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

This text font color is #B71C45.


Background Color

.myBgColor { background-color: #B71C45; }

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

This div background color is #B71C45.


Border color

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

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

This div border color is #B71C45.


Opacity

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

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

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

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

This text has shadow with #B71C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B71C45 on black background.


Color preview on white background

This text has color #B71C45 on white background.



Black color preview on #B71C45 background

This text has black color on #B71C45 background.


White color preview on #B71C45 background

This text has white color on #B71C45 background.