COLOR #B73336

HEX: #B73336
RGB: (183,51,54)

Color info

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

RGB color model

#B73336 color RGB value is (183,51,54).

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

RGB channels and saturation

R 183 of 255 = 72%
G 51 of 255 = 20%
B 54 of 255 = 21%

183
51
54

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

Portions of RGB colors in percentages

R + G + B =
183 + 51 + 54 = 288 (100%)
R 183 of 288 ~ 63.54%
G 51 of 288 ~ 17.71%
B 54 of 288 ~ 18.75%

%63.54
%17.71
%18.75

CMYK color model

#B73336 color CMYK value is (0,72,70,28).

  • cyan value is 0.00%
  • magenta value is 72.13%
  • yellow value is 70.49%
  • key color value is 28.24%
CMYK:
(0,72,70,28)
C0M72Y70K28 
(0%,72%,70%,28%)
(0.00/0.72/0.70/0.28)	

CMYK percentages

%0
%72.13
%70.49
%28.24

Codes

Color #B73336 in popluar color models

B73336
RGB1835154
HSL359°56.41%45.88%
HSB/HSV359°72.13%71.76%
CMYK0.00%72.13%70.49%
28.24%

Color #B73336 in popluar number systems.

HEXB73336
Decimal1835154
Binary10110111110011110110
Octal2676366

Shades and tints

Shades of #B73336

#B73336
(183,51,54)
#A72F32
(167,47,50)
#972B2E
(151,43,46)
#87272A
(135,39,42)
#772326
(119,35,38)
#671F22
(103,31,34)
#571B1E
(87,27,30)
#47171A
(71,23,26)
#371316
(55,19,22)
#270F12
(39,15,18)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #B73336

#B73336
(183,51,54)
#BD4548
(189,69,72)
#C3575A
(195,87,90)
#C9696C
(201,105,108)
#CF7B7E
(207,123,126)
#D58D90
(213,141,144)
#DB9FA2
(219,159,162)
#E1B1B4
(225,177,180)
#E7C3C6
(231,195,198)
#EDD5D8
(237,213,216)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B73336; }

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

This text font color is #B73336.


Background Color

.myBgColor { background-color: #B73336; }

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

This div background color is #B73336.


Border color

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

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

This div border color is #B73336.


Opacity

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

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

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

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

This text has shadow with #B73336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B73336 on black background.


Color preview on white background

This text has color #B73336 on white background.



Black color preview on #B73336 background

This text has black color on #B73336 background.


White color preview on #B73336 background

This text has white color on #B73336 background.