Shades of Fire Brick #B11513
Tints of Fire Brick #B11513
RGB
CMYK
RGB Variations
Color information
#B11513 (or 0xB11513) is known color: Fire Brick. HEX triplet: B1, 15 and 13. RGB value is (177,21,19). Sum of RGB (Red+Green+Blue) = 177+21+19=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B11513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11513 is #4EEAEC. Grayscale: #434343. Windows color (decimal): -5171949 or 1250737. OLE color: 1250737.
HSL color Cylindrical-coordinate representation of color #B11513: hue angle of 0.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11513 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 19 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.31 |
| HSL | 0.76º | 0.81% | 0.38% | - |
| HSV(B) | 0.76º | 0.89% | 0.69% | - |
| XYZ | 18.52 | 9.93 | 1.56 | - |
| YUV | 67.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 19 | 0 | 0.88 | 0.89 | 0.31 | 0.76 | 0.81 | 0.38 |
| Hex | B1 | 15 | 13 | 0 | 58 | 59 | 1F | 1 | 51 | 26 |
| Octal | 261 | 25 | 23 | 0 | 130 | 131 | 37 | 1 | 121 | 46 |
| Binary | 10110001 | 10101 | 10011 | 0 | 1011000 | 1011001 | 11111 | 1 | 1010001 | 100110 |
Color Harmonies of #B11513
Complementary color
Monochromatic Colors of #B11513
Black with #B11513
Text Example
Text Example
White with #B11513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11513; }
p { color: rgb(177,21,19); }
H1.HeaderClassName
{
color: #B11513;
}
.AnyTagClassName
{
color: #B11513;
}
</style>
background-color css
<style>
a { background-color: #B11513; }
a { background-color: rgb(177,21,19); }
div.DivClassName
{
background-color: #B11513;
}
.BgClassName
{
background-color: #B11513;
}
</style>
border-color css
<style>
span { border-color: #B11513; }
span { border-color: rgb(177,21,19); }
td.TdClassName
{
border-color: #B11513;
}
.TagClassName
{
border-color: #B11513;
}
</style>