Shades of Fire Brick #B31414
Tints of Fire Brick #B31414
RGB
CMYK
RGB Variations
Color information
#B31414 (or 0xB31414) is known color: Fire Brick. HEX triplet: B3, 14 and 14. RGB value is (179,20,20). Sum of RGB (Red+Green+Blue) = 179+20+20=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B31414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31414 is #4CEBEB. Grayscale: #434343. Windows color (decimal): -5041132 or 1316019. OLE color: 1316019.
HSL color Cylindrical-coordinate representation of color #B31414: hue angle of 0º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31414 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 20 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.30 |
| HSL | 0º | 0.8% | 0.39% | - |
| HSV(B) | 0º | 0.89% | 0.7% | - |
| XYZ | 18.97 | 10.13 | 1.62 | - |
| YUV | 67.54 | 101.18 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 20 | 0 | 0.89 | 0.89 | 0.30 | 0 | 0.8 | 0.39 |
| Hex | B3 | 14 | 14 | 0 | 59 | 59 | 1E | 0 | 50 | 27 |
| Octal | 263 | 24 | 24 | 0 | 131 | 131 | 36 | 0 | 120 | 47 |
| Binary | 10110011 | 10100 | 10100 | 0 | 1011001 | 1011001 | 11110 | 0 | 1010000 | 100111 |
Color Harmonies of #B31414
Complementary color
Monochromatic Colors of #B31414
Black with #B31414
Text Example
Text Example
White with #B31414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31414; }
p { color: rgb(179,20,20); }
H1.HeaderClassName
{
color: #B31414;
}
.AnyTagClassName
{
color: #B31414;
}
</style>
background-color css
<style>
a { background-color: #B31414; }
a { background-color: rgb(179,20,20); }
div.DivClassName
{
background-color: #B31414;
}
.BgClassName
{
background-color: #B31414;
}
</style>
border-color css
<style>
span { border-color: #B31414; }
span { border-color: rgb(179,20,20); }
td.TdClassName
{
border-color: #B31414;
}
.TagClassName
{
border-color: #B31414;
}
</style>