Shades of Fire Brick #B32820
Tints of Fire Brick #B32820
RGB
CMYK
RGB Variations
Color information
#B32820 (or 0xB32820) is known color: Fire Brick. HEX triplet: B3, 28 and 20. RGB value is (179,40,32). Sum of RGB (Red+Green+Blue) = 179+40+32=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B32820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32820 is #4CD7DF. Grayscale: #505050. Windows color (decimal): -5036000 or 2107571. OLE color: 2107571.
HSL color Cylindrical-coordinate representation of color #B32820: hue angle of 3.27º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32820 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 32 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.30 |
| HSL | 3.27º | 0.7% | 0.41% | - |
| HSV(B) | 3.27º | 0.82% | 0.7% | - |
| XYZ | 19.61 | 11.21 | 2.5 | - |
| YUV | 80.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 32 | 0 | 0.78 | 0.82 | 0.30 | 3.27 | 0.7 | 0.41 |
| Hex | B3 | 28 | 20 | 0 | 4E | 52 | 1E | 3 | 46 | 29 |
| Octal | 263 | 50 | 40 | 0 | 116 | 122 | 36 | 3 | 106 | 51 |
| Binary | 10110011 | 101000 | 100000 | 0 | 1001110 | 1010010 | 11110 | 11 | 1000110 | 101001 |
Color Harmonies of #B32820
Complementary color
Monochromatic Colors of #B32820
Black with #B32820
Text Example
Text Example
White with #B32820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32820; }
p { color: rgb(179,40,32); }
H1.HeaderClassName
{
color: #B32820;
}
.AnyTagClassName
{
color: #B32820;
}
</style>
background-color css
<style>
a { background-color: #B32820; }
a { background-color: rgb(179,40,32); }
div.DivClassName
{
background-color: #B32820;
}
.BgClassName
{
background-color: #B32820;
}
</style>
border-color css
<style>
span { border-color: #B32820; }
span { border-color: rgb(179,40,32); }
td.TdClassName
{
border-color: #B32820;
}
.TagClassName
{
border-color: #B32820;
}
</style>