Shades of Fire Brick #B5221D
Tints of Fire Brick #B5221D
RGB
CMYK
RGB Variations
Color information
#B5221D (or 0xB5221D) is known color: Fire Brick. HEX triplet: B5, 22 and 1D. RGB value is (181,34,29). Sum of RGB (Red+Green+Blue) = 181+34+29=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5221D is #4ADDE2. Grayscale: #4D4D4D. Windows color (decimal): -4906467 or 1909429. OLE color: 1909429.
HSL color Cylindrical-coordinate representation of color #B5221D: hue angle of 1.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5221D is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 29 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.29 |
| HSL | 1.97º | 0.72% | 0.41% | - |
| HSV(B) | 1.97º | 0.84% | 0.71% | - |
| XYZ | 19.85 | 11.06 | 2.25 | - |
| YUV | 77.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 29 | 0 | 0.81 | 0.84 | 0.29 | 1.97 | 0.72 | 0.41 |
| Hex | B5 | 22 | 1D | 0 | 51 | 54 | 1D | 2 | 48 | 29 |
| Octal | 265 | 42 | 35 | 0 | 121 | 124 | 35 | 2 | 110 | 51 |
| Binary | 10110101 | 100010 | 11101 | 0 | 1010001 | 1010100 | 11101 | 10 | 1001000 | 101001 |
Color Harmonies of #B5221D
Complementary color
Monochromatic Colors of #B5221D
Black with #B5221D
Text Example
Text Example
White with #B5221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5221D; }
p { color: rgb(181,34,29); }
H1.HeaderClassName
{
color: #B5221D;
}
.AnyTagClassName
{
color: #B5221D;
}
</style>
background-color css
<style>
a { background-color: #B5221D; }
a { background-color: rgb(181,34,29); }
div.DivClassName
{
background-color: #B5221D;
}
.BgClassName
{
background-color: #B5221D;
}
</style>
border-color css
<style>
span { border-color: #B5221D; }
span { border-color: rgb(181,34,29); }
td.TdClassName
{
border-color: #B5221D;
}
.TagClassName
{
border-color: #B5221D;
}
</style>