Shades of Fire Brick #B82826
Tints of Fire Brick #B82826
RGB
CMYK
RGB Variations
Color information
#B82826 (or 0xB82826) is known color: Fire Brick. HEX triplet: B8, 28 and 26. RGB value is (184,40,38). Sum of RGB (Red+Green+Blue) = 184+40+38=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B82826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82826 is #47D7D9. Grayscale: #525252. Windows color (decimal): -4708314 or 2500792. OLE color: 2500792.
HSL color Cylindrical-coordinate representation of color #B82826: hue angle of 0.82º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82826 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 38 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.28 |
| HSL | 0.82º | 0.66% | 0.44% | - |
| HSV(B) | 0.82º | 0.79% | 0.72% | - |
| XYZ | 20.88 | 11.85 | 3.02 | - |
| YUV | 82.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 38 | 0 | 0.78 | 0.79 | 0.28 | 0.82 | 0.66 | 0.44 |
| Hex | B8 | 28 | 26 | 0 | 4E | 4F | 1C | 1 | 42 | 2C |
| Octal | 270 | 50 | 46 | 0 | 116 | 117 | 34 | 1 | 102 | 54 |
| Binary | 10111000 | 101000 | 100110 | 0 | 1001110 | 1001111 | 11100 | 1 | 1000010 | 101100 |
Color Harmonies of #B82826
Complementary color
Monochromatic Colors of #B82826
Black with #B82826
Text Example
Text Example
White with #B82826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82826; }
p { color: rgb(184,40,38); }
H1.HeaderClassName
{
color: #B82826;
}
.AnyTagClassName
{
color: #B82826;
}
</style>
background-color css
<style>
a { background-color: #B82826; }
a { background-color: rgb(184,40,38); }
div.DivClassName
{
background-color: #B82826;
}
.BgClassName
{
background-color: #B82826;
}
</style>
border-color css
<style>
span { border-color: #B82826; }
span { border-color: rgb(184,40,38); }
td.TdClassName
{
border-color: #B82826;
}
.TagClassName
{
border-color: #B82826;
}
</style>