Shades of Fire Brick #B82C19
Tints of Fire Brick #B82C19
RGB
CMYK
RGB Variations
Color information
#B82C19 (or 0xB82C19) is known color: Fire Brick. HEX triplet: B8, 2C and 19. RGB value is (184,44,25). Sum of RGB (Red+Green+Blue) = 184+44+25=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C19 is #47D3E6. Grayscale: #535353. Windows color (decimal): -4707303 or 1649848. OLE color: 1649848.
HSL color Cylindrical-coordinate representation of color #B82C19: hue angle of 7.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B82C19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 25 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.28 |
| HSL | 7.17º | 0.76% | 0.41% | - |
| HSV(B) | 7.17º | 0.86% | 0.72% | - |
| XYZ | 20.84 | 12.06 | 2.15 | - |
| YUV | 83.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 25 | 0 | 0.76 | 0.86 | 0.28 | 7.17 | 0.76 | 0.41 |
| Hex | B8 | 2C | 19 | 0 | 4C | 56 | 1C | 7 | 4C | 29 |
| Octal | 270 | 54 | 31 | 0 | 114 | 126 | 34 | 7 | 114 | 51 |
| Binary | 10111000 | 101100 | 11001 | 0 | 1001100 | 1010110 | 11100 | 111 | 1001100 | 101001 |
Color Harmonies of #B82C19
Complementary color
Monochromatic Colors of #B82C19
Black with #B82C19
Text Example
Text Example
White with #B82C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C19; }
p { color: rgb(184,44,25); }
H1.HeaderClassName
{
color: #B82C19;
}
.AnyTagClassName
{
color: #B82C19;
}
</style>
background-color css
<style>
a { background-color: #B82C19; }
a { background-color: rgb(184,44,25); }
div.DivClassName
{
background-color: #B82C19;
}
.BgClassName
{
background-color: #B82C19;
}
</style>
border-color css
<style>
span { border-color: #B82C19; }
span { border-color: rgb(184,44,25); }
td.TdClassName
{
border-color: #B82C19;
}
.TagClassName
{
border-color: #B82C19;
}
</style>