Shades of Fire Brick #B82823
Tints of Fire Brick #B82823
RGB
CMYK
RGB Variations
Color information
#B82823 (or 0xB82823) is known color: Fire Brick. HEX triplet: B8, 28 and 23. RGB value is (184,40,35). Sum of RGB (Red+Green+Blue) = 184+40+35=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B82823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82823 is #47D7DC. Grayscale: #525252. Windows color (decimal): -4708317 or 2304184. OLE color: 2304184.
HSL color Cylindrical-coordinate representation of color #B82823: hue angle of 2.01º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82823 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 35 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.28 |
| HSL | 2.01º | 0.68% | 0.43% | - |
| HSV(B) | 2.01º | 0.81% | 0.72% | - |
| XYZ | 20.83 | 11.83 | 2.78 | - |
| YUV | 82.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 35 | 0 | 0.78 | 0.81 | 0.28 | 2.01 | 0.68 | 0.43 |
| Hex | B8 | 28 | 23 | 0 | 4E | 51 | 1C | 2 | 44 | 2B |
| Octal | 270 | 50 | 43 | 0 | 116 | 121 | 34 | 2 | 104 | 53 |
| Binary | 10111000 | 101000 | 100011 | 0 | 1001110 | 1010001 | 11100 | 10 | 1000100 | 101011 |
Color Harmonies of #B82823
Complementary color
Monochromatic Colors of #B82823
Black with #B82823
Text Example
Text Example
White with #B82823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82823; }
p { color: rgb(184,40,35); }
H1.HeaderClassName
{
color: #B82823;
}
.AnyTagClassName
{
color: #B82823;
}
</style>
background-color css
<style>
a { background-color: #B82823; }
a { background-color: rgb(184,40,35); }
div.DivClassName
{
background-color: #B82823;
}
.BgClassName
{
background-color: #B82823;
}
</style>
border-color css
<style>
span { border-color: #B82823; }
span { border-color: rgb(184,40,35); }
td.TdClassName
{
border-color: #B82823;
}
.TagClassName
{
border-color: #B82823;
}
</style>