Shades of Fire Brick #B7301B
Tints of Fire Brick #B7301B
RGB
CMYK
RGB Variations
Color information
#B7301B (or 0xB7301B) is known color: Fire Brick. HEX triplet: B7, 30 and 1B. RGB value is (183,48,27). Sum of RGB (Red+Green+Blue) = 183+48+27=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B7301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7301B is #48CFE4. Grayscale: #565656. Windows color (decimal): -4771813 or 1781943. OLE color: 1781943.
HSL color Cylindrical-coordinate representation of color #B7301B: hue angle of 8.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7301B is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 27 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.28 |
| HSL | 8.08º | 0.74% | 0.41% | - |
| HSV(B) | 8.08º | 0.85% | 0.72% | - |
| XYZ | 20.78 | 12.26 | 2.31 | - |
| YUV | 85.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 27 | 0 | 0.74 | 0.85 | 0.28 | 8.08 | 0.74 | 0.41 |
| Hex | B7 | 30 | 1B | 0 | 4A | 55 | 1C | 8 | 4A | 29 |
| Octal | 267 | 60 | 33 | 0 | 112 | 125 | 34 | 10 | 112 | 51 |
| Binary | 10110111 | 110000 | 11011 | 0 | 1001010 | 1010101 | 11100 | 1000 | 1001010 | 101001 |
Color Harmonies of #B7301B
Complementary color
Monochromatic Colors of #B7301B
Black with #B7301B
Text Example
Text Example
White with #B7301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7301B; }
p { color: rgb(183,48,27); }
H1.HeaderClassName
{
color: #B7301B;
}
.AnyTagClassName
{
color: #B7301B;
}
</style>
background-color css
<style>
a { background-color: #B7301B; }
a { background-color: rgb(183,48,27); }
div.DivClassName
{
background-color: #B7301B;
}
.BgClassName
{
background-color: #B7301B;
}
</style>
border-color css
<style>
span { border-color: #B7301B; }
span { border-color: rgb(183,48,27); }
td.TdClassName
{
border-color: #B7301B;
}
.TagClassName
{
border-color: #B7301B;
}
</style>