Shades of Fire Brick #B81510
Tints of Fire Brick #B81510
RGB
CMYK
RGB Variations
Color information
#B81510 (or 0xB81510) is known color: Fire Brick. HEX triplet: B8, 15 and 10. RGB value is (184,21,16). Sum of RGB (Red+Green+Blue) = 184+21+16=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B81510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81510 is #47EAEF. Grayscale: #454545. Windows color (decimal): -4713200 or 1054136. OLE color: 1054136.
HSL color Cylindrical-coordinate representation of color #B81510: hue angle of 1.79º 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 #B81510 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 16 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.28 |
| HSL | 1.79º | 0.84% | 0.39% | - |
| HSV(B) | 1.79º | 0.91% | 0.72% | - |
| XYZ | 20.13 | 10.76 | 1.51 | - |
| YUV | 69.17 | 98 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 16 | 0 | 0.89 | 0.91 | 0.28 | 1.79 | 0.84 | 0.39 |
| Hex | B8 | 15 | 10 | 0 | 59 | 5B | 1C | 2 | 54 | 27 |
| Octal | 270 | 25 | 20 | 0 | 131 | 133 | 34 | 2 | 124 | 47 |
| Binary | 10111000 | 10101 | 10000 | 0 | 1011001 | 1011011 | 11100 | 10 | 1010100 | 100111 |
Color Harmonies of #B81510
Complementary color
Monochromatic Colors of #B81510
Black with #B81510
Text Example
Text Example
White with #B81510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81510; }
p { color: rgb(184,21,16); }
H1.HeaderClassName
{
color: #B81510;
}
.AnyTagClassName
{
color: #B81510;
}
</style>
background-color css
<style>
a { background-color: #B81510; }
a { background-color: rgb(184,21,16); }
div.DivClassName
{
background-color: #B81510;
}
.BgClassName
{
background-color: #B81510;
}
</style>
border-color css
<style>
span { border-color: #B81510; }
span { border-color: rgb(184,21,16); }
td.TdClassName
{
border-color: #B81510;
}
.TagClassName
{
border-color: #B81510;
}
</style>