COLOR #B23E0B

HEX: #B23E0B RGB: (178,62,11)

Color info

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

RGB color model

#B23E0B color RGB value is (178,62,11).

RGB: (178,62,11) (70%, 24%, 4%)

RGB channels and saturation

R 178 of 255 = 70%
G 62 of 255 = 24%
B 11 of 255 = 4%

178
62
11

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

Portions of RGB colors in percentages

R + G + B = 178 + 62 + 11 = 251 (100%)
R 178 of 251 ~ 70.92%
G 62 of 251 ~ 24.7%
B 11 of 251 ~ 4.38'%

%70.92
%24.7

CMYK color model

#B23E0B color CMYK value is (0,65,94,30).

  • cyan value is 0.00%
  • magenta value is 65.17%
  • yellow value is 93.82%
  • key color value is 30.20%

CMYK: (0,65,94,30)
C0M65Y94K30 (0%, 65%, 94%, 30%)
(0.00 / 0.65 / 0.94 / 0.30)

CMYK percentages

%0
%65.17
%93.82
%30.2

Codes

Color #B23E0B in popluar color models

B2 3E 0B
RGB 178 62 11
HSL 18° 88.36% 37.06%
HSB/HSV 18° 93.82% 69.80%
CMYK 0.00% 65.17% 93.82%
30.20%

Color #B23E0B in popluar number systems.

HEX B2 3E 0B
Decimal 178 62 11
Binary 10110010 111110 1011
Octal 262 76 13

Shades and tints

Shades of #B23E0B

#B23E0B
(178,62,11)
#A2390A
(162,57,10)
#923409
(146,52,9)
#822F08
(130,47,8)
#722A07
(114,42,7)
#622506
(98,37,6)
#522005
(82,32,5)
#421B04
(66,27,4)
#321603
(50,22,3)
#221102
(34,17,2)
#120C01
(18,12,1)
#000000
(0,0,0)

Tints of #B23E0B

#B23E0B
(178,62,11)
#B94F21
(185,79,33)
#C06037
(192,96,55)
#C7714D
(199,113,77)
#CE8263
(206,130,99)
#D59379
(213,147,121)
#DCA48F
(220,164,143)
#E3B5A5
(227,181,165)
#EAC6BB
(234,198,187)
#F1D7D1
(241,215,209)
#F8E8E7
(248,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B23E0B; }

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

This text font color is #B23E0B.

Background Color

.myBgColor { background-color: #B23E0B; }

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

This div background color is #B23E0B.

Border color

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

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

This div border color is #B23E0B.

Opacity

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

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

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

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

This text has shadow with #B23E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B23E0B.

Preview

Color preview on black background

This text has color #B23E0B on black background.


Color preview on white background

This text has color #B23E0B on white background.


Black color preview on #B23E0B background

This text has black color on #B23E0B background.


White color preview on #B23E0B background

This text has white color on #B23E0B background.


Related colors

Complementary color

Complementary color for #hex is #4DC1F4.


I love getcolorcode.com

Triadic colors

1 #0BB23E and #3E0BB2 with #B23E0B are triadic colors.

2 #0B3EB2 and #3EB20B with #B23E0B are triadic colors.