Shades of Fire Brick #B5220C
Tints of Fire Brick #B5220C
RGB
CMYK
RGB Variations
Color information
#B5220C (or 0xB5220C) is known color: Fire Brick. HEX triplet: B5, 22 and 0C. RGB value is (181,34,12). Sum of RGB (Red+Green+Blue) = 181+34+12=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5220C is #4ADDF3. Grayscale: #4B4B4B. Windows color (decimal): -4906484 or 795317. OLE color: 795317.
HSL color Cylindrical-coordinate representation of color #B5220C: hue angle of 7.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5220C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.29 |
| HSL | 7.81º | 0.88% | 0.38% | - |
| HSV(B) | 7.81º | 0.93% | 0.71% | - |
| XYZ | 19.69 | 10.99 | 1.43 | - |
| YUV | 75.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 12 | 0 | 0.81 | 0.93 | 0.29 | 7.81 | 0.88 | 0.38 |
| Hex | B5 | 22 | C | 0 | 51 | 5D | 1D | 8 | 58 | 26 |
| Octal | 265 | 42 | 14 | 0 | 121 | 135 | 35 | 10 | 130 | 46 |
| Binary | 10110101 | 100010 | 1100 | 0 | 1010001 | 1011101 | 11101 | 1000 | 1011000 | 100110 |
Color Harmonies of #B5220C
Complementary color
Monochromatic Colors of #B5220C
Black with #B5220C
Text Example
Text Example
White with #B5220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5220C; }
p { color: rgb(181,34,12); }
H1.HeaderClassName
{
color: #B5220C;
}
.AnyTagClassName
{
color: #B5220C;
}
</style>
background-color css
<style>
a { background-color: #B5220C; }
a { background-color: rgb(181,34,12); }
div.DivClassName
{
background-color: #B5220C;
}
.BgClassName
{
background-color: #B5220C;
}
</style>
border-color css
<style>
span { border-color: #B5220C; }
span { border-color: rgb(181,34,12); }
td.TdClassName
{
border-color: #B5220C;
}
.TagClassName
{
border-color: #B5220C;
}
</style>