COLOR #B23E13

HEX: #B23E13
RGB: (178,62,19)

Color info

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

RGB color model

#B23E13 color RGB value is (178,62,19).

  • red value is 178;
  • green value is 62;
  • blue value is 19.
RGB:
(178,62,19)
(70%,24%,7%)

RGB channels and saturation

R 178 of 255 = 70%
G 62 of 255 = 24%
B 19 of 255 = 7%

178
62
19

R + G + B ~ 34%. #B23E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 62 + 19 = 259 (100%)
R 178 of 259 ~ 68.73%
G 62 of 259 ~ 23.94%
B 19 of 259 ~ 7.34%

%68.73
%23.94

CMYK color model

#B23E13 color CMYK value is (0,65,89,30).

  • cyan value is 0.00%
  • magenta value is 65.17%
  • yellow value is 89.33%
  • key color value is 30.20%
CMYK:
(0,65,89,30)
C0M65Y89K30 
(0%,65%,89%,30%)
(0.00/0.65/0.89/0.30)	

CMYK percentages

%0
%65.17
%89.33
%30.2

Codes

Color #B23E13 in popluar color models

B23E13
RGB1786219
HSL16°80.71%38.63%
HSB/HSV16°89.33%69.80%
CMYK0.00%65.17%89.33%
30.20%

Color #B23E13 in popluar number systems.

HEXB23E13
Decimal1786219
Binary1011001011111010011
Octal2627623

Shades and tints

Shades of #B23E13

#B23E13
(178,62,19)
#A23912
(162,57,18)
#923411
(146,52,17)
#822F10
(130,47,16)
#722A0F
(114,42,15)
#62250E
(98,37,14)
#52200D
(82,32,13)
#421B0C
(66,27,12)
#32160B
(50,22,11)
#22110A
(34,17,10)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #B23E13

#B23E13
(178,62,19)
#B94F28
(185,79,40)
#C0603D
(192,96,61)
#C77152
(199,113,82)
#CE8267
(206,130,103)
#D5937C
(213,147,124)
#DCA491
(220,164,145)
#E3B5A6
(227,181,166)
#EAC6BB
(234,198,187)
#F1D7D0
(241,215,208)
#F8E8E5
(248,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B23E13 color. Also use rgb(178,62,19) instead hex code.

Text Font Color

.myTextColor { color: #B23E13; }

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

This text font color is #B23E13.


Background Color

.myBgColor { background-color: #B23E13; }

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

This div background color is #B23E13.


Border color

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

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

This div border color is #B23E13.


Opacity

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

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

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

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

This text has shadow with #B23E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B23E13 on black background.


Color preview on white background

This text has color #B23E13 on white background.



Black color preview on #B23E13 background

This text has black color on #B23E13 background.


White color preview on #B23E13 background

This text has white color on #B23E13 background.