Shades of Fire Brick #B32D20
Tints of Fire Brick #B32D20
RGB
CMYK
RGB Variations
Color information
#B32D20 (or 0xB32D20) is known color: Fire Brick. HEX triplet: B3, 2D and 20. RGB value is (179,45,32). Sum of RGB (Red+Green+Blue) = 179+45+32=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D20 is #4CD2DF. Grayscale: #535353. Windows color (decimal): -5034720 or 2108851. OLE color: 2108851.
HSL color Cylindrical-coordinate representation of color #B32D20: hue angle of 5.31º 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 #B32D20 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 32 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.30 |
| HSL | 5.31º | 0.7% | 0.41% | - |
| HSV(B) | 5.31º | 0.82% | 0.7% | - |
| XYZ | 19.79 | 11.56 | 2.56 | - |
| YUV | 83.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 32 | 0 | 0.75 | 0.82 | 0.30 | 5.31 | 0.7 | 0.41 |
| Hex | B3 | 2D | 20 | 0 | 4B | 52 | 1E | 5 | 46 | 29 |
| Octal | 263 | 55 | 40 | 0 | 113 | 122 | 36 | 5 | 106 | 51 |
| Binary | 10110011 | 101101 | 100000 | 0 | 1001011 | 1010010 | 11110 | 101 | 1000110 | 101001 |
Color Harmonies of #B32D20
Complementary color
Monochromatic Colors of #B32D20
Black with #B32D20
Text Example
Text Example
White with #B32D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D20; }
p { color: rgb(179,45,32); }
H1.HeaderClassName
{
color: #B32D20;
}
.AnyTagClassName
{
color: #B32D20;
}
</style>
background-color css
<style>
a { background-color: #B32D20; }
a { background-color: rgb(179,45,32); }
div.DivClassName
{
background-color: #B32D20;
}
.BgClassName
{
background-color: #B32D20;
}
</style>
border-color css
<style>
span { border-color: #B32D20; }
span { border-color: rgb(179,45,32); }
td.TdClassName
{
border-color: #B32D20;
}
.TagClassName
{
border-color: #B32D20;
}
</style>