Shades of Fire Brick #B72821
Tints of Fire Brick #B72821
RGB
CMYK
RGB Variations
Color information
#B72821 (or 0xB72821) is known color: Fire Brick. HEX triplet: B7, 28 and 21. RGB value is (183,40,33). Sum of RGB (Red+Green+Blue) = 183+40+33=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B72821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72821 is #48D7DE. Grayscale: #525252. Windows color (decimal): -4773855 or 2173111. OLE color: 2173111.
HSL color Cylindrical-coordinate representation of color #B72821: hue angle of 2.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72821 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 33 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.28 |
| HSL | 2.8º | 0.69% | 0.42% | - |
| HSV(B) | 2.8º | 0.82% | 0.72% | - |
| XYZ | 20.56 | 11.69 | 2.61 | - |
| YUV | 81.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 33 | 0 | 0.78 | 0.82 | 0.28 | 2.8 | 0.69 | 0.42 |
| Hex | B7 | 28 | 21 | 0 | 4E | 52 | 1C | 3 | 45 | 2A |
| Octal | 267 | 50 | 41 | 0 | 116 | 122 | 34 | 3 | 105 | 52 |
| Binary | 10110111 | 101000 | 100001 | 0 | 1001110 | 1010010 | 11100 | 11 | 1000101 | 101010 |
Color Harmonies of #B72821
Complementary color
Monochromatic Colors of #B72821
Black with #B72821
Text Example
Text Example
White with #B72821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72821; }
p { color: rgb(183,40,33); }
H1.HeaderClassName
{
color: #B72821;
}
.AnyTagClassName
{
color: #B72821;
}
</style>
background-color css
<style>
a { background-color: #B72821; }
a { background-color: rgb(183,40,33); }
div.DivClassName
{
background-color: #B72821;
}
.BgClassName
{
background-color: #B72821;
}
</style>
border-color css
<style>
span { border-color: #B72821; }
span { border-color: rgb(183,40,33); }
td.TdClassName
{
border-color: #B72821;
}
.TagClassName
{
border-color: #B72821;
}
</style>