Shades of Fire Brick #B82D29
Tints of Fire Brick #B82D29
RGB
CMYK
RGB Variations
Color information
#B82D29 (or 0xB82D29) is known color: Fire Brick. HEX triplet: B8, 2D and 29. RGB value is (184,45,41). Sum of RGB (Red+Green+Blue) = 184+45+41=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D29 is #47D2D6. Grayscale: #565656. Windows color (decimal): -4707031 or 2698680. OLE color: 2698680.
HSL color Cylindrical-coordinate representation of color #B82D29: hue angle of 1.68º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82D29 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 41 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.28 |
| HSL | 1.68º | 0.64% | 0.44% | - |
| HSV(B) | 1.68º | 0.78% | 0.72% | - |
| XYZ | 21.11 | 12.23 | 3.35 | - |
| YUV | 86.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 41 | 0 | 0.76 | 0.78 | 0.28 | 1.68 | 0.64 | 0.44 |
| Hex | B8 | 2D | 29 | 0 | 4C | 4E | 1C | 2 | 40 | 2C |
| Octal | 270 | 55 | 51 | 0 | 114 | 116 | 34 | 2 | 100 | 54 |
| Binary | 10111000 | 101101 | 101001 | 0 | 1001100 | 1001110 | 11100 | 10 | 1000000 | 101100 |
Color Harmonies of #B82D29
Complementary color
Monochromatic Colors of #B82D29
Black with #B82D29
Text Example
Text Example
White with #B82D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D29; }
p { color: rgb(184,45,41); }
H1.HeaderClassName
{
color: #B82D29;
}
.AnyTagClassName
{
color: #B82D29;
}
</style>
background-color css
<style>
a { background-color: #B82D29; }
a { background-color: rgb(184,45,41); }
div.DivClassName
{
background-color: #B82D29;
}
.BgClassName
{
background-color: #B82D29;
}
</style>
border-color css
<style>
span { border-color: #B82D29; }
span { border-color: rgb(184,45,41); }
td.TdClassName
{
border-color: #B82D29;
}
.TagClassName
{
border-color: #B82D29;
}
</style>