Shades of Fire Brick #B7240D
Tints of Fire Brick #B7240D
RGB
CMYK
RGB Variations
Color information
#B7240D (or 0xB7240D) is known color: Fire Brick. HEX triplet: B7, 24 and 0D. RGB value is (183,36,13). Sum of RGB (Red+Green+Blue) = 183+36+13=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7240D is #48DBF2. Grayscale: #4D4D4D. Windows color (decimal): -4774899 or 861367. OLE color: 861367.
HSL color Cylindrical-coordinate representation of color #B7240D: hue angle of 8.12º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7240D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.28 |
| HSL | 8.12º | 0.87% | 0.38% | - |
| HSV(B) | 8.12º | 0.93% | 0.72% | - |
| XYZ | 20.23 | 11.36 | 1.51 | - |
| YUV | 77.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 13 | 0 | 0.80 | 0.93 | 0.28 | 8.12 | 0.87 | 0.38 |
| Hex | B7 | 24 | D | 0 | 50 | 5D | 1C | 8 | 57 | 26 |
| Octal | 267 | 44 | 15 | 0 | 120 | 135 | 34 | 10 | 127 | 46 |
| Binary | 10110111 | 100100 | 1101 | 0 | 1010000 | 1011101 | 11100 | 1000 | 1010111 | 100110 |
Color Harmonies of #B7240D
Complementary color
Monochromatic Colors of #B7240D
Black with #B7240D
Text Example
Text Example
White with #B7240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7240D; }
p { color: rgb(183,36,13); }
H1.HeaderClassName
{
color: #B7240D;
}
.AnyTagClassName
{
color: #B7240D;
}
</style>
background-color css
<style>
a { background-color: #B7240D; }
a { background-color: rgb(183,36,13); }
div.DivClassName
{
background-color: #B7240D;
}
.BgClassName
{
background-color: #B7240D;
}
</style>
border-color css
<style>
span { border-color: #B7240D; }
span { border-color: rgb(183,36,13); }
td.TdClassName
{
border-color: #B7240D;
}
.TagClassName
{
border-color: #B7240D;
}
</style>