Shades of Fire Brick #B31A18
Tints of Fire Brick #B31A18
RGB
CMYK
RGB Variations
Color information
#B31A18 (or 0xB31A18) is known color: Fire Brick. HEX triplet: B3, 1A and 18. RGB value is (179,26,24). Sum of RGB (Red+Green+Blue) = 179+26+24=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31A18 is #4CE5E7. Grayscale: #474747. Windows color (decimal): -5039592 or 1579699. OLE color: 1579699.
HSL color Cylindrical-coordinate representation of color #B31A18: hue angle of 0.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31A18 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 24 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.30 |
| HSL | 0.77º | 0.76% | 0.4% | - |
| HSV(B) | 0.77º | 0.87% | 0.7% | - |
| XYZ | 19.12 | 10.39 | 1.86 | - |
| YUV | 71.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 24 | 0 | 0.85 | 0.87 | 0.30 | 0.77 | 0.76 | 0.4 |
| Hex | B3 | 1A | 18 | 0 | 55 | 57 | 1E | 1 | 4C | 28 |
| Octal | 263 | 32 | 30 | 0 | 125 | 127 | 36 | 1 | 114 | 50 |
| Binary | 10110011 | 11010 | 11000 | 0 | 1010101 | 1010111 | 11110 | 1 | 1001100 | 101000 |
Color Harmonies of #B31A18
Complementary color
Monochromatic Colors of #B31A18
Black with #B31A18
Text Example
Text Example
White with #B31A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A18; }
p { color: rgb(179,26,24); }
H1.HeaderClassName
{
color: #B31A18;
}
.AnyTagClassName
{
color: #B31A18;
}
</style>
background-color css
<style>
a { background-color: #B31A18; }
a { background-color: rgb(179,26,24); }
div.DivClassName
{
background-color: #B31A18;
}
.BgClassName
{
background-color: #B31A18;
}
</style>
border-color css
<style>
span { border-color: #B31A18; }
span { border-color: rgb(179,26,24); }
td.TdClassName
{
border-color: #B31A18;
}
.TagClassName
{
border-color: #B31A18;
}
</style>