COLOR #B43939

HEX: #B43939
RGB: (180,57,57)

Color info

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

RGB color model

#B43939 color RGB value is (180,57,57).

  • red value is 180;
  • green value is 57;
  • blue value is 57.
RGB:
(180,57,57)
(71%,22%,22%)

RGB channels and saturation

R 180 of 255 = 71%
G 57 of 255 = 22%
B 57 of 255 = 22%

180
57
57

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

Portions of RGB colors in percentages

R + G + B =
180 + 57 + 57 = 294 (100%)
R 180 of 294 ~ 61.22%
G 57 of 294 ~ 19.39%
B 57 of 294 ~ 19.39%

%61.22
%19.39
%19.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 68.33%
  • yellow value is 68.33%
  • key color value is 29.41%
CMYK:
(0,68,68,29)
C0M68Y68K29 
(0%,68%,68%,29%)
(0.00/0.68/0.68/0.29)	

CMYK percentages

%0
%68.33
%68.33
%29.41

Codes

Color #B43939 in popluar color models

B43939
RGB1805757
HSL51.90%46.47%
HSB/HSV68.33%70.59%
CMYK0.00%68.33%68.33%
29.41%

Color #B43939 in popluar number systems.

HEXB43939
Decimal1805757
Binary10110100111001111001
Octal2647171

Shades and tints

Shades of #B43939

#B43939
(180,57,57)
#A43434
(164,52,52)
#942F2F
(148,47,47)
#842A2A
(132,42,42)
#742525
(116,37,37)
#642020
(100,32,32)
#541B1B
(84,27,27)
#441616
(68,22,22)
#341111
(52,17,17)
#240C0C
(36,12,12)
#140707
(20,7,7)
#000000
(0,0,0)

Tints of #B43939

#B43939
(180,57,57)
#BA4B4B
(186,75,75)
#C05D5D
(192,93,93)
#C66F6F
(198,111,111)
#CC8181
(204,129,129)
#D29393
(210,147,147)
#D8A5A5
(216,165,165)
#DEB7B7
(222,183,183)
#E4C9C9
(228,201,201)
#EADBDB
(234,219,219)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B43939; }

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

This text font color is #B43939.


Background Color

.myBgColor { background-color: #B43939; }

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

This div background color is #B43939.


Border color

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

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

This div border color is #B43939.


Opacity

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

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

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

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

This text has shadow with #B43939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43939 on black background.


Color preview on white background

This text has color #B43939 on white background.



Black color preview on #B43939 background

This text has black color on #B43939 background.


White color preview on #B43939 background

This text has white color on #B43939 background.