Shades of Fire Brick #B82C17
Tints of Fire Brick #B82C17
RGB
CMYK
RGB Variations
Color information
#B82C17 (or 0xB82C17) is known color: Fire Brick. HEX triplet: B8, 2C and 17. RGB value is (184,44,23). Sum of RGB (Red+Green+Blue) = 184+44+23=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C17 is #47D3E8. Grayscale: #535353. Windows color (decimal): -4707305 or 1518776. OLE color: 1518776.
HSL color Cylindrical-coordinate representation of color #B82C17: hue angle of 7.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B82C17 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 23 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.28 |
| HSL | 7.83º | 0.78% | 0.41% | - |
| HSV(B) | 7.83º | 0.88% | 0.72% | - |
| XYZ | 20.82 | 12.05 | 2.04 | - |
| YUV | 83.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 23 | 0 | 0.76 | 0.88 | 0.28 | 7.83 | 0.78 | 0.41 |
| Hex | B8 | 2C | 17 | 0 | 4C | 58 | 1C | 8 | 4E | 29 |
| Octal | 270 | 54 | 27 | 0 | 114 | 130 | 34 | 10 | 116 | 51 |
| Binary | 10111000 | 101100 | 10111 | 0 | 1001100 | 1011000 | 11100 | 1000 | 1001110 | 101001 |
Color Harmonies of #B82C17
Complementary color
Monochromatic Colors of #B82C17
Black with #B82C17
Text Example
Text Example
White with #B82C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C17; }
p { color: rgb(184,44,23); }
H1.HeaderClassName
{
color: #B82C17;
}
.AnyTagClassName
{
color: #B82C17;
}
</style>
background-color css
<style>
a { background-color: #B82C17; }
a { background-color: rgb(184,44,23); }
div.DivClassName
{
background-color: #B82C17;
}
.BgClassName
{
background-color: #B82C17;
}
</style>
border-color css
<style>
span { border-color: #B82C17; }
span { border-color: rgb(184,44,23); }
td.TdClassName
{
border-color: #B82C17;
}
.TagClassName
{
border-color: #B82C17;
}
</style>