Shades of Fire Brick #B11B16
Tints of Fire Brick #B11B16
RGB
CMYK
RGB Variations
Color information
#B11B16 (or 0xB11B16) is known color: Fire Brick. HEX triplet: B1, 1B and 16. RGB value is (177,27,22). Sum of RGB (Red+Green+Blue) = 177+27+22=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B16 is #4EE4E9. Grayscale: #474747. Windows color (decimal): -5170410 or 1448881. OLE color: 1448881.
HSL color Cylindrical-coordinate representation of color #B11B16: hue angle of 1.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11B16 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 22 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.31 |
| HSL | 1.94º | 0.78% | 0.39% | - |
| HSV(B) | 1.94º | 0.88% | 0.69% | - |
| XYZ | 18.67 | 10.19 | 1.74 | - |
| YUV | 71.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 22 | 0 | 0.85 | 0.88 | 0.31 | 1.94 | 0.78 | 0.39 |
| Hex | B1 | 1B | 16 | 0 | 55 | 58 | 1F | 2 | 4E | 27 |
| Octal | 261 | 33 | 26 | 0 | 125 | 130 | 37 | 2 | 116 | 47 |
| Binary | 10110001 | 11011 | 10110 | 0 | 1010101 | 1011000 | 11111 | 10 | 1001110 | 100111 |
Color Harmonies of #B11B16
Complementary color
Monochromatic Colors of #B11B16
Black with #B11B16
Text Example
Text Example
White with #B11B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B16; }
p { color: rgb(177,27,22); }
H1.HeaderClassName
{
color: #B11B16;
}
.AnyTagClassName
{
color: #B11B16;
}
</style>
background-color css
<style>
a { background-color: #B11B16; }
a { background-color: rgb(177,27,22); }
div.DivClassName
{
background-color: #B11B16;
}
.BgClassName
{
background-color: #B11B16;
}
</style>
border-color css
<style>
span { border-color: #B11B16; }
span { border-color: rgb(177,27,22); }
td.TdClassName
{
border-color: #B11B16;
}
.TagClassName
{
border-color: #B11B16;
}
</style>