Shades of Fire Brick #B12924
Tints of Fire Brick #B12924
RGB
CMYK
RGB Variations
Color information
#B12924 (or 0xB12924) is known color: Fire Brick. HEX triplet: B1, 29 and 24. RGB value is (177,41,36). Sum of RGB (Red+Green+Blue) = 177+41+36=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B12924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12924 is #4ED6DB. Grayscale: #515151. Windows color (decimal): -5166812 or 2369969. OLE color: 2369969.
HSL color Cylindrical-coordinate representation of color #B12924: hue angle of 2.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12924 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 36 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.31 |
| HSL | 2.13º | 0.66% | 0.42% | - |
| HSV(B) | 2.13º | 0.8% | 0.69% | - |
| XYZ | 19.24 | 11.06 | 2.79 | - |
| YUV | 81.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 36 | 0 | 0.77 | 0.80 | 0.31 | 2.13 | 0.66 | 0.42 |
| Hex | B1 | 29 | 24 | 0 | 4D | 50 | 1F | 2 | 42 | 2A |
| Octal | 261 | 51 | 44 | 0 | 115 | 120 | 37 | 2 | 102 | 52 |
| Binary | 10110001 | 101001 | 100100 | 0 | 1001101 | 1010000 | 11111 | 10 | 1000010 | 101010 |
Color Harmonies of #B12924
Complementary color
Monochromatic Colors of #B12924
Black with #B12924
Text Example
Text Example
White with #B12924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12924; }
p { color: rgb(177,41,36); }
H1.HeaderClassName
{
color: #B12924;
}
.AnyTagClassName
{
color: #B12924;
}
</style>
background-color css
<style>
a { background-color: #B12924; }
a { background-color: rgb(177,41,36); }
div.DivClassName
{
background-color: #B12924;
}
.BgClassName
{
background-color: #B12924;
}
</style>
border-color css
<style>
span { border-color: #B12924; }
span { border-color: rgb(177,41,36); }
td.TdClassName
{
border-color: #B12924;
}
.TagClassName
{
border-color: #B12924;
}
</style>