Shades of Fire Brick #B5220D
Tints of Fire Brick #B5220D
RGB
CMYK
RGB Variations
Color information
#B5220D (or 0xB5220D) is known color: Fire Brick. HEX triplet: B5, 22 and 0D. RGB value is (181,34,13). Sum of RGB (Red+Green+Blue) = 181+34+13=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5220D is #4ADDF2. Grayscale: #4B4B4B. Windows color (decimal): -4906483 or 860853. OLE color: 860853.
HSL color Cylindrical-coordinate representation of color #B5220D: hue angle of 7.5º degrees, saturation: 0.87, 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 #B5220D is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 13 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.29 |
| HSL | 7.5º | 0.87% | 0.38% | - |
| HSV(B) | 7.5º | 0.93% | 0.71% | - |
| XYZ | 19.7 | 11 | 1.47 | - |
| YUV | 75.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 13 | 0 | 0.81 | 0.93 | 0.29 | 7.5 | 0.87 | 0.38 |
| Hex | B5 | 22 | D | 0 | 51 | 5D | 1D | 8 | 57 | 26 |
| Octal | 265 | 42 | 15 | 0 | 121 | 135 | 35 | 10 | 127 | 46 |
| Binary | 10110101 | 100010 | 1101 | 0 | 1010001 | 1011101 | 11101 | 1000 | 1010111 | 100110 |
Color Harmonies of #B5220D
Complementary color
Monochromatic Colors of #B5220D
Black with #B5220D
Text Example
Text Example
White with #B5220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5220D; }
p { color: rgb(181,34,13); }
H1.HeaderClassName
{
color: #B5220D;
}
.AnyTagClassName
{
color: #B5220D;
}
</style>
background-color css
<style>
a { background-color: #B5220D; }
a { background-color: rgb(181,34,13); }
div.DivClassName
{
background-color: #B5220D;
}
.BgClassName
{
background-color: #B5220D;
}
</style>
border-color css
<style>
span { border-color: #B5220D; }
span { border-color: rgb(181,34,13); }
td.TdClassName
{
border-color: #B5220D;
}
.TagClassName
{
border-color: #B5220D;
}
</style>