Shades of Fire Brick #B82713
Tints of Fire Brick #B82713
RGB
CMYK
RGB Variations
Color information
#B82713 (or 0xB82713) is known color: Fire Brick. HEX triplet: B8, 27 and 13. RGB value is (184,39,19). Sum of RGB (Red+Green+Blue) = 184+39+19=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B82713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82713 is #47D8EC. Grayscale: #505050. Windows color (decimal): -4708589 or 1255352. OLE color: 1255352.
HSL color Cylindrical-coordinate representation of color #B82713: hue angle of 7.27º 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 #B82713 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.28 |
| HSL | 7.27º | 0.81% | 0.4% | - |
| HSV(B) | 7.27º | 0.9% | 0.72% | - |
| XYZ | 20.61 | 11.69 | 1.79 | - |
| YUV | 80.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 19 | 0 | 0.79 | 0.90 | 0.28 | 7.27 | 0.81 | 0.4 |
| Hex | B8 | 27 | 13 | 0 | 4F | 5A | 1C | 7 | 51 | 28 |
| Octal | 270 | 47 | 23 | 0 | 117 | 132 | 34 | 7 | 121 | 50 |
| Binary | 10111000 | 100111 | 10011 | 0 | 1001111 | 1011010 | 11100 | 111 | 1010001 | 101000 |
Color Harmonies of #B82713
Complementary color
Monochromatic Colors of #B82713
Black with #B82713
Text Example
Text Example
White with #B82713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82713; }
p { color: rgb(184,39,19); }
H1.HeaderClassName
{
color: #B82713;
}
.AnyTagClassName
{
color: #B82713;
}
</style>
background-color css
<style>
a { background-color: #B82713; }
a { background-color: rgb(184,39,19); }
div.DivClassName
{
background-color: #B82713;
}
.BgClassName
{
background-color: #B82713;
}
</style>
border-color css
<style>
span { border-color: #B82713; }
span { border-color: rgb(184,39,19); }
td.TdClassName
{
border-color: #B82713;
}
.TagClassName
{
border-color: #B82713;
}
</style>