Shades of Fire Brick #B82218
Tints of Fire Brick #B82218
RGB
CMYK
RGB Variations
Color information
#B82218 (or 0xB82218) is known color: Fire Brick. HEX triplet: B8, 22 and 18. RGB value is (184,34,24). Sum of RGB (Red+Green+Blue) = 184+34+24=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B82218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82218 is #47DDE7. Grayscale: #4D4D4D. Windows color (decimal): -4709864 or 1581752. OLE color: 1581752.
HSL color Cylindrical-coordinate representation of color #B82218: hue angle of 3.75º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B82218 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 24 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.28 |
| HSL | 3.75º | 0.77% | 0.41% | - |
| HSV(B) | 3.75º | 0.87% | 0.72% | - |
| XYZ | 20.5 | 11.4 | 1.98 | - |
| YUV | 77.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 24 | 0 | 0.82 | 0.87 | 0.28 | 3.75 | 0.77 | 0.41 |
| Hex | B8 | 22 | 18 | 0 | 52 | 57 | 1C | 4 | 4D | 29 |
| Octal | 270 | 42 | 30 | 0 | 122 | 127 | 34 | 4 | 115 | 51 |
| Binary | 10111000 | 100010 | 11000 | 0 | 1010010 | 1010111 | 11100 | 100 | 1001101 | 101001 |
Color Harmonies of #B82218
Complementary color
Monochromatic Colors of #B82218
Black with #B82218
Text Example
Text Example
White with #B82218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82218; }
p { color: rgb(184,34,24); }
H1.HeaderClassName
{
color: #B82218;
}
.AnyTagClassName
{
color: #B82218;
}
</style>
background-color css
<style>
a { background-color: #B82218; }
a { background-color: rgb(184,34,24); }
div.DivClassName
{
background-color: #B82218;
}
.BgClassName
{
background-color: #B82218;
}
</style>
border-color css
<style>
span { border-color: #B82218; }
span { border-color: rgb(184,34,24); }
td.TdClassName
{
border-color: #B82218;
}
.TagClassName
{
border-color: #B82218;
}
</style>