Shades of Fire Brick #B81D13
Tints of Fire Brick #B81D13
RGB
CMYK
RGB Variations
Color information
#B81D13 (or 0xB81D13) is known color: Fire Brick. HEX triplet: B8, 1D and 13. RGB value is (184,29,19). Sum of RGB (Red+Green+Blue) = 184+29+19=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81D13 is #47E2EC. Grayscale: #4A4A4A. Windows color (decimal): -4711149 or 1252792. OLE color: 1252792.
HSL color Cylindrical-coordinate representation of color #B81D13: hue angle of 3.64º 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 #B81D13 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 19 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.28 |
| HSL | 3.64º | 0.81% | 0.4% | - |
| HSV(B) | 3.64º | 0.9% | 0.72% | - |
| XYZ | 20.32 | 11.12 | 1.69 | - |
| YUV | 74.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 19 | 0 | 0.84 | 0.90 | 0.28 | 3.64 | 0.81 | 0.4 |
| Hex | B8 | 1D | 13 | 0 | 54 | 5A | 1C | 4 | 51 | 28 |
| Octal | 270 | 35 | 23 | 0 | 124 | 132 | 34 | 4 | 121 | 50 |
| Binary | 10111000 | 11101 | 10011 | 0 | 1010100 | 1011010 | 11100 | 100 | 1010001 | 101000 |
Color Harmonies of #B81D13
Complementary color
Monochromatic Colors of #B81D13
Black with #B81D13
Text Example
Text Example
White with #B81D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D13; }
p { color: rgb(184,29,19); }
H1.HeaderClassName
{
color: #B81D13;
}
.AnyTagClassName
{
color: #B81D13;
}
</style>
background-color css
<style>
a { background-color: #B81D13; }
a { background-color: rgb(184,29,19); }
div.DivClassName
{
background-color: #B81D13;
}
.BgClassName
{
background-color: #B81D13;
}
</style>
border-color css
<style>
span { border-color: #B81D13; }
span { border-color: rgb(184,29,19); }
td.TdClassName
{
border-color: #B81D13;
}
.TagClassName
{
border-color: #B81D13;
}
</style>