Shades of Fire Brick #B11B18
Tints of Fire Brick #B11B18
RGB
CMYK
RGB Variations
Color information
#B11B18 (or 0xB11B18) is known color: Fire Brick. HEX triplet: B1, 1B and 18. RGB value is (177,27,24). Sum of RGB (Red+Green+Blue) = 177+27+24=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B18 is #4EE4E7. Grayscale: #474747. Windows color (decimal): -5170408 or 1579953. OLE color: 1579953.
HSL color Cylindrical-coordinate representation of color #B11B18: hue angle of 1.18º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11B18 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 24 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.31 |
| HSL | 1.18º | 0.76% | 0.39% | - |
| HSV(B) | 1.18º | 0.86% | 0.69% | - |
| XYZ | 18.69 | 10.2 | 1.85 | - |
| YUV | 71.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 24 | 0 | 0.85 | 0.86 | 0.31 | 1.18 | 0.76 | 0.39 |
| Hex | B1 | 1B | 18 | 0 | 55 | 56 | 1F | 1 | 4C | 27 |
| Octal | 261 | 33 | 30 | 0 | 125 | 126 | 37 | 1 | 114 | 47 |
| Binary | 10110001 | 11011 | 11000 | 0 | 1010101 | 1010110 | 11111 | 1 | 1001100 | 100111 |
Color Harmonies of #B11B18
Complementary color
Monochromatic Colors of #B11B18
Black with #B11B18
Text Example
Text Example
White with #B11B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B18; }
p { color: rgb(177,27,24); }
H1.HeaderClassName
{
color: #B11B18;
}
.AnyTagClassName
{
color: #B11B18;
}
</style>
background-color css
<style>
a { background-color: #B11B18; }
a { background-color: rgb(177,27,24); }
div.DivClassName
{
background-color: #B11B18;
}
.BgClassName
{
background-color: #B11B18;
}
</style>
border-color css
<style>
span { border-color: #B11B18; }
span { border-color: rgb(177,27,24); }
td.TdClassName
{
border-color: #B11B18;
}
.TagClassName
{
border-color: #B11B18;
}
</style>