Shades of Fire Brick #B12110
Tints of Fire Brick #B12110
RGB
CMYK
RGB Variations
Color information
#B12110 (or 0xB12110) is known color: Fire Brick. HEX triplet: B1, 21 and 10. RGB value is (177,33,16). Sum of RGB (Red+Green+Blue) = 177+33+16=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B12110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12110 is #4EDEEF. Grayscale: #4A4A4A. Windows color (decimal): -5168880 or 1057201. OLE color: 1057201.
HSL color Cylindrical-coordinate representation of color #B12110: hue angle of 6.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B12110 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 16 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.31 |
| HSL | 6.34º | 0.83% | 0.38% | - |
| HSV(B) | 6.34º | 0.91% | 0.69% | - |
| XYZ | 18.77 | 10.47 | 1.52 | - |
| YUV | 74.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 16 | 0 | 0.81 | 0.91 | 0.31 | 6.34 | 0.83 | 0.38 |
| Hex | B1 | 21 | 10 | 0 | 51 | 5B | 1F | 6 | 53 | 26 |
| Octal | 261 | 41 | 20 | 0 | 121 | 133 | 37 | 6 | 123 | 46 |
| Binary | 10110001 | 100001 | 10000 | 0 | 1010001 | 1011011 | 11111 | 110 | 1010011 | 100110 |
Color Harmonies of #B12110
Complementary color
Monochromatic Colors of #B12110
Black with #B12110
Text Example
Text Example
White with #B12110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12110; }
p { color: rgb(177,33,16); }
H1.HeaderClassName
{
color: #B12110;
}
.AnyTagClassName
{
color: #B12110;
}
</style>
background-color css
<style>
a { background-color: #B12110; }
a { background-color: rgb(177,33,16); }
div.DivClassName
{
background-color: #B12110;
}
.BgClassName
{
background-color: #B12110;
}
</style>
border-color css
<style>
span { border-color: #B12110; }
span { border-color: rgb(177,33,16); }
td.TdClassName
{
border-color: #B12110;
}
.TagClassName
{
border-color: #B12110;
}
</style>