COLOR #B73B40

HEX: #B73B40
RGB: (183,59,64)

Color info

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

RGB color model

#B73B40 color RGB value is (183,59,64).

  • red value is 183;
  • green value is 59;
  • blue value is 64.
RGB:
(183,59,64)
(72%,23%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 59 of 255 = 23%
B 64 of 255 = 25%

183
59
64

R + G + B ~ 40%. #B73B40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 59 + 64 = 306 (100%)
R 183 of 306 ~ 59.8%
G 59 of 306 ~ 19.28%
B 64 of 306 ~ 20.92%

%59.8
%19.28
%20.92

CMYK color model

#B73B40 color CMYK value is (0,68,65,28).

  • cyan value is 0.00%
  • magenta value is 67.76%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(0,68,65,28)
C0M68Y65K28 
(0%,68%,65%,28%)
(0.00/0.68/0.65/0.28)	

CMYK percentages

%0
%67.76
%65.03
%28.24

Codes

Color #B73B40 in popluar color models

B73B40
RGB1835964
HSL358°51.24%47.45%
HSB/HSV358°67.76%71.76%
CMYK0.00%67.76%65.03%
28.24%

Color #B73B40 in popluar number systems.

HEXB73B40
Decimal1835964
Binary101101111110111000000
Octal26773100

Shades and tints

Shades of #B73B40

#B73B40
(183,59,64)
#A7363B
(167,54,59)
#973136
(151,49,54)
#872C31
(135,44,49)
#77272C
(119,39,44)
#672227
(103,34,39)
#571D22
(87,29,34)
#47181D
(71,24,29)
#371318
(55,19,24)
#270E13
(39,14,19)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #B73B40

#B73B40
(183,59,64)
#BD4C51
(189,76,81)
#C35D62
(195,93,98)
#C96E73
(201,110,115)
#CF7F84
(207,127,132)
#D59095
(213,144,149)
#DBA1A6
(219,161,166)
#E1B2B7
(225,178,183)
#E7C3C8
(231,195,200)
#EDD4D9
(237,212,217)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B73B40 color. Also use rgb(183,59,64) instead hex code.

Text Font Color

.myTextColor { color: #B73B40; }

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

This text font color is #B73B40.


Background Color

.myBgColor { background-color: #B73B40; }

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

This div background color is #B73B40.


Border color

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

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

This div border color is #B73B40.


Opacity

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

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

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

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

This text has shadow with #B73B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B73B40 on black background.


Color preview on white background

This text has color #B73B40 on white background.



Black color preview on #B73B40 background

This text has black color on #B73B40 background.


White color preview on #B73B40 background

This text has white color on #B73B40 background.