Shades of Fire Brick #B1240E
Tints of Fire Brick #B1240E
RGB
CMYK
RGB Variations
Color information
#B1240E (or 0xB1240E) is known color: Fire Brick. HEX triplet: B1, 24 and 0E. RGB value is (177,36,14). Sum of RGB (Red+Green+Blue) = 177+36+14=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B1240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1240E is #4EDBF1. Grayscale: #4B4B4B. Windows color (decimal): -5168114 or 926897. OLE color: 926897.
HSL color Cylindrical-coordinate representation of color #B1240E: hue angle of 8.1º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1240E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 14 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.31 |
| HSL | 8.1º | 0.85% | 0.37% | - |
| HSV(B) | 8.1º | 0.92% | 0.69% | - |
| XYZ | 18.84 | 10.64 | 1.48 | - |
| YUV | 75.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 14 | 0 | 0.80 | 0.92 | 0.31 | 8.1 | 0.85 | 0.37 |
| Hex | B1 | 24 | E | 0 | 50 | 5C | 1F | 8 | 55 | 25 |
| Octal | 261 | 44 | 16 | 0 | 120 | 134 | 37 | 10 | 125 | 45 |
| Binary | 10110001 | 100100 | 1110 | 0 | 1010000 | 1011100 | 11111 | 1000 | 1010101 | 100101 |
Color Harmonies of #B1240E
Complementary color
Monochromatic Colors of #B1240E
Black with #B1240E
Text Example
Text Example
White with #B1240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1240E; }
p { color: rgb(177,36,14); }
H1.HeaderClassName
{
color: #B1240E;
}
.AnyTagClassName
{
color: #B1240E;
}
</style>
background-color css
<style>
a { background-color: #B1240E; }
a { background-color: rgb(177,36,14); }
div.DivClassName
{
background-color: #B1240E;
}
.BgClassName
{
background-color: #B1240E;
}
</style>
border-color css
<style>
span { border-color: #B1240E; }
span { border-color: rgb(177,36,14); }
td.TdClassName
{
border-color: #B1240E;
}
.TagClassName
{
border-color: #B1240E;
}
</style>