Shades of Fire Brick #B12826
Tints of Fire Brick #B12826
RGB
CMYK
RGB Variations
Color information
#B12826 (or 0xB12826) is known color: Fire Brick. HEX triplet: B1, 28 and 26. RGB value is (177,40,38). Sum of RGB (Red+Green+Blue) = 177+40+38=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B12826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12826 is #4ED7D9. Grayscale: #505050. Windows color (decimal): -5167066 or 2500785. OLE color: 2500785.
HSL color Cylindrical-coordinate representation of color #B12826: hue angle of 0.86º 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 #B12826 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 38 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.31 |
| HSL | 0.86º | 0.65% | 0.42% | - |
| HSV(B) | 0.86º | 0.79% | 0.69% | - |
| XYZ | 19.24 | 11 | 2.94 | - |
| YUV | 80.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 38 | 0 | 0.77 | 0.79 | 0.31 | 0.86 | 0.65 | 0.42 |
| Hex | B1 | 28 | 26 | 0 | 4D | 4F | 1F | 1 | 41 | 2A |
| Octal | 261 | 50 | 46 | 0 | 115 | 117 | 37 | 1 | 101 | 52 |
| Binary | 10110001 | 101000 | 100110 | 0 | 1001101 | 1001111 | 11111 | 1 | 1000001 | 101010 |
Color Harmonies of #B12826
Complementary color
Monochromatic Colors of #B12826
Black with #B12826
Text Example
Text Example
White with #B12826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12826; }
p { color: rgb(177,40,38); }
H1.HeaderClassName
{
color: #B12826;
}
.AnyTagClassName
{
color: #B12826;
}
</style>
background-color css
<style>
a { background-color: #B12826; }
a { background-color: rgb(177,40,38); }
div.DivClassName
{
background-color: #B12826;
}
.BgClassName
{
background-color: #B12826;
}
</style>
border-color css
<style>
span { border-color: #B12826; }
span { border-color: rgb(177,40,38); }
td.TdClassName
{
border-color: #B12826;
}
.TagClassName
{
border-color: #B12826;
}
</style>