Shades of Fire Brick #B31F09
Tints of Fire Brick #B31F09
RGB
CMYK
RGB Variations
Color information
#B31F09 (or 0xB31F09) is known color: Fire Brick. HEX triplet: B3, 1F and 09. RGB value is (179,31,9). Sum of RGB (Red+Green+Blue) = 179+31+9=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31F09 is #4CE0F6. Grayscale: #484848. Windows color (decimal): -5038327 or 597939. OLE color: 597939.
HSL color Cylindrical-coordinate representation of color #B31F09: hue angle of 7.76º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B31F09 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 9 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.30 |
| HSL | 7.76º | 0.9% | 0.37% | - |
| HSV(B) | 7.76º | 0.95% | 0.7% | - |
| XYZ | 19.13 | 10.58 | 1.29 | - |
| YUV | 72.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 9 | 0 | 0.83 | 0.95 | 0.30 | 7.76 | 0.9 | 0.37 |
| Hex | B3 | 1F | 9 | 0 | 53 | 5F | 1E | 8 | 5A | 25 |
| Octal | 263 | 37 | 11 | 0 | 123 | 137 | 36 | 10 | 132 | 45 |
| Binary | 10110011 | 11111 | 1001 | 0 | 1010011 | 1011111 | 11110 | 1000 | 1011010 | 100101 |
Color Harmonies of #B31F09
Complementary color
Monochromatic Colors of #B31F09
Black with #B31F09
Text Example
Text Example
White with #B31F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31F09; }
p { color: rgb(179,31,9); }
H1.HeaderClassName
{
color: #B31F09;
}
.AnyTagClassName
{
color: #B31F09;
}
</style>
background-color css
<style>
a { background-color: #B31F09; }
a { background-color: rgb(179,31,9); }
div.DivClassName
{
background-color: #B31F09;
}
.BgClassName
{
background-color: #B31F09;
}
</style>
border-color css
<style>
span { border-color: #B31F09; }
span { border-color: rgb(179,31,9); }
td.TdClassName
{
border-color: #B31F09;
}
.TagClassName
{
border-color: #B31F09;
}
</style>