Shades of Fire Brick #B4220B
Tints of Fire Brick #B4220B
RGB
CMYK
RGB Variations
Color information
#B4220B (or 0xB4220B) is known color: Fire Brick. HEX triplet: B4, 22 and 0B. RGB value is (180,34,11). Sum of RGB (Red+Green+Blue) = 180+34+11=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B4220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4220B is #4BDDF4. Grayscale: #4B4B4B. Windows color (decimal): -4972021 or 729780. OLE color: 729780.
HSL color Cylindrical-coordinate representation of color #B4220B: hue angle of 8.17º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4220B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.29 |
| HSL | 8.17º | 0.88% | 0.37% | - |
| HSV(B) | 8.17º | 0.94% | 0.71% | - |
| XYZ | 19.45 | 10.87 | 1.39 | - |
| YUV | 75.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 11 | 0 | 0.81 | 0.94 | 0.29 | 8.17 | 0.88 | 0.37 |
| Hex | B4 | 22 | B | 0 | 51 | 5E | 1D | 8 | 58 | 25 |
| Octal | 264 | 42 | 13 | 0 | 121 | 136 | 35 | 10 | 130 | 45 |
| Binary | 10110100 | 100010 | 1011 | 0 | 1010001 | 1011110 | 11101 | 1000 | 1011000 | 100101 |
Color Harmonies of #B4220B
Complementary color
Monochromatic Colors of #B4220B
Black with #B4220B
Text Example
Text Example
White with #B4220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4220B; }
p { color: rgb(180,34,11); }
H1.HeaderClassName
{
color: #B4220B;
}
.AnyTagClassName
{
color: #B4220B;
}
</style>
background-color css
<style>
a { background-color: #B4220B; }
a { background-color: rgb(180,34,11); }
div.DivClassName
{
background-color: #B4220B;
}
.BgClassName
{
background-color: #B4220B;
}
</style>
border-color css
<style>
span { border-color: #B4220B; }
span { border-color: rgb(180,34,11); }
td.TdClassName
{
border-color: #B4220B;
}
.TagClassName
{
border-color: #B4220B;
}
</style>