Shades of Fire Brick #B31711
Tints of Fire Brick #B31711
RGB
CMYK
RGB Variations
Color information
#B31711 (or 0xB31711) is known color: Fire Brick. HEX triplet: B3, 17 and 11. RGB value is (179,23,17). Sum of RGB (Red+Green+Blue) = 179+23+17=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B31711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31711 is #4CE8EE. Grayscale: #454545. Windows color (decimal): -5040367 or 1120179. OLE color: 1120179.
HSL color Cylindrical-coordinate representation of color #B31711: hue angle of 2.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31711 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 17 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.30 |
| HSL | 2.22º | 0.83% | 0.38% | - |
| HSV(B) | 2.22º | 0.91% | 0.7% | - |
| XYZ | 19 | 10.24 | 1.5 | - |
| YUV | 68.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 17 | 0 | 0.87 | 0.91 | 0.30 | 2.22 | 0.83 | 0.38 |
| Hex | B3 | 17 | 11 | 0 | 57 | 5B | 1E | 2 | 53 | 26 |
| Octal | 263 | 27 | 21 | 0 | 127 | 133 | 36 | 2 | 123 | 46 |
| Binary | 10110011 | 10111 | 10001 | 0 | 1010111 | 1011011 | 11110 | 10 | 1010011 | 100110 |
Color Harmonies of #B31711
Complementary color
Monochromatic Colors of #B31711
Black with #B31711
Text Example
Text Example
White with #B31711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31711; }
p { color: rgb(179,23,17); }
H1.HeaderClassName
{
color: #B31711;
}
.AnyTagClassName
{
color: #B31711;
}
</style>
background-color css
<style>
a { background-color: #B31711; }
a { background-color: rgb(179,23,17); }
div.DivClassName
{
background-color: #B31711;
}
.BgClassName
{
background-color: #B31711;
}
</style>
border-color css
<style>
span { border-color: #B31711; }
span { border-color: rgb(179,23,17); }
td.TdClassName
{
border-color: #B31711;
}
.TagClassName
{
border-color: #B31711;
}
</style>