HEX: #B1503C
RGB: (177,80,60)
#B1503C contains mainly red color. Web safe color of #B1503C is #996633 (or #963).
#B1503C color RGB value is (177,80,60).
RGB: (177,80,60)
(69%, 31%, 24%)
R 177 of 255 = 69%
G 80 of 255 = 31%
B 60 of 255 = 24%
R + G + B ~ 41%. #B1503C is middle color (not dark and not light).
R + G + B = 177 + 80 + 60 = 317 (100%)
R 177 of 317 ~ 55.84%
G 80 of 317 ~ 25.24%
B 60 of 317 ~ 18.93'%
#B1503C color CMYK value is (0,55,66,31).
CMYK: (0,55,66,31) C0M55Y66K31 (0%,55%,66%,31%) (0.00/0.55/0.66/0.31)
Color #B1503C in popluar color models
B1 | 50 | 3C | |
---|---|---|---|
RGB | 177 | 80 | 60 |
HSL | 10° | 49.37% | 46.47% |
HSB/HSV | 10° | 66.10% | 69.41% |
CMYK | 0.00% | 54.80% | 66.10% |
30.59% |
Color #B1503C in popluar number systems.
HEX | B1 | 50 | 3C |
Decimal | 177 | 80 | 60 |
Binary | 10110001 | 1010000 | 111100 |
Octal | 261 | 120 | 74 |
Shades of #B1503C
Tints of #B1503C
Examples of css and html codes for elements with #B1503C color. Also use rgb(177,80,60) instead hex code.
.myTextColor { color: #B1503C; }
<p style="color:#B1503C">This sample text font color is #B1503C.</p>
This text font color is #B1503C.
.myBgColor { background-color: #B1503C; }
<div style="background-color:#B1503C">Inner text</div>
This div background color is #B1503C.
.myBorderColor { border: 1px solid #B1503C; }
<div style="border:3px solid #B1503C">Div</div>
This div border color is #B1503C.
.myOpacity80 { color: #B1503C; opacity: 0.8; }
<p style="color:#B1503C;opacity:0.8;">80%</p>
Text with #B1503C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B1503C;}
<p style="text-shadow: 3px 3px 1px #B1503C">Text here.</p>
This text has shadow with #B1503C color.
.textShadow {text-shadow: 3px 3px 1px #B1503C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B1503C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B1503C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1503C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B1503C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B1503C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B1503C;
-webkit-box-shadow: 1px 1px 3px 2px #B1503C;
box-shadow: 1px 1px 3px 2px #B1503C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B1503C; -webkit-box-shadow: 1px 1px 3px 2px #B1503C; box-shadow:1px 1px 3px 2px #B1503C;">
Div content here
</div>
This text has color #B1503C on black background.
This text has color #B1503C on white background.
This text has black color on #B1503C background.
This text has white color on #B1503C background.
Complementary color for #hex is #4EAFC3.