Shades of Fire Brick #B33026
Tints of Fire Brick #B33026
RGB
CMYK
RGB Variations
Color information
#B33026 (or 0xB33026) is known color: Fire Brick. HEX triplet: B3, 30 and 26. RGB value is (179,48,38). Sum of RGB (Red+Green+Blue) = 179+48+38=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B33026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33026 is #4CCFD9. Grayscale: #565656. Windows color (decimal): -5033946 or 2502835. OLE color: 2502835.
HSL color Cylindrical-coordinate representation of color #B33026: hue angle of 4.26º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B33026 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 38 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.30 |
| HSL | 4.26º | 0.65% | 0.43% | - |
| HSV(B) | 4.26º | 0.79% | 0.7% | - |
| XYZ | 20 | 11.84 | 3.06 | - |
| YUV | 86.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 38 | 0 | 0.73 | 0.79 | 0.30 | 4.26 | 0.65 | 0.43 |
| Hex | B3 | 30 | 26 | 0 | 49 | 4F | 1E | 4 | 41 | 2B |
| Octal | 263 | 60 | 46 | 0 | 111 | 117 | 36 | 4 | 101 | 53 |
| Binary | 10110011 | 110000 | 100110 | 0 | 1001001 | 1001111 | 11110 | 100 | 1000001 | 101011 |
Color Harmonies of #B33026
Complementary color
Monochromatic Colors of #B33026
Black with #B33026
Text Example
Text Example
White with #B33026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33026; }
p { color: rgb(179,48,38); }
H1.HeaderClassName
{
color: #B33026;
}
.AnyTagClassName
{
color: #B33026;
}
</style>
background-color css
<style>
a { background-color: #B33026; }
a { background-color: rgb(179,48,38); }
div.DivClassName
{
background-color: #B33026;
}
.BgClassName
{
background-color: #B33026;
}
</style>
border-color css
<style>
span { border-color: #B33026; }
span { border-color: rgb(179,48,38); }
td.TdClassName
{
border-color: #B33026;
}
.TagClassName
{
border-color: #B33026;
}
</style>