COLOR #B63736

HEX: #B63736
RGB: (182,55,54)

Color info

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

RGB color model

#B63736 color RGB value is (182,55,54).

  • red value is 182;
  • green value is 55;
  • blue value is 54.
RGB:
(182,55,54)
(71%,22%,21%)

RGB channels and saturation

R 182 of 255 = 71%
G 55 of 255 = 22%
B 54 of 255 = 21%

182
55
54

R + G + B ~ 38%. #B63736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 55 + 54 = 291 (100%)
R 182 of 291 ~ 62.54%
G 55 of 291 ~ 18.9%
B 54 of 291 ~ 18.56%

%62.54
%18.9
%18.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 69.78%
  • yellow value is 70.33%
  • key color value is 28.63%
CMYK:
(0,70,70,29)
C0M70Y70K29 
(0%,70%,70%,29%)
(0.00/0.70/0.70/0.29)	

CMYK percentages

%0
%69.78
%70.33
%28.63

Codes

Color #B63736 in popluar color models

B63736
RGB1825554
HSL54.24%46.27%
HSB/HSV70.33%71.37%
CMYK0.00%69.78%70.33%
28.63%

Color #B63736 in popluar number systems.

HEXB63736
Decimal1825554
Binary10110110110111110110
Octal2666766

Shades and tints

Shades of #B63736

#B63736
(182,55,54)
#A63232
(166,50,50)
#962D2E
(150,45,46)
#86282A
(134,40,42)
#762326
(118,35,38)
#661E22
(102,30,34)
#56191E
(86,25,30)
#46141A
(70,20,26)
#360F16
(54,15,22)
#260A12
(38,10,18)
#16050E
(22,5,14)
#000000
(0,0,0)

Tints of #B63736

#B63736
(182,55,54)
#BC4948
(188,73,72)
#C25B5A
(194,91,90)
#C86D6C
(200,109,108)
#CE7F7E
(206,127,126)
#D49190
(212,145,144)
#DAA3A2
(218,163,162)
#E0B5B4
(224,181,180)
#E6C7C6
(230,199,198)
#ECD9D8
(236,217,216)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B63736 color. Also use rgb(182,55,54) instead hex code.

Text Font Color

.myTextColor { color: #B63736; }

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

This text font color is #B63736.


Background Color

.myBgColor { background-color: #B63736; }

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

This div background color is #B63736.


Border color

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

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

This div border color is #B63736.


Opacity

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

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

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

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

This text has shadow with #B63736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B63736 on black background.


Color preview on white background

This text has color #B63736 on white background.



Black color preview on #B63736 background

This text has black color on #B63736 background.


White color preview on #B63736 background

This text has white color on #B63736 background.