COLOR #B43A04

HEX: #B43A04
RGB: (180,58,4)

Color info

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

RGB color model

#B43A04 color RGB value is (180,58,4).

  • red value is 180;
  • green value is 58;
  • blue value is 4.
RGB:
(180,58,4)
(71%,23%,2%)

RGB channels and saturation

R 180 of 255 = 71%
G 58 of 255 = 23%
B 4 of 255 = 2%

180
58
4

R + G + B ~ 32%. #B43A04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 58 + 4 = 242 (100%)
R 180 of 242 ~ 74.38%
G 58 of 242 ~ 23.97%
B 4 of 242 ~ 1.65%

%74.38
%23.97

CMYK color model

#B43A04 color CMYK value is (0,68,98,29).

  • cyan value is 0.00%
  • magenta value is 67.78%
  • yellow value is 97.78%
  • key color value is 29.41%
CMYK:
(0,68,98,29)
C0M68Y98K29 
(0%,68%,98%,29%)
(0.00/0.68/0.98/0.29)	

CMYK percentages

%0
%67.78
%97.78
%29.41

Codes

Color #B43A04 in popluar color models

B43A04
RGB180584
HSL18°95.65%36.08%
HSB/HSV18°97.78%70.59%
CMYK0.00%67.78%97.78%
29.41%

Color #B43A04 in popluar number systems.

HEXB43A04
Decimal180584
Binary10110100111010100
Octal264724

Shades and tints

Shades of #B43A04

#B43A04
(180,58,4)
#A43504
(164,53,4)
#943004
(148,48,4)
#842B04
(132,43,4)
#742604
(116,38,4)
#642104
(100,33,4)
#541C04
(84,28,4)
#441704
(68,23,4)
#341204
(52,18,4)
#240D04
(36,13,4)
#140804
(20,8,4)
#000000
(0,0,0)

Tints of #B43A04

#B43A04
(180,58,4)
#BA4B1A
(186,75,26)
#C05C30
(192,92,48)
#C66D46
(198,109,70)
#CC7E5C
(204,126,92)
#D28F72
(210,143,114)
#D8A088
(216,160,136)
#DEB19E
(222,177,158)
#E4C2B4
(228,194,180)
#EAD3CA
(234,211,202)
#F0E4E0
(240,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B43A04 color. Also use rgb(180,58,4) instead hex code.

Text Font Color

.myTextColor { color: #B43A04; }

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

This text font color is #B43A04.


Background Color

.myBgColor { background-color: #B43A04; }

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

This div background color is #B43A04.


Border color

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

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

This div border color is #B43A04.


Opacity

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

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

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

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

This text has shadow with #B43A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43A04 on black background.


Color preview on white background

This text has color #B43A04 on white background.



Black color preview on #B43A04 background

This text has black color on #B43A04 background.


White color preview on #B43A04 background

This text has white color on #B43A04 background.