Shades of Fire Brick #B7291A
Tints of Fire Brick #B7291A
RGB
CMYK
RGB Variations
Color information
#B7291A (or 0xB7291A) is known color: Fire Brick. HEX triplet: B7, 29 and 1A. RGB value is (183,41,26). Sum of RGB (Red+Green+Blue) = 183+41+26=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7291A is #48D6E5. Grayscale: #515151. Windows color (decimal): -4773606 or 1714615. OLE color: 1714615.
HSL color Cylindrical-coordinate representation of color #B7291A: hue angle of 5.73º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7291A is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 26 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.28 |
| HSL | 5.73º | 0.75% | 0.41% | - |
| HSV(B) | 5.73º | 0.86% | 0.72% | - |
| XYZ | 20.51 | 11.73 | 2.16 | - |
| YUV | 81.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 26 | 0 | 0.78 | 0.86 | 0.28 | 5.73 | 0.75 | 0.41 |
| Hex | B7 | 29 | 1A | 0 | 4E | 56 | 1C | 6 | 4B | 29 |
| Octal | 267 | 51 | 32 | 0 | 116 | 126 | 34 | 6 | 113 | 51 |
| Binary | 10110111 | 101001 | 11010 | 0 | 1001110 | 1010110 | 11100 | 110 | 1001011 | 101001 |
Color Harmonies of #B7291A
Complementary color
Monochromatic Colors of #B7291A
Black with #B7291A
Text Example
Text Example
White with #B7291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7291A; }
p { color: rgb(183,41,26); }
H1.HeaderClassName
{
color: #B7291A;
}
.AnyTagClassName
{
color: #B7291A;
}
</style>
background-color css
<style>
a { background-color: #B7291A; }
a { background-color: rgb(183,41,26); }
div.DivClassName
{
background-color: #B7291A;
}
.BgClassName
{
background-color: #B7291A;
}
</style>
border-color css
<style>
span { border-color: #B7291A; }
span { border-color: rgb(183,41,26); }
td.TdClassName
{
border-color: #B7291A;
}
.TagClassName
{
border-color: #B7291A;
}
</style>