COLOR #B6373A

HEX: #B6373A
RGB: (182,55,58)

Color info

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

RGB color model

#B6373A color RGB value is (182,55,58).

  • red value is 182;
  • green value is 55;
  • blue value is 58.
RGB:
(182,55,58)
(71%,22%,23%)

RGB channels and saturation

R 182 of 255 = 71%
G 55 of 255 = 22%
B 58 of 255 = 23%

182
55
58

R + G + B ~ 39%. #B6373A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 55 + 58 = 295 (100%)
R 182 of 295 ~ 61.69%
G 55 of 295 ~ 18.64%
B 58 of 295 ~ 19.66%

%61.69
%18.64
%19.66

CMYK color model

#B6373A color CMYK value is (0,70,68,29).

  • cyan value is 0.00%
  • magenta value is 69.78%
  • yellow value is 68.13%
  • key color value is 28.63%
CMYK:
(0,70,68,29)
C0M70Y68K29 
(0%,70%,68%,29%)
(0.00/0.70/0.68/0.29)	

CMYK percentages

%0
%69.78
%68.13
%28.63

Codes

Color #B6373A in popluar color models

B6373A
RGB1825558
HSL359°53.59%46.47%
HSB/HSV359°69.78%71.37%
CMYK0.00%69.78%68.13%
28.63%

Color #B6373A in popluar number systems.

HEXB6373A
Decimal1825558
Binary10110110110111111010
Octal2666772

Shades and tints

Shades of #B6373A

#B6373A
(182,55,58)
#A63235
(166,50,53)
#962D30
(150,45,48)
#86282B
(134,40,43)
#762326
(118,35,38)
#661E21
(102,30,33)
#56191C
(86,25,28)
#461417
(70,20,23)
#360F12
(54,15,18)
#260A0D
(38,10,13)
#160508
(22,5,8)
#000000
(0,0,0)

Tints of #B6373A

#B6373A
(182,55,58)
#BC494B
(188,73,75)
#C25B5C
(194,91,92)
#C86D6D
(200,109,109)
#CE7F7E
(206,127,126)
#D4918F
(212,145,143)
#DAA3A0
(218,163,160)
#E0B5B1
(224,181,177)
#E6C7C2
(230,199,194)
#ECD9D3
(236,217,211)
#F2EBE4
(242,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6373A color. Also use rgb(182,55,58) instead hex code.

Text Font Color

.myTextColor { color: #B6373A; }

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

This text font color is #B6373A.


Background Color

.myBgColor { background-color: #B6373A; }

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

This div background color is #B6373A.


Border color

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

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

This div border color is #B6373A.


Opacity

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

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

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

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

This text has shadow with #B6373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6373A on black background.


Color preview on white background

This text has color #B6373A on white background.



Black color preview on #B6373A background

This text has black color on #B6373A background.


White color preview on #B6373A background

This text has white color on #B6373A background.