Shades of Fire Brick #B7150D
Tints of Fire Brick #B7150D
RGB
CMYK
RGB Variations
Color information
#B7150D (or 0xB7150D) is known color: Fire Brick. HEX triplet: B7, 15 and 0D. RGB value is (183,21,13). Sum of RGB (Red+Green+Blue) = 183+21+13=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7150D is #48EAF2. Grayscale: #444444. Windows color (decimal): -4778739 or 857527. OLE color: 857527.
HSL color Cylindrical-coordinate representation of color #B7150D: hue angle of 2.82º 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 #B7150D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.28 |
| HSL | 2.82º | 0.87% | 0.38% | - |
| HSV(B) | 2.82º | 0.93% | 0.72% | - |
| XYZ | 19.87 | 10.63 | 1.39 | - |
| YUV | 68.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 13 | 0 | 0.89 | 0.93 | 0.28 | 2.82 | 0.87 | 0.38 |
| Hex | B7 | 15 | D | 0 | 59 | 5D | 1C | 3 | 57 | 26 |
| Octal | 267 | 25 | 15 | 0 | 131 | 135 | 34 | 3 | 127 | 46 |
| Binary | 10110111 | 10101 | 1101 | 0 | 1011001 | 1011101 | 11100 | 11 | 1010111 | 100110 |
Color Harmonies of #B7150D
Complementary color
Monochromatic Colors of #B7150D
Black with #B7150D
Text Example
Text Example
White with #B7150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7150D; }
p { color: rgb(183,21,13); }
H1.HeaderClassName
{
color: #B7150D;
}
.AnyTagClassName
{
color: #B7150D;
}
</style>
background-color css
<style>
a { background-color: #B7150D; }
a { background-color: rgb(183,21,13); }
div.DivClassName
{
background-color: #B7150D;
}
.BgClassName
{
background-color: #B7150D;
}
</style>
border-color css
<style>
span { border-color: #B7150D; }
span { border-color: rgb(183,21,13); }
td.TdClassName
{
border-color: #B7150D;
}
.TagClassName
{
border-color: #B7150D;
}
</style>