Shades of Fire Brick #BE1611
Tints of Fire Brick #BE1611
RGB
CMYK
RGB Variations
Color information
#BE1611 (or 0xBE1611) is known color: Fire Brick. HEX triplet: BE, 16 and 11. RGB value is (190,22,17). Sum of RGB (Red+Green+Blue) = 190+22+17=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1611 is #41E9EE. Grayscale: #474747. Windows color (decimal): -4319727 or 1119934. OLE color: 1119934.
HSL color Cylindrical-coordinate representation of color #BE1611: hue angle of 1.73º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1611 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 17 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.25 |
| HSL | 1.73º | 0.84% | 0.41% | - |
| HSV(B) | 1.73º | 0.91% | 0.75% | - |
| XYZ | 21.62 | 11.56 | 1.62 | - |
| YUV | 71.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 17 | 0 | 0.88 | 0.91 | 0.25 | 1.73 | 0.84 | 0.41 |
| Hex | BE | 16 | 11 | 0 | 58 | 5B | 19 | 2 | 54 | 29 |
| Octal | 276 | 26 | 21 | 0 | 130 | 133 | 31 | 2 | 124 | 51 |
| Binary | 10111110 | 10110 | 10001 | 0 | 1011000 | 1011011 | 11001 | 10 | 1010100 | 101001 |
Color Harmonies of #BE1611
Complementary color
Monochromatic Colors of #BE1611
Black with #BE1611
Text Example
Text Example
White with #BE1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1611; }
p { color: rgb(190,22,17); }
H1.HeaderClassName
{
color: #BE1611;
}
.AnyTagClassName
{
color: #BE1611;
}
</style>
background-color css
<style>
a { background-color: #BE1611; }
a { background-color: rgb(190,22,17); }
div.DivClassName
{
background-color: #BE1611;
}
.BgClassName
{
background-color: #BE1611;
}
</style>
border-color css
<style>
span { border-color: #BE1611; }
span { border-color: rgb(190,22,17); }
td.TdClassName
{
border-color: #BE1611;
}
.TagClassName
{
border-color: #BE1611;
}
</style>