Shades of Fire Brick #B82819
Tints of Fire Brick #B82819
RGB
CMYK
RGB Variations
Color information
#B82819 (or 0xB82819) is known color: Fire Brick. HEX triplet: B8, 28 and 19. RGB value is (184,40,25). Sum of RGB (Red+Green+Blue) = 184+40+25=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82819 is #47D7E6. Grayscale: #515151. Windows color (decimal): -4708327 or 1648824. OLE color: 1648824.
HSL color Cylindrical-coordinate representation of color #B82819: hue angle of 5.66º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B82819 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 25 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.28 |
| HSL | 5.66º | 0.76% | 0.41% | - |
| HSV(B) | 5.66º | 0.86% | 0.72% | - |
| XYZ | 20.7 | 11.78 | 2.1 | - |
| YUV | 81.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 25 | 0 | 0.78 | 0.86 | 0.28 | 5.66 | 0.76 | 0.41 |
| Hex | B8 | 28 | 19 | 0 | 4E | 56 | 1C | 6 | 4C | 29 |
| Octal | 270 | 50 | 31 | 0 | 116 | 126 | 34 | 6 | 114 | 51 |
| Binary | 10111000 | 101000 | 11001 | 0 | 1001110 | 1010110 | 11100 | 110 | 1001100 | 101001 |
Color Harmonies of #B82819
Complementary color
Monochromatic Colors of #B82819
Black with #B82819
Text Example
Text Example
White with #B82819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82819; }
p { color: rgb(184,40,25); }
H1.HeaderClassName
{
color: #B82819;
}
.AnyTagClassName
{
color: #B82819;
}
</style>
background-color css
<style>
a { background-color: #B82819; }
a { background-color: rgb(184,40,25); }
div.DivClassName
{
background-color: #B82819;
}
.BgClassName
{
background-color: #B82819;
}
</style>
border-color css
<style>
span { border-color: #B82819; }
span { border-color: rgb(184,40,25); }
td.TdClassName
{
border-color: #B82819;
}
.TagClassName
{
border-color: #B82819;
}
</style>