Shades of Fire Brick #B5220B
Tints of Fire Brick #B5220B
RGB
CMYK
RGB Variations
Color information
#B5220B (or 0xB5220B) is known color: Fire Brick. HEX triplet: B5, 22 and 0B. RGB value is (181,34,11). Sum of RGB (Red+Green+Blue) = 181+34+11=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5220B is #4ADDF4. Grayscale: #4B4B4B. Windows color (decimal): -4906485 or 729781. OLE color: 729781.
HSL color Cylindrical-coordinate representation of color #B5220B: hue angle of 8.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5220B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.29 |
| HSL | 8.12º | 0.89% | 0.38% | - |
| HSV(B) | 8.12º | 0.94% | 0.71% | - |
| XYZ | 19.69 | 10.99 | 1.4 | - |
| YUV | 75.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 11 | 0 | 0.81 | 0.94 | 0.29 | 8.12 | 0.89 | 0.38 |
| Hex | B5 | 22 | B | 0 | 51 | 5E | 1D | 8 | 59 | 26 |
| Octal | 265 | 42 | 13 | 0 | 121 | 136 | 35 | 10 | 131 | 46 |
| Binary | 10110101 | 100010 | 1011 | 0 | 1010001 | 1011110 | 11101 | 1000 | 1011001 | 100110 |
Color Harmonies of #B5220B
Complementary color
Monochromatic Colors of #B5220B
Black with #B5220B
Text Example
Text Example
White with #B5220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5220B; }
p { color: rgb(181,34,11); }
H1.HeaderClassName
{
color: #B5220B;
}
.AnyTagClassName
{
color: #B5220B;
}
</style>
background-color css
<style>
a { background-color: #B5220B; }
a { background-color: rgb(181,34,11); }
div.DivClassName
{
background-color: #B5220B;
}
.BgClassName
{
background-color: #B5220B;
}
</style>
border-color css
<style>
span { border-color: #B5220B; }
span { border-color: rgb(181,34,11); }
td.TdClassName
{
border-color: #B5220B;
}
.TagClassName
{
border-color: #B5220B;
}
</style>