Shades of Fire Brick #B82313
Tints of Fire Brick #B82313
RGB
CMYK
RGB Variations
Color information
#B82313 (or 0xB82313) is known color: Fire Brick. HEX triplet: B8, 23 and 13. RGB value is (184,35,19). Sum of RGB (Red+Green+Blue) = 184+35+19=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B82313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82313 is #47DCEC. Grayscale: #4D4D4D. Windows color (decimal): -4709613 or 1254328. OLE color: 1254328.
HSL color Cylindrical-coordinate representation of color #B82313: hue angle of 5.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B82313 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.28 |
| HSL | 5.82º | 0.81% | 0.4% | - |
| HSV(B) | 5.82º | 0.9% | 0.72% | - |
| XYZ | 20.49 | 11.44 | 1.74 | - |
| YUV | 77.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 19 | 0 | 0.81 | 0.90 | 0.28 | 5.82 | 0.81 | 0.4 |
| Hex | B8 | 23 | 13 | 0 | 51 | 5A | 1C | 6 | 51 | 28 |
| Octal | 270 | 43 | 23 | 0 | 121 | 132 | 34 | 6 | 121 | 50 |
| Binary | 10111000 | 100011 | 10011 | 0 | 1010001 | 1011010 | 11100 | 110 | 1010001 | 101000 |
Color Harmonies of #B82313
Complementary color
Monochromatic Colors of #B82313
Black with #B82313
Text Example
Text Example
White with #B82313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82313; }
p { color: rgb(184,35,19); }
H1.HeaderClassName
{
color: #B82313;
}
.AnyTagClassName
{
color: #B82313;
}
</style>
background-color css
<style>
a { background-color: #B82313; }
a { background-color: rgb(184,35,19); }
div.DivClassName
{
background-color: #B82313;
}
.BgClassName
{
background-color: #B82313;
}
</style>
border-color css
<style>
span { border-color: #B82313; }
span { border-color: rgb(184,35,19); }
td.TdClassName
{
border-color: #B82313;
}
.TagClassName
{
border-color: #B82313;
}
</style>