Shades of Fire Brick #B12912
Tints of Fire Brick #B12912
RGB
CMYK
RGB Variations
Color information
#B12912 (or 0xB12912) is known color: Fire Brick. HEX triplet: B1, 29 and 12. RGB value is (177,41,18). Sum of RGB (Red+Green+Blue) = 177+41+18=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B12912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12912 is #4ED6ED. Grayscale: #4F4F4F. Windows color (decimal): -5166830 or 1190321. OLE color: 1190321.
HSL color Cylindrical-coordinate representation of color #B12912: hue angle of 8.68º 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 #B12912 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.31 |
| HSL | 8.68º | 0.82% | 0.38% | - |
| HSV(B) | 8.68º | 0.9% | 0.69% | - |
| XYZ | 19.03 | 10.98 | 1.69 | - |
| YUV | 79.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 18 | 0 | 0.77 | 0.90 | 0.31 | 8.68 | 0.82 | 0.38 |
| Hex | B1 | 29 | 12 | 0 | 4D | 5A | 1F | 9 | 52 | 26 |
| Octal | 261 | 51 | 22 | 0 | 115 | 132 | 37 | 11 | 122 | 46 |
| Binary | 10110001 | 101001 | 10010 | 0 | 1001101 | 1011010 | 11111 | 1001 | 1010010 | 100110 |
Color Harmonies of #B12912
Complementary color
Monochromatic Colors of #B12912
Black with #B12912
Text Example
Text Example
White with #B12912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12912; }
p { color: rgb(177,41,18); }
H1.HeaderClassName
{
color: #B12912;
}
.AnyTagClassName
{
color: #B12912;
}
</style>
background-color css
<style>
a { background-color: #B12912; }
a { background-color: rgb(177,41,18); }
div.DivClassName
{
background-color: #B12912;
}
.BgClassName
{
background-color: #B12912;
}
</style>
border-color css
<style>
span { border-color: #B12912; }
span { border-color: rgb(177,41,18); }
td.TdClassName
{
border-color: #B12912;
}
.TagClassName
{
border-color: #B12912;
}
</style>