Shades of Fire Brick #B11811
Tints of Fire Brick #B11811
RGB
CMYK
RGB Variations
Color information
#B11811 (or 0xB11811) is known color: Fire Brick. HEX triplet: B1, 18 and 11. RGB value is (177,24,17). Sum of RGB (Red+Green+Blue) = 177+24+17=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11811 is #4EE7EE. Grayscale: #454545. Windows color (decimal): -5171183 or 1120433. OLE color: 1120433.
HSL color Cylindrical-coordinate representation of color #B11811: hue angle of 2.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 17 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.31 |
| HSL | 2.63º | 0.82% | 0.38% | - |
| HSV(B) | 2.63º | 0.9% | 0.69% | - |
| XYZ | 18.56 | 10.04 | 1.49 | - |
| YUV | 68.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 17 | 0 | 0.86 | 0.90 | 0.31 | 2.63 | 0.82 | 0.38 |
| Hex | B1 | 18 | 11 | 0 | 56 | 5A | 1F | 3 | 52 | 26 |
| Octal | 261 | 30 | 21 | 0 | 126 | 132 | 37 | 3 | 122 | 46 |
| Binary | 10110001 | 11000 | 10001 | 0 | 1010110 | 1011010 | 11111 | 11 | 1010010 | 100110 |
Color Harmonies of #B11811
Complementary color
Monochromatic Colors of #B11811
Black with #B11811
Text Example
Text Example
White with #B11811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11811; }
p { color: rgb(177,24,17); }
H1.HeaderClassName
{
color: #B11811;
}
.AnyTagClassName
{
color: #B11811;
}
</style>
background-color css
<style>
a { background-color: #B11811; }
a { background-color: rgb(177,24,17); }
div.DivClassName
{
background-color: #B11811;
}
.BgClassName
{
background-color: #B11811;
}
</style>
border-color css
<style>
span { border-color: #B11811; }
span { border-color: rgb(177,24,17); }
td.TdClassName
{
border-color: #B11811;
}
.TagClassName
{
border-color: #B11811;
}
</style>