COLOR #B8391C

HEX: #B8391C
RGB: (184,57,28)

Color info

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

RGB color model

#B8391C color RGB value is (184,57,28).

  • red value is 184;
  • green value is 57;
  • blue value is 28.
RGB:
(184,57,28)
(72%,22%,11%)

RGB channels and saturation

R 184 of 255 = 72%
G 57 of 255 = 22%
B 28 of 255 = 11%

184
57
28

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

Portions of RGB colors in percentages

R + G + B =
184 + 57 + 28 = 269 (100%)
R 184 of 269 ~ 68.4%
G 57 of 269 ~ 21.19%
B 28 of 269 ~ 10.41%

%68.4
%21.19
%10.41

CMYK color model

#B8391C color CMYK value is (0,69,85,28).

  • cyan value is 0.00%
  • magenta value is 69.02%
  • yellow value is 84.78%
  • key color value is 27.84%
CMYK:
(0,69,85,28)
C0M69Y85K28 
(0%,69%,85%,28%)
(0.00/0.69/0.85/0.28)	

CMYK percentages

%0
%69.02
%84.78
%27.84

Codes

Color #B8391C in popluar color models

B8391C
RGB1845728
HSL11°73.58%41.57%
HSB/HSV11°84.78%72.16%
CMYK0.00%69.02%84.78%
27.84%

Color #B8391C in popluar number systems.

HEXB8391C
Decimal1845728
Binary1011100011100111100
Octal2707134

Shades and tints

Shades of #B8391C

#B8391C
(184,57,28)
#A8341A
(168,52,26)
#982F18
(152,47,24)
#882A16
(136,42,22)
#782514
(120,37,20)
#682012
(104,32,18)
#581B10
(88,27,16)
#48160E
(72,22,14)
#38110C
(56,17,12)
#280C0A
(40,12,10)
#180708
(24,7,8)
#000000
(0,0,0)

Tints of #B8391C

#B8391C
(184,57,28)
#BE4B30
(190,75,48)
#C45D44
(196,93,68)
#CA6F58
(202,111,88)
#D0816C
(208,129,108)
#D69380
(214,147,128)
#DCA594
(220,165,148)
#E2B7A8
(226,183,168)
#E8C9BC
(232,201,188)
#EEDBD0
(238,219,208)
#F4EDE4
(244,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8391C color. Also use rgb(184,57,28) instead hex code.

Text Font Color

.myTextColor { color: #B8391C; }

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

This text font color is #B8391C.


Background Color

.myBgColor { background-color: #B8391C; }

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

This div background color is #B8391C.


Border color

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

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

This div border color is #B8391C.


Opacity

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

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

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

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

This text has shadow with #B8391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8391C on black background.


Color preview on white background

This text has color #B8391C on white background.



Black color preview on #B8391C background

This text has black color on #B8391C background.


White color preview on #B8391C background

This text has white color on #B8391C background.