Shades of Fire Brick #B31E08
Tints of Fire Brick #B31E08
RGB
CMYK
RGB Variations
Color information
#B31E08 (or 0xB31E08) is known color: Fire Brick. HEX triplet: B3, 1E and 08. RGB value is (179,30,8). Sum of RGB (Red+Green+Blue) = 179+30+8=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31E08 is #4CE1F7. Grayscale: #484848. Windows color (decimal): -5038584 or 532147. OLE color: 532147.
HSL color Cylindrical-coordinate representation of color #B31E08: hue angle of 7.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B31E08 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.30 |
| HSL | 7.72º | 0.91% | 0.37% | - |
| HSV(B) | 7.72º | 0.96% | 0.7% | - |
| XYZ | 19.1 | 10.53 | 1.26 | - |
| YUV | 72.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 8 | 0 | 0.83 | 0.96 | 0.30 | 7.72 | 0.91 | 0.37 |
| Hex | B3 | 1E | 8 | 0 | 53 | 60 | 1E | 8 | 5B | 25 |
| Octal | 263 | 36 | 10 | 0 | 123 | 140 | 36 | 10 | 133 | 45 |
| Binary | 10110011 | 11110 | 1000 | 0 | 1010011 | 1100000 | 11110 | 1000 | 1011011 | 100101 |
Color Harmonies of #B31E08
Complementary color
Monochromatic Colors of #B31E08
Black with #B31E08
Text Example
Text Example
White with #B31E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E08; }
p { color: rgb(179,30,8); }
H1.HeaderClassName
{
color: #B31E08;
}
.AnyTagClassName
{
color: #B31E08;
}
</style>
background-color css
<style>
a { background-color: #B31E08; }
a { background-color: rgb(179,30,8); }
div.DivClassName
{
background-color: #B31E08;
}
.BgClassName
{
background-color: #B31E08;
}
</style>
border-color css
<style>
span { border-color: #B31E08; }
span { border-color: rgb(179,30,8); }
td.TdClassName
{
border-color: #B31E08;
}
.TagClassName
{
border-color: #B31E08;
}
</style>