HEX: #B5422F
RGB: (181,66,47)
#B5422F contains mainly red color. Web safe color of #B5422F is #CC3333 (or #C33).
#B5422F color RGB value is (181,66,47).
RGB: (181,66,47)
(71%, 26%, 18%)
R 181 of 255 = 71%
G 66 of 255 = 26%
B 47 of 255 = 18%
R + G + B ~ 38%. #B5422F is quite dark color.
R + G + B = 181 + 66 + 47 = 294 (100%)
R 181 of 294 ~ 61.56%
G 66 of 294 ~ 22.45%
B 47 of 294 ~ 15.99'%
#B5422F color CMYK value is (0,64,74,29).
CMYK: (0,64,74,29) C0M64Y74K29 (0%,64%,74%,29%) (0.00/0.64/0.74/0.29)
Color #B5422F in popluar color models
B5 | 42 | 2F | |
---|---|---|---|
RGB | 181 | 66 | 47 |
HSL | 9° | 58.77% | 44.71% |
HSB/HSV | 9° | 74.03% | 70.98% |
CMYK | 0.00% | 63.54% | 74.03% |
29.02% |
Color #B5422F in popluar number systems.
HEX | B5 | 42 | 2F |
Decimal | 181 | 66 | 47 |
Binary | 10110101 | 1000010 | 101111 |
Octal | 265 | 102 | 57 |
Shades of #B5422F
Tints of #B5422F
Examples of css and html codes for elements with #B5422F color. Also use rgb(181,66,47) instead hex code.
.myTextColor { color: #B5422F; }
<p style="color:#B5422F">This sample text font color is #B5422F.</p>
This text font color is #B5422F.
.myBgColor { background-color: #B5422F; }
<div style="background-color:#B5422F">Inner text</div>
This div background color is #B5422F.
.myBorderColor { border: 1px solid #B5422F; }
<div style="border:3px solid #B5422F">Div</div>
This div border color is #B5422F.
.myOpacity80 { color: #B5422F; opacity: 0.8; }
<p style="color:#B5422F;opacity:0.8;">80%</p>
Text with #B5422F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5422F;}
<p style="text-shadow: 3px 3px 1px #B5422F">Text here.</p>
This text has shadow with #B5422F color.
.textShadow {text-shadow: 3px 3px 1px #B5422F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5422F, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5422F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5422F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5422F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5422F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5422F;
-webkit-box-shadow: 1px 1px 3px 2px #B5422F;
box-shadow: 1px 1px 3px 2px #B5422F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5422F; -webkit-box-shadow: 1px 1px 3px 2px #B5422F; box-shadow:1px 1px 3px 2px #B5422F;">
Div content here
</div>
This text has color #B5422F on black background.
This text has color #B5422F on white background.
This text has black color on #B5422F background.
This text has white color on #B5422F background.
Complementary color for #hex is #4ABDD0.