Shades of Fire Brick #B7291B
Tints of Fire Brick #B7291B
RGB
CMYK
RGB Variations
Color information
#B7291B (or 0xB7291B) is known color: Fire Brick. HEX triplet: B7, 29 and 1B. RGB value is (183,41,27). Sum of RGB (Red+Green+Blue) = 183+41+27=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7291B is #48D6E4. Grayscale: #525252. Windows color (decimal): -4773605 or 1780151. OLE color: 1780151.
HSL color Cylindrical-coordinate representation of color #B7291B: hue angle of 5.38º 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 #B7291B is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 27 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.28 |
| HSL | 5.38º | 0.74% | 0.41% | - |
| HSV(B) | 5.38º | 0.85% | 0.72% | - |
| XYZ | 20.52 | 11.73 | 2.22 | - |
| YUV | 81.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 27 | 0 | 0.78 | 0.85 | 0.28 | 5.38 | 0.74 | 0.41 |
| Hex | B7 | 29 | 1B | 0 | 4E | 55 | 1C | 5 | 4A | 29 |
| Octal | 267 | 51 | 33 | 0 | 116 | 125 | 34 | 5 | 112 | 51 |
| Binary | 10110111 | 101001 | 11011 | 0 | 1001110 | 1010101 | 11100 | 101 | 1001010 | 101001 |
Color Harmonies of #B7291B
Complementary color
Monochromatic Colors of #B7291B
Black with #B7291B
Text Example
Text Example
White with #B7291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7291B; }
p { color: rgb(183,41,27); }
H1.HeaderClassName
{
color: #B7291B;
}
.AnyTagClassName
{
color: #B7291B;
}
</style>
background-color css
<style>
a { background-color: #B7291B; }
a { background-color: rgb(183,41,27); }
div.DivClassName
{
background-color: #B7291B;
}
.BgClassName
{
background-color: #B7291B;
}
</style>
border-color css
<style>
span { border-color: #B7291B; }
span { border-color: rgb(183,41,27); }
td.TdClassName
{
border-color: #B7291B;
}
.TagClassName
{
border-color: #B7291B;
}
</style>