Shades of Fire Brick #B12626
Tints of Fire Brick #B12626
RGB
CMYK
RGB Variations
Color information
#B12626 (or 0xB12626) is known color: Fire Brick. HEX triplet: B1, 26 and 26. RGB value is (177,38,38). Sum of RGB (Red+Green+Blue) = 177+38+38=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B12626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12626 is #4ED9D9. Grayscale: #4F4F4F. Windows color (decimal): -5167578 or 2500273. OLE color: 2500273.
HSL color Cylindrical-coordinate representation of color #B12626: hue angle of 0º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12626 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 38 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.31 |
| HSL | 0º | 0.65% | 0.42% | - |
| HSV(B) | 0º | 0.79% | 0.69% | - |
| XYZ | 19.17 | 10.87 | 2.92 | - |
| YUV | 79.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 38 | 0 | 0.79 | 0.79 | 0.31 | 0 | 0.65 | 0.42 |
| Hex | B1 | 26 | 26 | 0 | 4F | 4F | 1F | 0 | 41 | 2A |
| Octal | 261 | 46 | 46 | 0 | 117 | 117 | 37 | 0 | 101 | 52 |
| Binary | 10110001 | 100110 | 100110 | 0 | 1001111 | 1001111 | 11111 | 0 | 1000001 | 101010 |
Color Harmonies of #B12626
Complementary color
Monochromatic Colors of #B12626
Black with #B12626
Text Example
Text Example
White with #B12626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12626; }
p { color: rgb(177,38,38); }
H1.HeaderClassName
{
color: #B12626;
}
.AnyTagClassName
{
color: #B12626;
}
</style>
background-color css
<style>
a { background-color: #B12626; }
a { background-color: rgb(177,38,38); }
div.DivClassName
{
background-color: #B12626;
}
.BgClassName
{
background-color: #B12626;
}
</style>
border-color css
<style>
span { border-color: #B12626; }
span { border-color: rgb(177,38,38); }
td.TdClassName
{
border-color: #B12626;
}
.TagClassName
{
border-color: #B12626;
}
</style>