Shades of Fire Brick #BE1F16
Tints of Fire Brick #BE1F16
RGB
CMYK
RGB Variations
Color information
#BE1F16 (or 0xBE1F16) is known color: Fire Brick. HEX triplet: BE, 1F and 16. RGB value is (190,31,22). Sum of RGB (Red+Green+Blue) = 190+31+22=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1F16 is #41E0E9. Grayscale: #4D4D4D. Windows color (decimal): -4317418 or 1449918. OLE color: 1449918.
HSL color Cylindrical-coordinate representation of color #BE1F16: hue angle of 3.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1F16 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 31 | 22 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.25 |
| HSL | 3.21º | 0.79% | 0.42% | - |
| HSV(B) | 3.21º | 0.88% | 0.75% | - |
| XYZ | 21.87 | 11.99 | 1.92 | - |
| YUV | 77.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 22 | 0 | 0.84 | 0.88 | 0.25 | 3.21 | 0.79 | 0.42 |
| Hex | BE | 1F | 16 | 0 | 54 | 58 | 19 | 3 | 4F | 2A |
| Octal | 276 | 37 | 26 | 0 | 124 | 130 | 31 | 3 | 117 | 52 |
| Binary | 10111110 | 11111 | 10110 | 0 | 1010100 | 1011000 | 11001 | 11 | 1001111 | 101010 |
Color Harmonies of #BE1F16
Complementary color
Monochromatic Colors of #BE1F16
Black with #BE1F16
Text Example
Text Example
White with #BE1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1F16; }
p { color: rgb(190,31,22); }
H1.HeaderClassName
{
color: #BE1F16;
}
.AnyTagClassName
{
color: #BE1F16;
}
</style>
background-color css
<style>
a { background-color: #BE1F16; }
a { background-color: rgb(190,31,22); }
div.DivClassName
{
background-color: #BE1F16;
}
.BgClassName
{
background-color: #BE1F16;
}
</style>
border-color css
<style>
span { border-color: #BE1F16; }
span { border-color: rgb(190,31,22); }
td.TdClassName
{
border-color: #BE1F16;
}
.TagClassName
{
border-color: #BE1F16;
}
</style>