Shades of Fire Brick #BE170E
Tints of Fire Brick #BE170E
RGB
CMYK
RGB Variations
Color information
#BE170E (or 0xBE170E) is known color: Fire Brick. HEX triplet: BE, 17 and 0E. RGB value is (190,23,14). Sum of RGB (Red+Green+Blue) = 190+23+14=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE170E is #41E8F1. Grayscale: #484848. Windows color (decimal): -4319474 or 923582. OLE color: 923582.
HSL color Cylindrical-coordinate representation of color #BE170E: hue angle of 3.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE170E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.25 |
| HSL | 3.07º | 0.86% | 0.4% | - |
| HSV(B) | 3.07º | 0.93% | 0.75% | - |
| XYZ | 21.62 | 11.59 | 1.51 | - |
| YUV | 71.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 14 | 0 | 0.88 | 0.93 | 0.25 | 3.07 | 0.86 | 0.4 |
| Hex | BE | 17 | E | 0 | 58 | 5D | 19 | 3 | 56 | 28 |
| Octal | 276 | 27 | 16 | 0 | 130 | 135 | 31 | 3 | 126 | 50 |
| Binary | 10111110 | 10111 | 1110 | 0 | 1011000 | 1011101 | 11001 | 11 | 1010110 | 101000 |
Color Harmonies of #BE170E
Complementary color
Monochromatic Colors of #BE170E
Black with #BE170E
Text Example
Text Example
White with #BE170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE170E; }
p { color: rgb(190,23,14); }
H1.HeaderClassName
{
color: #BE170E;
}
.AnyTagClassName
{
color: #BE170E;
}
</style>
background-color css
<style>
a { background-color: #BE170E; }
a { background-color: rgb(190,23,14); }
div.DivClassName
{
background-color: #BE170E;
}
.BgClassName
{
background-color: #BE170E;
}
</style>
border-color css
<style>
span { border-color: #BE170E; }
span { border-color: rgb(190,23,14); }
td.TdClassName
{
border-color: #BE170E;
}
.TagClassName
{
border-color: #BE170E;
}
</style>