Shades of Fire Brick #B82D1D
Tints of Fire Brick #B82D1D
RGB
CMYK
RGB Variations
Color information
#B82D1D (or 0xB82D1D) is known color: Fire Brick. HEX triplet: B8, 2D and 1D. RGB value is (184,45,29). Sum of RGB (Red+Green+Blue) = 184+45+29=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D1D is #47D2E2. Grayscale: #545454. Windows color (decimal): -4707043 or 1912248. OLE color: 1912248.
HSL color Cylindrical-coordinate representation of color #B82D1D: hue angle of 6.19º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B82D1D is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 29 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.28 |
| HSL | 6.19º | 0.73% | 0.42% | - |
| HSV(B) | 6.19º | 0.84% | 0.72% | - |
| XYZ | 20.93 | 12.16 | 2.41 | - |
| YUV | 84.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 29 | 0 | 0.76 | 0.84 | 0.28 | 6.19 | 0.73 | 0.42 |
| Hex | B8 | 2D | 1D | 0 | 4C | 54 | 1C | 6 | 49 | 2A |
| Octal | 270 | 55 | 35 | 0 | 114 | 124 | 34 | 6 | 111 | 52 |
| Binary | 10111000 | 101101 | 11101 | 0 | 1001100 | 1010100 | 11100 | 110 | 1001001 | 101010 |
Color Harmonies of #B82D1D
Complementary color
Monochromatic Colors of #B82D1D
Black with #B82D1D
Text Example
Text Example
White with #B82D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D1D; }
p { color: rgb(184,45,29); }
H1.HeaderClassName
{
color: #B82D1D;
}
.AnyTagClassName
{
color: #B82D1D;
}
</style>
background-color css
<style>
a { background-color: #B82D1D; }
a { background-color: rgb(184,45,29); }
div.DivClassName
{
background-color: #B82D1D;
}
.BgClassName
{
background-color: #B82D1D;
}
</style>
border-color css
<style>
span { border-color: #B82D1D; }
span { border-color: rgb(184,45,29); }
td.TdClassName
{
border-color: #B82D1D;
}
.TagClassName
{
border-color: #B82D1D;
}
</style>