Shades of Fire Brick #B82017
Tints of Fire Brick #B82017
RGB
CMYK
RGB Variations
Color information
#B82017 (or 0xB82017) is known color: Fire Brick. HEX triplet: B8, 20 and 17. RGB value is (184,32,23). Sum of RGB (Red+Green+Blue) = 184+32+23=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B82017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82017 is #47DFE8. Grayscale: #4C4C4C. Windows color (decimal): -4710377 or 1515704. OLE color: 1515704.
HSL color Cylindrical-coordinate representation of color #B82017: hue angle of 3.35º 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 #B82017 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.28 |
| HSL | 3.35º | 0.78% | 0.41% | - |
| HSV(B) | 3.35º | 0.88% | 0.72% | - |
| XYZ | 20.44 | 11.29 | 1.91 | - |
| YUV | 76.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 23 | 0 | 0.83 | 0.88 | 0.28 | 3.35 | 0.78 | 0.41 |
| Hex | B8 | 20 | 17 | 0 | 53 | 58 | 1C | 3 | 4E | 29 |
| Octal | 270 | 40 | 27 | 0 | 123 | 130 | 34 | 3 | 116 | 51 |
| Binary | 10111000 | 100000 | 10111 | 0 | 1010011 | 1011000 | 11100 | 11 | 1001110 | 101001 |
Color Harmonies of #B82017
Complementary color
Monochromatic Colors of #B82017
Black with #B82017
Text Example
Text Example
White with #B82017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82017; }
p { color: rgb(184,32,23); }
H1.HeaderClassName
{
color: #B82017;
}
.AnyTagClassName
{
color: #B82017;
}
</style>
background-color css
<style>
a { background-color: #B82017; }
a { background-color: rgb(184,32,23); }
div.DivClassName
{
background-color: #B82017;
}
.BgClassName
{
background-color: #B82017;
}
</style>
border-color css
<style>
span { border-color: #B82017; }
span { border-color: rgb(184,32,23); }
td.TdClassName
{
border-color: #B82017;
}
.TagClassName
{
border-color: #B82017;
}
</style>