COLOR #B23514

HEX: #B23514
RGB: (178,53,20)

Color info

#B23514 contains mainly red color. Web safe color of #B23514 is #993300 (or #930).

RGB color model

#B23514 color RGB value is (178,53,20).

  • red value is 178;
  • green value is 53;
  • blue value is 20.
RGB:
(178,53,20)
(70%,21%,8%)

RGB channels and saturation

R 178 of 255 = 70%
G 53 of 255 = 21%
B 20 of 255 = 8%

178
53
20

R + G + B ~ 33%. #B23514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 53 + 20 = 251 (100%)
R 178 of 251 ~ 70.92%
G 53 of 251 ~ 21.12%
B 20 of 251 ~ 7.97%

%70.92
%21.12

CMYK color model

#B23514 color CMYK value is (0,70,89,30).

  • cyan value is 0.00%
  • magenta value is 70.22%
  • yellow value is 88.76%
  • key color value is 30.20%
CMYK:
(0,70,89,30)
C0M70Y89K30 
(0%,70%,89%,30%)
(0.00/0.70/0.89/0.30)	

CMYK percentages

%0
%70.22
%88.76
%30.2

Codes

Color #B23514 in popluar color models

B23514
RGB1785320
HSL13°79.80%38.82%
HSB/HSV13°88.76%69.80%
CMYK0.00%70.22%88.76%
30.20%

Color #B23514 in popluar number systems.

HEXB23514
Decimal1785320
Binary1011001011010110100
Octal2626524

Shades and tints

Shades of #B23514

#B23514
(178,53,20)
#A23113
(162,49,19)
#922D12
(146,45,18)
#822911
(130,41,17)
#722510
(114,37,16)
#62210F
(98,33,15)
#521D0E
(82,29,14)
#42190D
(66,25,13)
#32150C
(50,21,12)
#22110B
(34,17,11)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #B23514

#B23514
(178,53,20)
#B94729
(185,71,41)
#C0593E
(192,89,62)
#C76B53
(199,107,83)
#CE7D68
(206,125,104)
#D58F7D
(213,143,125)
#DCA192
(220,161,146)
#E3B3A7
(227,179,167)
#EAC5BC
(234,197,188)
#F1D7D1
(241,215,209)
#F8E9E6
(248,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B23514 color. Also use rgb(178,53,20) instead hex code.

Text Font Color

.myTextColor { color: #B23514; }

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

This text font color is #B23514.


Background Color

.myBgColor { background-color: #B23514; }

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

This div background color is #B23514.


Border color

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

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

This div border color is #B23514.


Opacity

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

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

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

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

This text has shadow with #B23514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B23514 on black background.


Color preview on white background

This text has color #B23514 on white background.



Black color preview on #B23514 background

This text has black color on #B23514 background.


White color preview on #B23514 background

This text has white color on #B23514 background.