COLOR #B53633

HEX: #B53633
RGB: (181,54,51)

Color info

#B53633 contains mainly red color. Web safe color of #B53633 is #CC3333 (or #C33).

RGB color model

#B53633 color RGB value is (181,54,51).

  • red value is 181;
  • green value is 54;
  • blue value is 51.
RGB:
(181,54,51)
(71%,21%,20%)

RGB channels and saturation

R 181 of 255 = 71%
G 54 of 255 = 21%
B 51 of 255 = 20%

181
54
51

R + G + B ~ 37%. #B53633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 54 + 51 = 286 (100%)
R 181 of 286 ~ 63.29%
G 54 of 286 ~ 18.88%
B 51 of 286 ~ 17.83%

%63.29
%18.88
%17.83

CMYK color model

#B53633 color CMYK value is (0,70,72,29).

  • cyan value is 0.00%
  • magenta value is 70.17%
  • yellow value is 71.82%
  • key color value is 29.02%
CMYK:
(0,70,72,29)
C0M70Y72K29 
(0%,70%,72%,29%)
(0.00/0.70/0.72/0.29)	

CMYK percentages

%0
%70.17
%71.82
%29.02

Codes

Color #B53633 in popluar color models

B53633
RGB1815451
HSL56.03%45.49%
HSB/HSV71.82%70.98%
CMYK0.00%70.17%71.82%
29.02%

Color #B53633 in popluar number systems.

HEXB53633
Decimal1815451
Binary10110101110110110011
Octal2656663

Shades and tints

Shades of #B53633

#B53633
(181,54,51)
#A5322F
(165,50,47)
#952E2B
(149,46,43)
#852A27
(133,42,39)
#752623
(117,38,35)
#65221F
(101,34,31)
#551E1B
(85,30,27)
#451A17
(69,26,23)
#351613
(53,22,19)
#25120F
(37,18,15)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #B53633

#B53633
(181,54,51)
#BB4845
(187,72,69)
#C15A57
(193,90,87)
#C76C69
(199,108,105)
#CD7E7B
(205,126,123)
#D3908D
(211,144,141)
#D9A29F
(217,162,159)
#DFB4B1
(223,180,177)
#E5C6C3
(229,198,195)
#EBD8D5
(235,216,213)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53633 color. Also use rgb(181,54,51) instead hex code.

Text Font Color

.myTextColor { color: #B53633; }

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

This text font color is #B53633.


Background Color

.myBgColor { background-color: #B53633; }

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

This div background color is #B53633.


Border color

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

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

This div border color is #B53633.


Opacity

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

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

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

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

This text has shadow with #B53633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53633 on black background.


Color preview on white background

This text has color #B53633 on white background.



Black color preview on #B53633 background

This text has black color on #B53633 background.


White color preview on #B53633 background

This text has white color on #B53633 background.