Shades of Fire Brick #B31919
Tints of Fire Brick #B31919
RGB
CMYK
RGB Variations
Color information
#B31919 (or 0xB31919) is known color: Fire Brick. HEX triplet: B3, 19 and 19. RGB value is (179,25,25). Sum of RGB (Red+Green+Blue) = 179+25+25=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B31919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31919 is #4CE6E6. Grayscale: #474747. Windows color (decimal): -5039847 or 1644979. OLE color: 1644979.
HSL color Cylindrical-coordinate representation of color #B31919: hue angle of 0º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31919 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 25 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.30 |
| HSL | 0º | 0.75% | 0.4% | - |
| HSV(B) | 0º | 0.86% | 0.7% | - |
| XYZ | 19.11 | 10.35 | 1.91 | - |
| YUV | 71.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 25 | 0 | 0.86 | 0.86 | 0.30 | 0 | 0.75 | 0.4 |
| Hex | B3 | 19 | 19 | 0 | 56 | 56 | 1E | 0 | 4B | 28 |
| Octal | 263 | 31 | 31 | 0 | 126 | 126 | 36 | 0 | 113 | 50 |
| Binary | 10110011 | 11001 | 11001 | 0 | 1010110 | 1010110 | 11110 | 0 | 1001011 | 101000 |
Color Harmonies of #B31919
Complementary color
Monochromatic Colors of #B31919
Black with #B31919
Text Example
Text Example
White with #B31919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31919; }
p { color: rgb(179,25,25); }
H1.HeaderClassName
{
color: #B31919;
}
.AnyTagClassName
{
color: #B31919;
}
</style>
background-color css
<style>
a { background-color: #B31919; }
a { background-color: rgb(179,25,25); }
div.DivClassName
{
background-color: #B31919;
}
.BgClassName
{
background-color: #B31919;
}
</style>
border-color css
<style>
span { border-color: #B31919; }
span { border-color: rgb(179,25,25); }
td.TdClassName
{
border-color: #B31919;
}
.TagClassName
{
border-color: #B31919;
}
</style>