Shades of Fire Brick #B11F1B
Tints of Fire Brick #B11F1B
RGB
CMYK
RGB Variations
Color information
#B11F1B (or 0xB11F1B) is known color: Fire Brick. HEX triplet: B1, 1F and 1B. RGB value is (177,31,27). Sum of RGB (Red+Green+Blue) = 177+31+27=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F1B is #4EE0E4. Grayscale: #4A4A4A. Windows color (decimal): -5169381 or 1777585. OLE color: 1777585.
HSL color Cylindrical-coordinate representation of color #B11F1B: hue angle of 1.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11F1B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.31 |
| HSL | 1.6º | 0.74% | 0.4% | - |
| HSV(B) | 1.6º | 0.85% | 0.69% | - |
| XYZ | 18.82 | 10.41 | 2.05 | - |
| YUV | 74.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 27 | 0 | 0.82 | 0.85 | 0.31 | 1.6 | 0.74 | 0.4 |
| Hex | B1 | 1F | 1B | 0 | 52 | 55 | 1F | 2 | 4A | 28 |
| Octal | 261 | 37 | 33 | 0 | 122 | 125 | 37 | 2 | 112 | 50 |
| Binary | 10110001 | 11111 | 11011 | 0 | 1010010 | 1010101 | 11111 | 10 | 1001010 | 101000 |
Color Harmonies of #B11F1B
Complementary color
Monochromatic Colors of #B11F1B
Black with #B11F1B
Text Example
Text Example
White with #B11F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F1B; }
p { color: rgb(177,31,27); }
H1.HeaderClassName
{
color: #B11F1B;
}
.AnyTagClassName
{
color: #B11F1B;
}
</style>
background-color css
<style>
a { background-color: #B11F1B; }
a { background-color: rgb(177,31,27); }
div.DivClassName
{
background-color: #B11F1B;
}
.BgClassName
{
background-color: #B11F1B;
}
</style>
border-color css
<style>
span { border-color: #B11F1B; }
span { border-color: rgb(177,31,27); }
td.TdClassName
{
border-color: #B11F1B;
}
.TagClassName
{
border-color: #B11F1B;
}
</style>