COLOR #B71A52

HEX: #B71A52
RGB: (183,26,82)

Color info

#B71A52 contains mainly red color. Web safe color of #B71A52 is #CC0066 (or #C06).

RGB color model

#B71A52 color RGB value is (183,26,82).

  • red value is 183;
  • green value is 26;
  • blue value is 82.
RGB:
(183,26,82)
(72%,10%,32%)

RGB channels and saturation

R 183 of 255 = 72%
G 26 of 255 = 10%
B 82 of 255 = 32%

183
26
82

R + G + B ~ 38%. #B71A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 26 + 82 = 291 (100%)
R 183 of 291 ~ 62.89%
G 26 of 291 ~ 8.93%
B 82 of 291 ~ 28.18%

%62.89
%28.18

CMYK color model

#B71A52 color CMYK value is (0,86,55,28).

  • cyan value is 0.00%
  • magenta value is 85.79%
  • yellow value is 55.19%
  • key color value is 28.24%
CMYK:
(0,86,55,28)
C0M86Y55K28 
(0%,86%,55%,28%)
(0.00/0.86/0.55/0.28)	

CMYK percentages

%0
%85.79
%55.19
%28.24

Codes

Color #B71A52 in popluar color models

B71A52
RGB1832682
HSL339°75.12%40.98%
HSB/HSV339°85.79%71.76%
CMYK0.00%85.79%55.19%
28.24%

Color #B71A52 in popluar number systems.

HEXB71A52
Decimal1832682
Binary10110111110101010010
Octal26732122

Shades and tints

Shades of #B71A52

#B71A52
(183,26,82)
#A7184B
(167,24,75)
#971644
(151,22,68)
#87143D
(135,20,61)
#771236
(119,18,54)
#67102F
(103,16,47)
#570E28
(87,14,40)
#470C21
(71,12,33)
#370A1A
(55,10,26)
#270813
(39,8,19)
#17060C
(23,6,12)
#000000
(0,0,0)

Tints of #B71A52

#B71A52
(183,26,82)
#BD2E61
(189,46,97)
#C34270
(195,66,112)
#C9567F
(201,86,127)
#CF6A8E
(207,106,142)
#D57E9D
(213,126,157)
#DB92AC
(219,146,172)
#E1A6BB
(225,166,187)
#E7BACA
(231,186,202)
#EDCED9
(237,206,217)
#F3E2E8
(243,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B71A52 color. Also use rgb(183,26,82) instead hex code.

Text Font Color

.myTextColor { color: #B71A52; }

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

This text font color is #B71A52.


Background Color

.myBgColor { background-color: #B71A52; }

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

This div background color is #B71A52.


Border color

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

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

This div border color is #B71A52.


Opacity

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

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

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

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

This text has shadow with #B71A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B71A52 on black background.


Color preview on white background

This text has color #B71A52 on white background.



Black color preview on #B71A52 background

This text has black color on #B71A52 background.


White color preview on #B71A52 background

This text has white color on #B71A52 background.