Shades of Fire Brick #B11313
Tints of Fire Brick #B11313
RGB
CMYK
RGB Variations
Color information
#B11313 (or 0xB11313) is known color: Fire Brick. HEX triplet: B1, 13 and 13. RGB value is (177,19,19). Sum of RGB (Red+Green+Blue) = 177+19+19=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B11313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11313 is #4EECEC. Grayscale: #424242. Windows color (decimal): -5172461 or 1250225. OLE color: 1250225.
HSL color Cylindrical-coordinate representation of color #B11313: hue angle of 0º 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 #B11313 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 19 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.31 |
| HSL | 0º | 0.81% | 0.38% | - |
| HSV(B) | 0º | 0.89% | 0.69% | - |
| XYZ | 18.48 | 9.86 | 1.55 | - |
| YUV | 66.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 19 | 0 | 0.89 | 0.89 | 0.31 | 0 | 0.81 | 0.38 |
| Hex | B1 | 13 | 13 | 0 | 59 | 59 | 1F | 0 | 51 | 26 |
| Octal | 261 | 23 | 23 | 0 | 131 | 131 | 37 | 0 | 121 | 46 |
| Binary | 10110001 | 10011 | 10011 | 0 | 1011001 | 1011001 | 11111 | 0 | 1010001 | 100110 |
Color Harmonies of #B11313
Complementary color
Monochromatic Colors of #B11313
Black with #B11313
Text Example
Text Example
White with #B11313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11313; }
p { color: rgb(177,19,19); }
H1.HeaderClassName
{
color: #B11313;
}
.AnyTagClassName
{
color: #B11313;
}
</style>
background-color css
<style>
a { background-color: #B11313; }
a { background-color: rgb(177,19,19); }
div.DivClassName
{
background-color: #B11313;
}
.BgClassName
{
background-color: #B11313;
}
</style>
border-color css
<style>
span { border-color: #B11313; }
span { border-color: rgb(177,19,19); }
td.TdClassName
{
border-color: #B11313;
}
.TagClassName
{
border-color: #B11313;
}
</style>