COLOR #B1612C

HEX: #B1612C
RGB: (177,97,44)

Color info

#B1612C contains mainly red color. Web safe color of #B1612C is #996633 (or #963).

RGB color model

#B1612C color RGB value is (177,97,44).

  • red value is 177;
  • green value is 97;
  • blue value is 44.
RGB:
(177,97,44)
(69%,38%,17%)

RGB channels and saturation

R 177 of 255 = 69%
G 97 of 255 = 38%
B 44 of 255 = 17%

177
97
44

R + G + B ~ 41%. #B1612C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 97 + 44 = 318 (100%)
R 177 of 318 ~ 55.66%
G 97 of 318 ~ 30.5%
B 44 of 318 ~ 13.84%

%55.66
%30.5
%13.84

CMYK color model

#B1612C color CMYK value is (0,45,75,31).

  • cyan value is 0.00%
  • magenta value is 45.20%
  • yellow value is 75.14%
  • key color value is 30.59%
CMYK:
(0,45,75,31)
C0M45Y75K31 
(0%,45%,75%,31%)
(0.00/0.45/0.75/0.31)	

CMYK percentages

%0
%45.2
%75.14
%30.59

Codes

Color #B1612C in popluar color models

B1612C
RGB1779744
HSL24°60.18%43.33%
HSB/HSV24°75.14%69.41%
CMYK0.00%45.20%75.14%
30.59%

Color #B1612C in popluar number systems.

HEXB1612C
Decimal1779744
Binary101100011100001101100
Octal26114154

Shades and tints

Shades of #B1612C

#B1612C
(177,97,44)
#A15928
(161,89,40)
#915124
(145,81,36)
#814920
(129,73,32)
#71411C
(113,65,28)
#613918
(97,57,24)
#513114
(81,49,20)
#412910
(65,41,16)
#31210C
(49,33,12)
#211908
(33,25,8)
#111104
(17,17,4)
#000000
(0,0,0)

Tints of #B1612C

#B1612C
(177,97,44)
#B86F3F
(184,111,63)
#BF7D52
(191,125,82)
#C68B65
(198,139,101)
#CD9978
(205,153,120)
#D4A78B
(212,167,139)
#DBB59E
(219,181,158)
#E2C3B1
(226,195,177)
#E9D1C4
(233,209,196)
#F0DFD7
(240,223,215)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1612C color. Also use rgb(177,97,44) instead hex code.

Text Font Color

.myTextColor { color: #B1612C; }

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

This text font color is #B1612C.


Background Color

.myBgColor { background-color: #B1612C; }

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

This div background color is #B1612C.


Border color

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

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

This div border color is #B1612C.


Opacity

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

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

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

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

This text has shadow with #B1612C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1612C on black background.


Color preview on white background

This text has color #B1612C on white background.



Black color preview on #B1612C background

This text has black color on #B1612C background.


White color preview on #B1612C background

This text has white color on #B1612C background.