Shades of Fire Brick #B8261B
Tints of Fire Brick #B8261B
RGB
CMYK
RGB Variations
Color information
#B8261B (or 0xB8261B) is known color: Fire Brick. HEX triplet: B8, 26 and 1B. RGB value is (184,38,27). Sum of RGB (Red+Green+Blue) = 184+38+27=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8261B is #47D9E4. Grayscale: #505050. Windows color (decimal): -4708837 or 1779384. OLE color: 1779384.
HSL color Cylindrical-coordinate representation of color #B8261B: hue angle of 4.2º 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 #B8261B is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 27 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.28 |
| HSL | 4.2º | 0.74% | 0.41% | - |
| HSV(B) | 4.2º | 0.85% | 0.72% | - |
| XYZ | 20.66 | 11.66 | 2.2 | - |
| YUV | 80.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 27 | 0 | 0.79 | 0.85 | 0.28 | 4.2 | 0.74 | 0.41 |
| Hex | B8 | 26 | 1B | 0 | 4F | 55 | 1C | 4 | 4A | 29 |
| Octal | 270 | 46 | 33 | 0 | 117 | 125 | 34 | 4 | 112 | 51 |
| Binary | 10111000 | 100110 | 11011 | 0 | 1001111 | 1010101 | 11100 | 100 | 1001010 | 101001 |
Color Harmonies of #B8261B
Complementary color
Monochromatic Colors of #B8261B
Black with #B8261B
Text Example
Text Example
White with #B8261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8261B; }
p { color: rgb(184,38,27); }
H1.HeaderClassName
{
color: #B8261B;
}
.AnyTagClassName
{
color: #B8261B;
}
</style>
background-color css
<style>
a { background-color: #B8261B; }
a { background-color: rgb(184,38,27); }
div.DivClassName
{
background-color: #B8261B;
}
.BgClassName
{
background-color: #B8261B;
}
</style>
border-color css
<style>
span { border-color: #B8261B; }
span { border-color: rgb(184,38,27); }
td.TdClassName
{
border-color: #B8261B;
}
.TagClassName
{
border-color: #B8261B;
}
</style>