Shades of Fire Brick #B12612
Tints of Fire Brick #B12612
RGB
CMYK
RGB Variations
Color information
#B12612 (or 0xB12612) is known color: Fire Brick. HEX triplet: B1, 26 and 12. RGB value is (177,38,18). Sum of RGB (Red+Green+Blue) = 177+38+18=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12612 is #4ED9ED. Grayscale: #4D4D4D. Windows color (decimal): -5167598 or 1189553. OLE color: 1189553.
HSL color Cylindrical-coordinate representation of color #B12612: hue angle of 7.55º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B12612 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 18 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.31 |
| HSL | 7.55º | 0.82% | 0.38% | - |
| HSV(B) | 7.55º | 0.9% | 0.69% | - |
| XYZ | 18.93 | 10.78 | 1.65 | - |
| YUV | 77.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 18 | 0 | 0.79 | 0.90 | 0.31 | 7.55 | 0.82 | 0.38 |
| Hex | B1 | 26 | 12 | 0 | 4F | 5A | 1F | 8 | 52 | 26 |
| Octal | 261 | 46 | 22 | 0 | 117 | 132 | 37 | 10 | 122 | 46 |
| Binary | 10110001 | 100110 | 10010 | 0 | 1001111 | 1011010 | 11111 | 1000 | 1010010 | 100110 |
Color Harmonies of #B12612
Complementary color
Monochromatic Colors of #B12612
Black with #B12612
Text Example
Text Example
White with #B12612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12612; }
p { color: rgb(177,38,18); }
H1.HeaderClassName
{
color: #B12612;
}
.AnyTagClassName
{
color: #B12612;
}
</style>
background-color css
<style>
a { background-color: #B12612; }
a { background-color: rgb(177,38,18); }
div.DivClassName
{
background-color: #B12612;
}
.BgClassName
{
background-color: #B12612;
}
</style>
border-color css
<style>
span { border-color: #B12612; }
span { border-color: rgb(177,38,18); }
td.TdClassName
{
border-color: #B12612;
}
.TagClassName
{
border-color: #B12612;
}
</style>