Shades of Fire Brick #B7261D
Tints of Fire Brick #B7261D
RGB
CMYK
RGB Variations
Color information
#B7261D (or 0xB7261D) is known color: Fire Brick. HEX triplet: B7, 26 and 1D. RGB value is (183,38,29). Sum of RGB (Red+Green+Blue) = 183+38+29=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7261D is #48D9E2. Grayscale: #505050. Windows color (decimal): -4774371 or 1910455. OLE color: 1910455.
HSL color Cylindrical-coordinate representation of color #B7261D: hue angle of 3.51º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7261D is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 29 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.28 |
| HSL | 3.51º | 0.73% | 0.42% | - |
| HSV(B) | 3.51º | 0.84% | 0.72% | - |
| XYZ | 20.44 | 11.54 | 2.31 | - |
| YUV | 80.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 29 | 0 | 0.79 | 0.84 | 0.28 | 3.51 | 0.73 | 0.42 |
| Hex | B7 | 26 | 1D | 0 | 4F | 54 | 1C | 4 | 49 | 2A |
| Octal | 267 | 46 | 35 | 0 | 117 | 124 | 34 | 4 | 111 | 52 |
| Binary | 10110111 | 100110 | 11101 | 0 | 1001111 | 1010100 | 11100 | 100 | 1001001 | 101010 |
Color Harmonies of #B7261D
Complementary color
Monochromatic Colors of #B7261D
Black with #B7261D
Text Example
Text Example
White with #B7261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7261D; }
p { color: rgb(183,38,29); }
H1.HeaderClassName
{
color: #B7261D;
}
.AnyTagClassName
{
color: #B7261D;
}
</style>
background-color css
<style>
a { background-color: #B7261D; }
a { background-color: rgb(183,38,29); }
div.DivClassName
{
background-color: #B7261D;
}
.BgClassName
{
background-color: #B7261D;
}
</style>
border-color css
<style>
span { border-color: #B7261D; }
span { border-color: rgb(183,38,29); }
td.TdClassName
{
border-color: #B7261D;
}
.TagClassName
{
border-color: #B7261D;
}
</style>