COLOR #B53816

HEX: #B53816
RGB: (181,56,22)

Color info

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

RGB color model

#B53816 color RGB value is (181,56,22).

  • red value is 181;
  • green value is 56;
  • blue value is 22.
RGB:
(181,56,22)
(71%,22%,9%)

RGB channels and saturation

R 181 of 255 = 71%
G 56 of 255 = 22%
B 22 of 255 = 9%

181
56
22

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

Portions of RGB colors in percentages

R + G + B =
181 + 56 + 22 = 259 (100%)
R 181 of 259 ~ 69.88%
G 56 of 259 ~ 21.62%
B 22 of 259 ~ 8.49%

%69.88
%21.62

CMYK color model

#B53816 color CMYK value is (0,69,88,29).

  • cyan value is 0.00%
  • magenta value is 69.06%
  • yellow value is 87.85%
  • key color value is 29.02%
CMYK:
(0,69,88,29)
C0M69Y88K29 
(0%,69%,88%,29%)
(0.00/0.69/0.88/0.29)	

CMYK percentages

%0
%69.06
%87.85
%29.02

Codes

Color #B53816 in popluar color models

B53816
RGB1815622
HSL13°78.33%39.80%
HSB/HSV13°87.85%70.98%
CMYK0.00%69.06%87.85%
29.02%

Color #B53816 in popluar number systems.

HEXB53816
Decimal1815622
Binary1011010111100010110
Octal2657026

Shades and tints

Shades of #B53816

#B53816
(181,56,22)
#A53314
(165,51,20)
#952E12
(149,46,18)
#852910
(133,41,16)
#75240E
(117,36,14)
#651F0C
(101,31,12)
#551A0A
(85,26,10)
#451508
(69,21,8)
#351006
(53,16,6)
#250B04
(37,11,4)
#150602
(21,6,2)
#000000
(0,0,0)

Tints of #B53816

#B53816
(181,56,22)
#BB4A2B
(187,74,43)
#C15C40
(193,92,64)
#C76E55
(199,110,85)
#CD806A
(205,128,106)
#D3927F
(211,146,127)
#D9A494
(217,164,148)
#DFB6A9
(223,182,169)
#E5C8BE
(229,200,190)
#EBDAD3
(235,218,211)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53816 color. Also use rgb(181,56,22) instead hex code.

Text Font Color

.myTextColor { color: #B53816; }

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

This text font color is #B53816.


Background Color

.myBgColor { background-color: #B53816; }

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

This div background color is #B53816.


Border color

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

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

This div border color is #B53816.


Opacity

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

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

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

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

This text has shadow with #B53816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53816 on black background.


Color preview on white background

This text has color #B53816 on white background.



Black color preview on #B53816 background

This text has black color on #B53816 background.


White color preview on #B53816 background

This text has white color on #B53816 background.