Shades of Fire Brick #B7261F
Tints of Fire Brick #B7261F
RGB
CMYK
RGB Variations
Color information
#B7261F (or 0xB7261F) is known color: Fire Brick. HEX triplet: B7, 26 and 1F. RGB value is (183,38,31). Sum of RGB (Red+Green+Blue) = 183+38+31=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7261F is #48D9E0. Grayscale: #505050. Windows color (decimal): -4774369 or 2041527. OLE color: 2041527.
HSL color Cylindrical-coordinate representation of color #B7261F: hue angle of 2.76º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7261F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 31 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.28 |
| HSL | 2.76º | 0.71% | 0.42% | - |
| HSV(B) | 2.76º | 0.83% | 0.72% | - |
| XYZ | 20.47 | 11.55 | 2.45 | - |
| YUV | 80.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 31 | 0 | 0.79 | 0.83 | 0.28 | 2.76 | 0.71 | 0.42 |
| Hex | B7 | 26 | 1F | 0 | 4F | 53 | 1C | 3 | 47 | 2A |
| Octal | 267 | 46 | 37 | 0 | 117 | 123 | 34 | 3 | 107 | 52 |
| Binary | 10110111 | 100110 | 11111 | 0 | 1001111 | 1010011 | 11100 | 11 | 1000111 | 101010 |
Color Harmonies of #B7261F
Complementary color
Monochromatic Colors of #B7261F
Black with #B7261F
Text Example
Text Example
White with #B7261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7261F; }
p { color: rgb(183,38,31); }
H1.HeaderClassName
{
color: #B7261F;
}
.AnyTagClassName
{
color: #B7261F;
}
</style>
background-color css
<style>
a { background-color: #B7261F; }
a { background-color: rgb(183,38,31); }
div.DivClassName
{
background-color: #B7261F;
}
.BgClassName
{
background-color: #B7261F;
}
</style>
border-color css
<style>
span { border-color: #B7261F; }
span { border-color: rgb(183,38,31); }
td.TdClassName
{
border-color: #B7261F;
}
.TagClassName
{
border-color: #B7261F;
}
</style>