Shades of Fire Brick #B12928
Tints of Fire Brick #B12928
RGB
CMYK
RGB Variations
Color information
#B12928 (or 0xB12928) is known color: Fire Brick. HEX triplet: B1, 29 and 28. RGB value is (177,41,40). Sum of RGB (Red+Green+Blue) = 177+41+40=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B12928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12928 is #4ED6D7. Grayscale: #515151. Windows color (decimal): -5166808 or 2632113. OLE color: 2632113.
HSL color Cylindrical-coordinate representation of color #B12928: hue angle of 0.44º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12928 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 40 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.31 |
| HSL | 0.44º | 0.63% | 0.43% | - |
| HSV(B) | 0.44º | 0.77% | 0.69% | - |
| XYZ | 19.31 | 11.09 | 3.13 | - |
| YUV | 81.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 40 | 0 | 0.77 | 0.77 | 0.31 | 0.44 | 0.63 | 0.43 |
| Hex | B1 | 29 | 28 | 0 | 4D | 4D | 1F | 0 | 3F | 2B |
| Octal | 261 | 51 | 50 | 0 | 115 | 115 | 37 | 0 | 77 | 53 |
| Binary | 10110001 | 101001 | 101000 | 0 | 1001101 | 1001101 | 11111 | 0 | 111111 | 101011 |
Color Harmonies of #B12928
Complementary color
Monochromatic Colors of #B12928
Black with #B12928
Text Example
Text Example
White with #B12928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12928; }
p { color: rgb(177,41,40); }
H1.HeaderClassName
{
color: #B12928;
}
.AnyTagClassName
{
color: #B12928;
}
</style>
background-color css
<style>
a { background-color: #B12928; }
a { background-color: rgb(177,41,40); }
div.DivClassName
{
background-color: #B12928;
}
.BgClassName
{
background-color: #B12928;
}
</style>
border-color css
<style>
span { border-color: #B12928; }
span { border-color: rgb(177,41,40); }
td.TdClassName
{
border-color: #B12928;
}
.TagClassName
{
border-color: #B12928;
}
</style>