Shades of Fire Brick #B82015
Tints of Fire Brick #B82015
RGB
CMYK
RGB Variations
Color information
#B82015 (or 0xB82015) is known color: Fire Brick. HEX triplet: B8, 20 and 15. RGB value is (184,32,21). Sum of RGB (Red+Green+Blue) = 184+32+21=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B82015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82015 is #47DFEA. Grayscale: #4C4C4C. Windows color (decimal): -4710379 or 1384632. OLE color: 1384632.
HSL color Cylindrical-coordinate representation of color #B82015: hue angle of 4.05º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82015 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 21 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.28 |
| HSL | 4.05º | 0.8% | 0.4% | - |
| HSV(B) | 4.05º | 0.89% | 0.72% | - |
| XYZ | 20.42 | 11.28 | 1.81 | - |
| YUV | 76.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 21 | 0 | 0.83 | 0.89 | 0.28 | 4.05 | 0.8 | 0.4 |
| Hex | B8 | 20 | 15 | 0 | 53 | 59 | 1C | 4 | 50 | 28 |
| Octal | 270 | 40 | 25 | 0 | 123 | 131 | 34 | 4 | 120 | 50 |
| Binary | 10111000 | 100000 | 10101 | 0 | 1010011 | 1011001 | 11100 | 100 | 1010000 | 101000 |
Color Harmonies of #B82015
Complementary color
Monochromatic Colors of #B82015
Black with #B82015
Text Example
Text Example
White with #B82015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82015; }
p { color: rgb(184,32,21); }
H1.HeaderClassName
{
color: #B82015;
}
.AnyTagClassName
{
color: #B82015;
}
</style>
background-color css
<style>
a { background-color: #B82015; }
a { background-color: rgb(184,32,21); }
div.DivClassName
{
background-color: #B82015;
}
.BgClassName
{
background-color: #B82015;
}
</style>
border-color css
<style>
span { border-color: #B82015; }
span { border-color: rgb(184,32,21); }
td.TdClassName
{
border-color: #B82015;
}
.TagClassName
{
border-color: #B82015;
}
</style>