COLOR #B40709

HEX: #B40709
RGB: (180,7,9)

Color info

#B40709 contains mainly red color. Web safe color of #B40709 is #CC0000 (or #C00).

RGB color model

#B40709 color RGB value is (180,7,9).

  • red value is 180;
  • green value is 7;
  • blue value is 9.
RGB:
(180,7,9)
(71%,3%,4%)

RGB channels and saturation

R 180 of 255 = 71%
G 7 of 255 = 3%
B 9 of 255 = 4%

180
7
9

R + G + B ~ 26%. #B40709 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 7 + 9 = 196 (100%)
R 180 of 196 ~ 91.84%
G 7 of 196 ~ 3.57%
B 9 of 196 ~ 4.59%

%91.84

CMYK color model

#B40709 color CMYK value is (0,96,95,29).

  • cyan value is 0.00%
  • magenta value is 96.11%
  • yellow value is 95.00%
  • key color value is 29.41%
CMYK:
(0,96,95,29)
C0M96Y95K29 
(0%,96%,95%,29%)
(0.00/0.96/0.95/0.29)	

CMYK percentages

%0
%96.11
%95
%29.41

Codes

Color #B40709 in popluar color models

B40709
RGB18079
HSL359°92.51%36.67%
HSB/HSV359°96.11%70.59%
CMYK0.00%96.11%95.00%
29.41%

Color #B40709 in popluar number systems.

HEXB40709
Decimal18079
Binary101101001111001
Octal264711

Shades and tints

Shades of #B40709

#B40709
(180,7,9)
#A40709
(164,7,9)
#940709
(148,7,9)
#840709
(132,7,9)
#740709
(116,7,9)
#640709
(100,7,9)
#540709
(84,7,9)
#440709
(68,7,9)
#340709
(52,7,9)
#240709
(36,7,9)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #B40709

#B40709
(180,7,9)
#BA1D1F
(186,29,31)
#C03335
(192,51,53)
#C6494B
(198,73,75)
#CC5F61
(204,95,97)
#D27577
(210,117,119)
#D88B8D
(216,139,141)
#DEA1A3
(222,161,163)
#E4B7B9
(228,183,185)
#EACDCF
(234,205,207)
#F0E3E5
(240,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B40709; }

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

This text font color is #B40709.


Background Color

.myBgColor { background-color: #B40709; }

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

This div background color is #B40709.


Border color

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

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

This div border color is #B40709.


Opacity

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

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

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

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

This text has shadow with #B40709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B40709 on black background.


Color preview on white background

This text has color #B40709 on white background.



Black color preview on #B40709 background

This text has black color on #B40709 background.


White color preview on #B40709 background

This text has white color on #B40709 background.