COLOR #B62831

HEX: #B62831
RGB: (182,40,49)

Color info

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

RGB color model

#B62831 color RGB value is (182,40,49).

  • red value is 182;
  • green value is 40;
  • blue value is 49.
RGB:
(182,40,49)
(71%,16%,19%)

RGB channels and saturation

R 182 of 255 = 71%
G 40 of 255 = 16%
B 49 of 255 = 19%

182
40
49

R + G + B ~ 35%. #B62831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 40 + 49 = 271 (100%)
R 182 of 271 ~ 67.16%
G 40 of 271 ~ 14.76%
B 49 of 271 ~ 18.08%

%67.16
%14.76
%18.08

CMYK color model

#B62831 color CMYK value is (0,78,73,29).

  • cyan value is 0.00%
  • magenta value is 78.02%
  • yellow value is 73.08%
  • key color value is 28.63%
CMYK:
(0,78,73,29)
C0M78Y73K29 
(0%,78%,73%,29%)
(0.00/0.78/0.73/0.29)	

CMYK percentages

%0
%78.02
%73.08
%28.63

Codes

Color #B62831 in popluar color models

B62831
RGB1824049
HSL356°63.96%43.53%
HSB/HSV356°78.02%71.37%
CMYK0.00%78.02%73.08%
28.63%

Color #B62831 in popluar number systems.

HEXB62831
Decimal1824049
Binary10110110101000110001
Octal2665061

Shades and tints

Shades of #B62831

#B62831
(182,40,49)
#A6252D
(166,37,45)
#962229
(150,34,41)
#861F25
(134,31,37)
#761C21
(118,28,33)
#66191D
(102,25,29)
#561619
(86,22,25)
#461315
(70,19,21)
#361011
(54,16,17)
#260D0D
(38,13,13)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #B62831

#B62831
(182,40,49)
#BC3B43
(188,59,67)
#C24E55
(194,78,85)
#C86167
(200,97,103)
#CE7479
(206,116,121)
#D4878B
(212,135,139)
#DA9A9D
(218,154,157)
#E0ADAF
(224,173,175)
#E6C0C1
(230,192,193)
#ECD3D3
(236,211,211)
#F2E6E5
(242,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B62831 color. Also use rgb(182,40,49) instead hex code.

Text Font Color

.myTextColor { color: #B62831; }

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

This text font color is #B62831.


Background Color

.myBgColor { background-color: #B62831; }

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

This div background color is #B62831.


Border color

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

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

This div border color is #B62831.


Opacity

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

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

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

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

This text has shadow with #B62831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B62831 on black background.


Color preview on white background

This text has color #B62831 on white background.



Black color preview on #B62831 background

This text has black color on #B62831 background.


White color preview on #B62831 background

This text has white color on #B62831 background.