COLOR #B73812

HEX: #B73812
RGB: (183,56,18)

Color info

#B73812 contains mainly red color. Web safe color of #B73812 is #CC3300 (or #C30).

RGB color model

#B73812 color RGB value is (183,56,18).

  • red value is 183;
  • green value is 56;
  • blue value is 18.
RGB:
(183,56,18)
(72%,22%,7%)

RGB channels and saturation

R 183 of 255 = 72%
G 56 of 255 = 22%
B 18 of 255 = 7%

183
56
18

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

Portions of RGB colors in percentages

R + G + B =
183 + 56 + 18 = 257 (100%)
R 183 of 257 ~ 71.21%
G 56 of 257 ~ 21.79%
B 18 of 257 ~ 7%

%71.21
%21.79

CMYK color model

#B73812 color CMYK value is (0,69,90,28).

  • cyan value is 0.00%
  • magenta value is 69.40%
  • yellow value is 90.16%
  • key color value is 28.24%
CMYK:
(0,69,90,28)
C0M69Y90K28 
(0%,69%,90%,28%)
(0.00/0.69/0.90/0.28)	

CMYK percentages

%0
%69.4
%90.16
%28.24

Codes

Color #B73812 in popluar color models

B73812
RGB1835618
HSL14°82.09%39.41%
HSB/HSV14°90.16%71.76%
CMYK0.00%69.40%90.16%
28.24%

Color #B73812 in popluar number systems.

HEXB73812
Decimal1835618
Binary1011011111100010010
Octal2677022

Shades and tints

Shades of #B73812

#B73812
(183,56,18)
#A73311
(167,51,17)
#972E10
(151,46,16)
#87290F
(135,41,15)
#77240E
(119,36,14)
#671F0D
(103,31,13)
#571A0C
(87,26,12)
#47150B
(71,21,11)
#37100A
(55,16,10)
#270B09
(39,11,9)
#170608
(23,6,8)
#000000
(0,0,0)

Tints of #B73812

#B73812
(183,56,18)
#BD4A27
(189,74,39)
#C35C3C
(195,92,60)
#C96E51
(201,110,81)
#CF8066
(207,128,102)
#D5927B
(213,146,123)
#DBA490
(219,164,144)
#E1B6A5
(225,182,165)
#E7C8BA
(231,200,186)
#EDDACF
(237,218,207)
#F3ECE4
(243,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B73812 color. Also use rgb(183,56,18) instead hex code.

Text Font Color

.myTextColor { color: #B73812; }

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

This text font color is #B73812.


Background Color

.myBgColor { background-color: #B73812; }

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

This div background color is #B73812.


Border color

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

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

This div border color is #B73812.


Opacity

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

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

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

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

This text has shadow with #B73812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B73812 on black background.


Color preview on white background

This text has color #B73812 on white background.



Black color preview on #B73812 background

This text has black color on #B73812 background.


White color preview on #B73812 background

This text has white color on #B73812 background.