Shades of Fire Brick #BE160F
Tints of Fire Brick #BE160F
RGB
CMYK
RGB Variations
Color information
#BE160F (or 0xBE160F) is known color: Fire Brick. HEX triplet: BE, 16 and 0F. RGB value is (190,22,15). Sum of RGB (Red+Green+Blue) = 190+22+15=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE160F is #41E9F0. Grayscale: #474747. Windows color (decimal): -4319729 or 988862. OLE color: 988862.
HSL color Cylindrical-coordinate representation of color #BE160F: hue angle of 2.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE160F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.25 |
| HSL | 2.4º | 0.85% | 0.4% | - |
| HSV(B) | 2.4º | 0.92% | 0.75% | - |
| XYZ | 21.61 | 11.56 | 1.54 | - |
| YUV | 71.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 15 | 0 | 0.88 | 0.92 | 0.25 | 2.4 | 0.85 | 0.4 |
| Hex | BE | 16 | F | 0 | 58 | 5C | 19 | 2 | 55 | 28 |
| Octal | 276 | 26 | 17 | 0 | 130 | 134 | 31 | 2 | 125 | 50 |
| Binary | 10111110 | 10110 | 1111 | 0 | 1011000 | 1011100 | 11001 | 10 | 1010101 | 101000 |
Color Harmonies of #BE160F
Complementary color
Monochromatic Colors of #BE160F
Black with #BE160F
Text Example
Text Example
White with #BE160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE160F; }
p { color: rgb(190,22,15); }
H1.HeaderClassName
{
color: #BE160F;
}
.AnyTagClassName
{
color: #BE160F;
}
</style>
background-color css
<style>
a { background-color: #BE160F; }
a { background-color: rgb(190,22,15); }
div.DivClassName
{
background-color: #BE160F;
}
.BgClassName
{
background-color: #BE160F;
}
</style>
border-color css
<style>
span { border-color: #BE160F; }
span { border-color: rgb(190,22,15); }
td.TdClassName
{
border-color: #BE160F;
}
.TagClassName
{
border-color: #BE160F;
}
</style>