HEX: #BE3E12
RGB: (190,62,18)
#BE3E12 contains mainly red color. Web safe color of #BE3E12 is #CC3300 (or #C30).
#BE3E12 color RGB value is (190,62,18).
RGB: (190,62,18)
(75%, 24%, 7%)
R 190 of 255 = 75%
G 62 of 255 = 24%
B 18 of 255 = 7%
R + G + B ~ 35%. #BE3E12 is quite dark color.
R + G + B = 190 + 62 + 18 = 270 (100%)
R 190 of 270 ~ 70.37%
G 62 of 270 ~ 22.96%
B 18 of 270 ~ 6.67'%
#BE3E12 color CMYK value is (0,67,91,25).
CMYK: (0,67,91,25)
C0M67Y91K25 (0%, 67%, 91%, 25%)
(0.00 / 0.67 / 0.91 / 0.25)
Color #BE3E12 in popluar color models
BE | 3E | 12 | |
---|---|---|---|
RGB | 190 | 62 | 18 |
HSL | 15° | 82.69% | 40.78% |
HSB/HSV | 15° | 90.53% | 74.51% |
CMYK | 0.00% | 67.37% | 90.53% |
25.49% |
Color #BE3E12 in popluar number systems.
HEX | BE | 3E | 12 |
Decimal | 190 | 62 | 18 |
Binary | 10111110 | 111110 | 10010 |
Octal | 276 | 76 | 22 |
Shades of #BE3E12
Tints of #BE3E12
Examples of css and html codes for elements with #BE3E12 color. Also use rgb(190,62,18) instead hex code.
.myTextColor { color: #BE3E12; }
<p style="color:#BE3E12">This sample text font color is #BE3E12.</p>
This text font color is #BE3E12.
.myBgColor { background-color: #BE3E12; }
<div style="background-color:#BE3E12">Inner text</div>
This div background color is #BE3E12.
.myBorderColor { border: 1px solid #BE3E12; }
<div style="border:3px solid #BE3E12">Div</div>
This div border color is #BE3E12.
.myOpacity80 { color: #BE3E12; opacity: 0.8; }
<p style="color:#BE3E12;opacity:0.8;">80%</p>
Text with #BE3E12 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE3E12;}
<p style="text-shadow: 3px 3px 1px #BE3E12">Text here.</p>
This text has shadow with #BE3E12 color.
.textShadow {text-shadow: 3px 3px 1px #BE3E12', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE3E12, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE3E12 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE3E12, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE3E12, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE3E12 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE3E12;
-webkit-box-shadow: 1px 1px 3px 2px #BE3E12;
box-shadow: 1px 1px 3px 2px #BE3E12;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE3E12; -webkit-box-shadow: 1px 1px 3px 2px #BE3E12; box-shadow:1px 1px 3px 2px #BE3E12;">
Div content here
</div>
This text has color #BE3E12 on black background.
This text has color #BE3E12 on white background.
This text has black color on #BE3E12 background.
This text has white color on #BE3E12 background.
Complementary color for #hex is #41C1ED.