Shades of Fire Brick #B82D2D
Tints of Fire Brick #B82D2D
RGB
CMYK
RGB Variations
Color information
#B82D2D (or 0xB82D2D) is known color: Fire Brick. HEX triplet: B8, 2D and 2D. RGB value is (184,45,45). Sum of RGB (Red+Green+Blue) = 184+45+45=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D2D is #47D2D2. Grayscale: #565656. Windows color (decimal): -4707027 or 2960824. OLE color: 2960824.
HSL color Cylindrical-coordinate representation of color #B82D2D: hue angle of 0º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D2D is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 45 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.28 |
| HSL | 0º | 0.61% | 0.45% | - |
| HSV(B) | 0º | 0.76% | 0.72% | - |
| XYZ | 21.18 | 12.26 | 3.73 | - |
| YUV | 86.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 45 | 0 | 0.76 | 0.76 | 0.28 | 0 | 0.61 | 0.45 |
| Hex | B8 | 2D | 2D | 0 | 4C | 4C | 1C | 0 | 3D | 2D |
| Octal | 270 | 55 | 55 | 0 | 114 | 114 | 34 | 0 | 75 | 55 |
| Binary | 10111000 | 101101 | 101101 | 0 | 1001100 | 1001100 | 11100 | 0 | 111101 | 101101 |
Color Harmonies of #B82D2D
Complementary color
Monochromatic Colors of #B82D2D
Black with #B82D2D
Text Example
Text Example
White with #B82D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D2D; }
p { color: rgb(184,45,45); }
H1.HeaderClassName
{
color: #B82D2D;
}
.AnyTagClassName
{
color: #B82D2D;
}
</style>
background-color css
<style>
a { background-color: #B82D2D; }
a { background-color: rgb(184,45,45); }
div.DivClassName
{
background-color: #B82D2D;
}
.BgClassName
{
background-color: #B82D2D;
}
</style>
border-color css
<style>
span { border-color: #B82D2D; }
span { border-color: rgb(184,45,45); }
td.TdClassName
{
border-color: #B82D2D;
}
.TagClassName
{
border-color: #B82D2D;
}
</style>