Shades of Fire Brick #B3311B
Tints of Fire Brick #B3311B
RGB
CMYK
RGB Variations
Color information
#B3311B (or 0xB3311B) is known color: Fire Brick. HEX triplet: B3, 31 and 1B. RGB value is (179,49,27). Sum of RGB (Red+Green+Blue) = 179+49+27=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B3311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3311B is #4CCEE4. Grayscale: #555555. Windows color (decimal): -5033701 or 1782195. OLE color: 1782195.
HSL color Cylindrical-coordinate representation of color #B3311B: hue angle of 8.68º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3311B is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 27 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.30 |
| HSL | 8.68º | 0.74% | 0.4% | - |
| HSV(B) | 8.68º | 0.85% | 0.7% | - |
| XYZ | 19.89 | 11.86 | 2.28 | - |
| YUV | 85.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 27 | 0 | 0.73 | 0.85 | 0.30 | 8.68 | 0.74 | 0.4 |
| Hex | B3 | 31 | 1B | 0 | 49 | 55 | 1E | 9 | 4A | 28 |
| Octal | 263 | 61 | 33 | 0 | 111 | 125 | 36 | 11 | 112 | 50 |
| Binary | 10110011 | 110001 | 11011 | 0 | 1001001 | 1010101 | 11110 | 1001 | 1001010 | 101000 |
Color Harmonies of #B3311B
Complementary color
Monochromatic Colors of #B3311B
Black with #B3311B
Text Example
Text Example
White with #B3311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3311B; }
p { color: rgb(179,49,27); }
H1.HeaderClassName
{
color: #B3311B;
}
.AnyTagClassName
{
color: #B3311B;
}
</style>
background-color css
<style>
a { background-color: #B3311B; }
a { background-color: rgb(179,49,27); }
div.DivClassName
{
background-color: #B3311B;
}
.BgClassName
{
background-color: #B3311B;
}
</style>
border-color css
<style>
span { border-color: #B3311B; }
span { border-color: rgb(179,49,27); }
td.TdClassName
{
border-color: #B3311B;
}
.TagClassName
{
border-color: #B3311B;
}
</style>