Shades of Fire Brick #B32004
Tints of Fire Brick #B32004
RGB
CMYK
RGB Variations
Color information
#B32004 (or 0xB32004) is known color: Fire Brick. HEX triplet: B3, 20 and 04. RGB value is (179,32,4). Sum of RGB (Red+Green+Blue) = 179+32+4=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B32004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32004 is #4CDFFB. Grayscale: #494949. Windows color (decimal): -5038076 or 270515. OLE color: 270515.
HSL color Cylindrical-coordinate representation of color #B32004: hue angle of 9.6º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B32004 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.30 |
| HSL | 9.6º | 0.96% | 0.36% | - |
| HSV(B) | 9.6º | 0.98% | 0.7% | - |
| XYZ | 19.13 | 10.63 | 1.16 | - |
| YUV | 72.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 4 | 0 | 0.82 | 0.98 | 0.30 | 9.6 | 0.96 | 0.36 |
| Hex | B3 | 20 | 4 | 0 | 52 | 62 | 1E | A | 60 | 24 |
| Octal | 263 | 40 | 4 | 0 | 122 | 142 | 36 | 12 | 140 | 44 |
| Binary | 10110011 | 100000 | 100 | 0 | 1010010 | 1100010 | 11110 | 1010 | 1100000 | 100100 |
Color Harmonies of #B32004
Complementary color
Monochromatic Colors of #B32004
Black with #B32004
Text Example
Text Example
White with #B32004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32004; }
p { color: rgb(179,32,4); }
H1.HeaderClassName
{
color: #B32004;
}
.AnyTagClassName
{
color: #B32004;
}
</style>
background-color css
<style>
a { background-color: #B32004; }
a { background-color: rgb(179,32,4); }
div.DivClassName
{
background-color: #B32004;
}
.BgClassName
{
background-color: #B32004;
}
</style>
border-color css
<style>
span { border-color: #B32004; }
span { border-color: rgb(179,32,4); }
td.TdClassName
{
border-color: #B32004;
}
.TagClassName
{
border-color: #B32004;
}
</style>