Shades of Fire Brick #B11D16
Tints of Fire Brick #B11D16
RGB
CMYK
RGB Variations
Color information
#B11D16 (or 0xB11D16) is known color: Fire Brick. HEX triplet: B1, 1D and 16. RGB value is (177,29,22). Sum of RGB (Red+Green+Blue) = 177+29+22=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11D16 is #4EE2E9. Grayscale: #484848. Windows color (decimal): -5169898 or 1449393. OLE color: 1449393.
HSL color Cylindrical-coordinate representation of color #B11D16: hue angle of 2.71º 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 #B11D16 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 22 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.31 |
| HSL | 2.71º | 0.78% | 0.39% | - |
| HSV(B) | 2.71º | 0.88% | 0.69% | - |
| XYZ | 18.72 | 10.28 | 1.76 | - |
| YUV | 72.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 22 | 0 | 0.84 | 0.88 | 0.31 | 2.71 | 0.78 | 0.39 |
| Hex | B1 | 1D | 16 | 0 | 54 | 58 | 1F | 3 | 4E | 27 |
| Octal | 261 | 35 | 26 | 0 | 124 | 130 | 37 | 3 | 116 | 47 |
| Binary | 10110001 | 11101 | 10110 | 0 | 1010100 | 1011000 | 11111 | 11 | 1001110 | 100111 |
Color Harmonies of #B11D16
Complementary color
Monochromatic Colors of #B11D16
Black with #B11D16
Text Example
Text Example
White with #B11D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D16; }
p { color: rgb(177,29,22); }
H1.HeaderClassName
{
color: #B11D16;
}
.AnyTagClassName
{
color: #B11D16;
}
</style>
background-color css
<style>
a { background-color: #B11D16; }
a { background-color: rgb(177,29,22); }
div.DivClassName
{
background-color: #B11D16;
}
.BgClassName
{
background-color: #B11D16;
}
</style>
border-color css
<style>
span { border-color: #B11D16; }
span { border-color: rgb(177,29,22); }
td.TdClassName
{
border-color: #B11D16;
}
.TagClassName
{
border-color: #B11D16;
}
</style>