Shades of Fire Brick #B52821
Tints of Fire Brick #B52821
RGB
CMYK
RGB Variations
Color information
#B52821 (or 0xB52821) is known color: Fire Brick. HEX triplet: B5, 28 and 21. RGB value is (181,40,33). Sum of RGB (Red+Green+Blue) = 181+40+33=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B52821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52821 is #4AD7DE. Grayscale: #515151. Windows color (decimal): -4904927 or 2173109. OLE color: 2173109.
HSL color Cylindrical-coordinate representation of color #B52821: hue angle of 2.84º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52821 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 33 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.29 |
| HSL | 2.84º | 0.69% | 0.42% | - |
| HSV(B) | 2.84º | 0.82% | 0.71% | - |
| XYZ | 20.09 | 11.45 | 2.59 | - |
| YUV | 81.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 33 | 0 | 0.78 | 0.82 | 0.29 | 2.84 | 0.69 | 0.42 |
| Hex | B5 | 28 | 21 | 0 | 4E | 52 | 1D | 3 | 45 | 2A |
| Octal | 265 | 50 | 41 | 0 | 116 | 122 | 35 | 3 | 105 | 52 |
| Binary | 10110101 | 101000 | 100001 | 0 | 1001110 | 1010010 | 11101 | 11 | 1000101 | 101010 |
Color Harmonies of #B52821
Complementary color
Monochromatic Colors of #B52821
Black with #B52821
Text Example
Text Example
White with #B52821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52821; }
p { color: rgb(181,40,33); }
H1.HeaderClassName
{
color: #B52821;
}
.AnyTagClassName
{
color: #B52821;
}
</style>
background-color css
<style>
a { background-color: #B52821; }
a { background-color: rgb(181,40,33); }
div.DivClassName
{
background-color: #B52821;
}
.BgClassName
{
background-color: #B52821;
}
</style>
border-color css
<style>
span { border-color: #B52821; }
span { border-color: rgb(181,40,33); }
td.TdClassName
{
border-color: #B52821;
}
.TagClassName
{
border-color: #B52821;
}
</style>