COLOR #B2040E

HEX: #B2040E
RGB: (178,4,14)

Color info

#B2040E contains mainly red color. Web safe color of #B2040E is #990000 (or #900).

RGB color model

#B2040E color RGB value is (178,4,14).

  • red value is 178;
  • green value is 4;
  • blue value is 14.
RGB:
(178,4,14)
(70%,2%,5%)

RGB channels and saturation

R 178 of 255 = 70%
G 4 of 255 = 2%
B 14 of 255 = 5%

178
4
14

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

Portions of RGB colors in percentages

R + G + B =
178 + 4 + 14 = 196 (100%)
R 178 of 196 ~ 90.82%
G 4 of 196 ~ 2.04%
B 14 of 196 ~ 7.14%

%90.82

CMYK color model

#B2040E color CMYK value is (0,98,92,30).

  • cyan value is 0.00%
  • magenta value is 97.75%
  • yellow value is 92.13%
  • key color value is 30.20%
CMYK:
(0,98,92,30)
C0M98Y92K30 
(0%,98%,92%,30%)
(0.00/0.98/0.92/0.30)	

CMYK percentages

%0
%97.75
%92.13
%30.2

Codes

Color #B2040E in popluar color models

B2040E
RGB178414
HSL357°95.60%35.69%
HSB/HSV357°97.75%69.80%
CMYK0.00%97.75%92.13%
30.20%

Color #B2040E in popluar number systems.

HEXB2040E
Decimal178414
Binary101100101001110
Octal262416

Shades and tints

Shades of #B2040E

#B2040E
(178,4,14)
#A2040D
(162,4,13)
#92040C
(146,4,12)
#82040B
(130,4,11)
#72040A
(114,4,10)
#620409
(98,4,9)
#520408
(82,4,8)
#420407
(66,4,7)
#320406
(50,4,6)
#220405
(34,4,5)
#120404
(18,4,4)
#000000
(0,0,0)

Tints of #B2040E

#B2040E
(178,4,14)
#B91A23
(185,26,35)
#C03038
(192,48,56)
#C7464D
(199,70,77)
#CE5C62
(206,92,98)
#D57277
(213,114,119)
#DC888C
(220,136,140)
#E39EA1
(227,158,161)
#EAB4B6
(234,180,182)
#F1CACB
(241,202,203)
#F8E0E0
(248,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2040E color. Also use rgb(178,4,14) instead hex code.

Text Font Color

.myTextColor { color: #B2040E; }

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

This text font color is #B2040E.


Background Color

.myBgColor { background-color: #B2040E; }

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

This div background color is #B2040E.


Border color

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

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

This div border color is #B2040E.


Opacity

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

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

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

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

This text has shadow with #B2040E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2040E on black background.


Color preview on white background

This text has color #B2040E on white background.



Black color preview on #B2040E background

This text has black color on #B2040E background.


White color preview on #B2040E background

This text has white color on #B2040E background.