Shades of Fire Brick #B82510
Tints of Fire Brick #B82510
RGB
CMYK
RGB Variations
Color information
#B82510 (or 0xB82510) is known color: Fire Brick. HEX triplet: B8, 25 and 10. RGB value is (184,37,16). Sum of RGB (Red+Green+Blue) = 184+37+16=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B82510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82510 is #47DAEF. Grayscale: #4E4E4E. Windows color (decimal): -4709104 or 1058232. OLE color: 1058232.
HSL color Cylindrical-coordinate representation of color #B82510: hue angle of 7.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B82510 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.28 |
| HSL | 7.5º | 0.84% | 0.39% | - |
| HSV(B) | 7.5º | 0.91% | 0.72% | - |
| XYZ | 20.52 | 11.55 | 1.64 | - |
| YUV | 78.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 16 | 0 | 0.80 | 0.91 | 0.28 | 7.5 | 0.84 | 0.39 |
| Hex | B8 | 25 | 10 | 0 | 50 | 5B | 1C | 8 | 54 | 27 |
| Octal | 270 | 45 | 20 | 0 | 120 | 133 | 34 | 10 | 124 | 47 |
| Binary | 10111000 | 100101 | 10000 | 0 | 1010000 | 1011011 | 11100 | 1000 | 1010100 | 100111 |
Color Harmonies of #B82510
Complementary color
Monochromatic Colors of #B82510
Black with #B82510
Text Example
Text Example
White with #B82510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82510; }
p { color: rgb(184,37,16); }
H1.HeaderClassName
{
color: #B82510;
}
.AnyTagClassName
{
color: #B82510;
}
</style>
background-color css
<style>
a { background-color: #B82510; }
a { background-color: rgb(184,37,16); }
div.DivClassName
{
background-color: #B82510;
}
.BgClassName
{
background-color: #B82510;
}
</style>
border-color css
<style>
span { border-color: #B82510; }
span { border-color: rgb(184,37,16); }
td.TdClassName
{
border-color: #B82510;
}
.TagClassName
{
border-color: #B82510;
}
</style>