COLOR #B7122E

HEX: #B7122E
RGB: (183,18,46)

Color info

#B7122E contains mainly red color. Web safe color of #B7122E is #CC0033 (or #C03).

RGB color model

#B7122E color RGB value is (183,18,46).

  • red value is 183;
  • green value is 18;
  • blue value is 46.
RGB:
(183,18,46)
(72%,7%,18%)

RGB channels and saturation

R 183 of 255 = 72%
G 18 of 255 = 7%
B 46 of 255 = 18%

183
18
46

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

Portions of RGB colors in percentages

R + G + B =
183 + 18 + 46 = 247 (100%)
R 183 of 247 ~ 74.09%
G 18 of 247 ~ 7.29%
B 46 of 247 ~ 18.62%

%74.09
%18.62

CMYK color model

#B7122E color CMYK value is (0,90,75,28).

  • cyan value is 0.00%
  • magenta value is 90.16%
  • yellow value is 74.86%
  • key color value is 28.24%
CMYK:
(0,90,75,28)
C0M90Y75K28 
(0%,90%,75%,28%)
(0.00/0.90/0.75/0.28)	

CMYK percentages

%0
%90.16
%74.86
%28.24

Codes

Color #B7122E in popluar color models

B7122E
RGB1831846
HSL350°82.09%39.41%
HSB/HSV350°90.16%71.76%
CMYK0.00%90.16%74.86%
28.24%

Color #B7122E in popluar number systems.

HEXB7122E
Decimal1831846
Binary1011011110010101110
Octal2672256

Shades and tints

Shades of #B7122E

#B7122E
(183,18,46)
#A7112A
(167,17,42)
#971026
(151,16,38)
#870F22
(135,15,34)
#770E1E
(119,14,30)
#670D1A
(103,13,26)
#570C16
(87,12,22)
#470B12
(71,11,18)
#370A0E
(55,10,14)
#27090A
(39,9,10)
#170806
(23,8,6)
#000000
(0,0,0)

Tints of #B7122E

#B7122E
(183,18,46)
#BD2741
(189,39,65)
#C33C54
(195,60,84)
#C95167
(201,81,103)
#CF667A
(207,102,122)
#D57B8D
(213,123,141)
#DB90A0
(219,144,160)
#E1A5B3
(225,165,179)
#E7BAC6
(231,186,198)
#EDCFD9
(237,207,217)
#F3E4EC
(243,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7122E color. Also use rgb(183,18,46) instead hex code.

Text Font Color

.myTextColor { color: #B7122E; }

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

This text font color is #B7122E.


Background Color

.myBgColor { background-color: #B7122E; }

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

This div background color is #B7122E.


Border color

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

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

This div border color is #B7122E.


Opacity

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

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

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

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

This text has shadow with #B7122E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7122E on black background.


Color preview on white background

This text has color #B7122E on white background.



Black color preview on #B7122E background

This text has black color on #B7122E background.


White color preview on #B7122E background

This text has white color on #B7122E background.