Shades of Fire Brick #B31818
Tints of Fire Brick #B31818
RGB
CMYK
RGB Variations
Color information
#B31818 (or 0xB31818) is known color: Fire Brick. HEX triplet: B3, 18 and 18. RGB value is (179,24,24). Sum of RGB (Red+Green+Blue) = 179+24+24=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B31818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31818 is #4CE7E7. Grayscale: #464646. Windows color (decimal): -5040104 or 1579187. OLE color: 1579187.
HSL color Cylindrical-coordinate representation of color #B31818: hue angle of 0º 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 #B31818 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 24 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.30 |
| HSL | 0º | 0.76% | 0.4% | - |
| HSV(B) | 0º | 0.87% | 0.7% | - |
| XYZ | 19.08 | 10.3 | 1.85 | - |
| YUV | 70.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 24 | 0 | 0.87 | 0.87 | 0.30 | 0 | 0.76 | 0.4 |
| Hex | B3 | 18 | 18 | 0 | 57 | 57 | 1E | 0 | 4C | 28 |
| Octal | 263 | 30 | 30 | 0 | 127 | 127 | 36 | 0 | 114 | 50 |
| Binary | 10110011 | 11000 | 11000 | 0 | 1010111 | 1010111 | 11110 | 0 | 1001100 | 101000 |
Color Harmonies of #B31818
Complementary color
Monochromatic Colors of #B31818
Black with #B31818
Text Example
Text Example
White with #B31818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31818; }
p { color: rgb(179,24,24); }
H1.HeaderClassName
{
color: #B31818;
}
.AnyTagClassName
{
color: #B31818;
}
</style>
background-color css
<style>
a { background-color: #B31818; }
a { background-color: rgb(179,24,24); }
div.DivClassName
{
background-color: #B31818;
}
.BgClassName
{
background-color: #B31818;
}
</style>
border-color css
<style>
span { border-color: #B31818; }
span { border-color: rgb(179,24,24); }
td.TdClassName
{
border-color: #B31818;
}
.TagClassName
{
border-color: #B31818;
}
</style>