COLOR #B73A15

HEX: #B73A15
RGB: (183,58,21)

Color info

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

RGB color model

#B73A15 color RGB value is (183,58,21).

  • red value is 183;
  • green value is 58;
  • blue value is 21.
RGB:
(183,58,21)
(72%,23%,8%)

RGB channels and saturation

R 183 of 255 = 72%
G 58 of 255 = 23%
B 21 of 255 = 8%

183
58
21

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

Portions of RGB colors in percentages

R + G + B =
183 + 58 + 21 = 262 (100%)
R 183 of 262 ~ 69.85%
G 58 of 262 ~ 22.14%
B 21 of 262 ~ 8.02%

%69.85
%22.14

CMYK color model

#B73A15 color CMYK value is (0,68,89,28).

  • cyan value is 0.00%
  • magenta value is 68.31%
  • yellow value is 88.52%
  • key color value is 28.24%
CMYK:
(0,68,89,28)
C0M68Y89K28 
(0%,68%,89%,28%)
(0.00/0.68/0.89/0.28)	

CMYK percentages

%0
%68.31
%88.52
%28.24

Codes

Color #B73A15 in popluar color models

B73A15
RGB1835821
HSL14°79.41%40.00%
HSB/HSV14°88.52%71.76%
CMYK0.00%68.31%88.52%
28.24%

Color #B73A15 in popluar number systems.

HEXB73A15
Decimal1835821
Binary1011011111101010101
Octal2677225

Shades and tints

Shades of #B73A15

#B73A15
(183,58,21)
#A73514
(167,53,20)
#973013
(151,48,19)
#872B12
(135,43,18)
#772611
(119,38,17)
#672110
(103,33,16)
#571C0F
(87,28,15)
#47170E
(71,23,14)
#37120D
(55,18,13)
#270D0C
(39,13,12)
#17080B
(23,8,11)
#000000
(0,0,0)

Tints of #B73A15

#B73A15
(183,58,21)
#BD4B2A
(189,75,42)
#C35C3F
(195,92,63)
#C96D54
(201,109,84)
#CF7E69
(207,126,105)
#D58F7E
(213,143,126)
#DBA093
(219,160,147)
#E1B1A8
(225,177,168)
#E7C2BD
(231,194,189)
#EDD3D2
(237,211,210)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B73A15 color. Also use rgb(183,58,21) instead hex code.

Text Font Color

.myTextColor { color: #B73A15; }

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

This text font color is #B73A15.


Background Color

.myBgColor { background-color: #B73A15; }

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

This div background color is #B73A15.


Border color

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

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

This div border color is #B73A15.


Opacity

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

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

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

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

This text has shadow with #B73A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B73A15 on black background.


Color preview on white background

This text has color #B73A15 on white background.



Black color preview on #B73A15 background

This text has black color on #B73A15 background.


White color preview on #B73A15 background

This text has white color on #B73A15 background.