Shades of Fire Brick #B7140F
Tints of Fire Brick #B7140F
RGB
CMYK
RGB Variations
Color information
#B7140F (or 0xB7140F) is known color: Fire Brick. HEX triplet: B7, 14 and 0F. RGB value is (183,20,15). Sum of RGB (Red+Green+Blue) = 183+20+15=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B7140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7140F is #48EBF0. Grayscale: #444444. Windows color (decimal): -4778993 or 988343. OLE color: 988343.
HSL color Cylindrical-coordinate representation of color #B7140F: hue angle of 1.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7140F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 15 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.28 |
| HSL | 1.79º | 0.85% | 0.39% | - |
| HSV(B) | 1.79º | 0.92% | 0.72% | - |
| XYZ | 19.86 | 10.6 | 1.45 | - |
| YUV | 68.17 | 98 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 15 | 0 | 0.89 | 0.92 | 0.28 | 1.79 | 0.85 | 0.39 |
| Hex | B7 | 14 | F | 0 | 59 | 5C | 1C | 2 | 55 | 27 |
| Octal | 267 | 24 | 17 | 0 | 131 | 134 | 34 | 2 | 125 | 47 |
| Binary | 10110111 | 10100 | 1111 | 0 | 1011001 | 1011100 | 11100 | 10 | 1010101 | 100111 |
Color Harmonies of #B7140F
Complementary color
Monochromatic Colors of #B7140F
Black with #B7140F
Text Example
Text Example
White with #B7140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7140F; }
p { color: rgb(183,20,15); }
H1.HeaderClassName
{
color: #B7140F;
}
.AnyTagClassName
{
color: #B7140F;
}
</style>
background-color css
<style>
a { background-color: #B7140F; }
a { background-color: rgb(183,20,15); }
div.DivClassName
{
background-color: #B7140F;
}
.BgClassName
{
background-color: #B7140F;
}
</style>
border-color css
<style>
span { border-color: #B7140F; }
span { border-color: rgb(183,20,15); }
td.TdClassName
{
border-color: #B7140F;
}
.TagClassName
{
border-color: #B7140F;
}
</style>