Shades of Fire Brick #B7140E
Tints of Fire Brick #B7140E
RGB
CMYK
RGB Variations
Color information
#B7140E (or 0xB7140E) is known color: Fire Brick. HEX triplet: B7, 14 and 0E. RGB value is (183,20,14). Sum of RGB (Red+Green+Blue) = 183+20+14=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7140E is #48EBF1. Grayscale: #444444. Windows color (decimal): -4778994 or 922807. OLE color: 922807.
HSL color Cylindrical-coordinate representation of color #B7140E: hue angle of 2.13º degrees, saturation: 0.86, 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 #B7140E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.28 |
| HSL | 2.13º | 0.86% | 0.39% | - |
| HSV(B) | 2.13º | 0.92% | 0.72% | - |
| XYZ | 19.86 | 10.6 | 1.41 | - |
| YUV | 68.05 | 97.5 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 14 | 0 | 0.89 | 0.92 | 0.28 | 2.13 | 0.86 | 0.39 |
| Hex | B7 | 14 | E | 0 | 59 | 5C | 1C | 2 | 56 | 27 |
| Octal | 267 | 24 | 16 | 0 | 131 | 134 | 34 | 2 | 126 | 47 |
| Binary | 10110111 | 10100 | 1110 | 0 | 1011001 | 1011100 | 11100 | 10 | 1010110 | 100111 |
Color Harmonies of #B7140E
Complementary color
Monochromatic Colors of #B7140E
Black with #B7140E
Text Example
Text Example
White with #B7140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7140E; }
p { color: rgb(183,20,14); }
H1.HeaderClassName
{
color: #B7140E;
}
.AnyTagClassName
{
color: #B7140E;
}
</style>
background-color css
<style>
a { background-color: #B7140E; }
a { background-color: rgb(183,20,14); }
div.DivClassName
{
background-color: #B7140E;
}
.BgClassName
{
background-color: #B7140E;
}
</style>
border-color css
<style>
span { border-color: #B7140E; }
span { border-color: rgb(183,20,14); }
td.TdClassName
{
border-color: #B7140E;
}
.TagClassName
{
border-color: #B7140E;
}
</style>