Shades of Fire Brick #B32617
Tints of Fire Brick #B32617
RGB
CMYK
RGB Variations
Color information
#B32617 (or 0xB32617) is known color: Fire Brick. HEX triplet: B3, 26 and 17. RGB value is (179,38,23). Sum of RGB (Red+Green+Blue) = 179+38+23=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32617 is #4CD9E8. Grayscale: #4E4E4E. Windows color (decimal): -5036521 or 1517235. OLE color: 1517235.
HSL color Cylindrical-coordinate representation of color #B32617: hue angle of 5.77º degrees, saturation: 0.77, 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 #B32617 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 23 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.30 |
| HSL | 5.77º | 0.77% | 0.4% | - |
| HSV(B) | 5.77º | 0.87% | 0.7% | - |
| XYZ | 19.44 | 11.03 | 1.92 | - |
| YUV | 78.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 23 | 0 | 0.79 | 0.87 | 0.30 | 5.77 | 0.77 | 0.4 |
| Hex | B3 | 26 | 17 | 0 | 4F | 57 | 1E | 6 | 4D | 28 |
| Octal | 263 | 46 | 27 | 0 | 117 | 127 | 36 | 6 | 115 | 50 |
| Binary | 10110011 | 100110 | 10111 | 0 | 1001111 | 1010111 | 11110 | 110 | 1001101 | 101000 |
Color Harmonies of #B32617
Complementary color
Monochromatic Colors of #B32617
Black with #B32617
Text Example
Text Example
White with #B32617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32617; }
p { color: rgb(179,38,23); }
H1.HeaderClassName
{
color: #B32617;
}
.AnyTagClassName
{
color: #B32617;
}
</style>
background-color css
<style>
a { background-color: #B32617; }
a { background-color: rgb(179,38,23); }
div.DivClassName
{
background-color: #B32617;
}
.BgClassName
{
background-color: #B32617;
}
</style>
border-color css
<style>
span { border-color: #B32617; }
span { border-color: rgb(179,38,23); }
td.TdClassName
{
border-color: #B32617;
}
.TagClassName
{
border-color: #B32617;
}
</style>