Shades of Fire Brick #B81610
Tints of Fire Brick #B81610
RGB
CMYK
RGB Variations
Color information
#B81610 (or 0xB81610) is known color: Fire Brick. HEX triplet: B8, 16 and 10. RGB value is (184,22,16). Sum of RGB (Red+Green+Blue) = 184+22+16=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B81610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81610 is #47E9EF. Grayscale: #454545. Windows color (decimal): -4712944 or 1054392. OLE color: 1054392.
HSL color Cylindrical-coordinate representation of color #B81610: hue angle of 2.14º 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 #B81610 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 16 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.28 |
| HSL | 2.14º | 0.84% | 0.39% | - |
| HSV(B) | 2.14º | 0.91% | 0.72% | - |
| XYZ | 20.15 | 10.8 | 1.51 | - |
| YUV | 69.75 | 97.67 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 16 | 0 | 0.88 | 0.91 | 0.28 | 2.14 | 0.84 | 0.39 |
| Hex | B8 | 16 | 10 | 0 | 58 | 5B | 1C | 2 | 54 | 27 |
| Octal | 270 | 26 | 20 | 0 | 130 | 133 | 34 | 2 | 124 | 47 |
| Binary | 10111000 | 10110 | 10000 | 0 | 1011000 | 1011011 | 11100 | 10 | 1010100 | 100111 |
Color Harmonies of #B81610
Complementary color
Monochromatic Colors of #B81610
Black with #B81610
Text Example
Text Example
White with #B81610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81610; }
p { color: rgb(184,22,16); }
H1.HeaderClassName
{
color: #B81610;
}
.AnyTagClassName
{
color: #B81610;
}
</style>
background-color css
<style>
a { background-color: #B81610; }
a { background-color: rgb(184,22,16); }
div.DivClassName
{
background-color: #B81610;
}
.BgClassName
{
background-color: #B81610;
}
</style>
border-color css
<style>
span { border-color: #B81610; }
span { border-color: rgb(184,22,16); }
td.TdClassName
{
border-color: #B81610;
}
.TagClassName
{
border-color: #B81610;
}
</style>