Shades of Fire Brick #B12407
Tints of Fire Brick #B12407
RGB
CMYK
RGB Variations
Color information
#B12407 (or 0xB12407) is known color: Fire Brick. HEX triplet: B1, 24 and 07. RGB value is (177,36,7). Sum of RGB (Red+Green+Blue) = 177+36+7=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B12407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12407 is #4EDBF8. Grayscale: #4B4B4B. Windows color (decimal): -5168121 or 468145. OLE color: 468145.
HSL color Cylindrical-coordinate representation of color #B12407: hue angle of 10.24º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B12407 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.31 |
| HSL | 10.24º | 0.92% | 0.36% | - |
| HSV(B) | 10.24º | 0.96% | 0.69% | - |
| XYZ | 18.8 | 10.62 | 1.26 | - |
| YUV | 74.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 7 | 0 | 0.80 | 0.96 | 0.31 | 10.24 | 0.92 | 0.36 |
| Hex | B1 | 24 | 7 | 0 | 50 | 60 | 1F | A | 5C | 24 |
| Octal | 261 | 44 | 7 | 0 | 120 | 140 | 37 | 12 | 134 | 44 |
| Binary | 10110001 | 100100 | 111 | 0 | 1010000 | 1100000 | 11111 | 1010 | 1011100 | 100100 |
Color Harmonies of #B12407
Complementary color
Monochromatic Colors of #B12407
Black with #B12407
Text Example
Text Example
White with #B12407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12407; }
p { color: rgb(177,36,7); }
H1.HeaderClassName
{
color: #B12407;
}
.AnyTagClassName
{
color: #B12407;
}
</style>
background-color css
<style>
a { background-color: #B12407; }
a { background-color: rgb(177,36,7); }
div.DivClassName
{
background-color: #B12407;
}
.BgClassName
{
background-color: #B12407;
}
</style>
border-color css
<style>
span { border-color: #B12407; }
span { border-color: rgb(177,36,7); }
td.TdClassName
{
border-color: #B12407;
}
.TagClassName
{
border-color: #B12407;
}
</style>