Shades of Fire Brick #B5221E
Tints of Fire Brick #B5221E
RGB
CMYK
RGB Variations
Color information
#B5221E (or 0xB5221E) is known color: Fire Brick. HEX triplet: B5, 22 and 1E. RGB value is (181,34,30). Sum of RGB (Red+Green+Blue) = 181+34+30=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5221E is #4ADDE1. Grayscale: #4D4D4D. Windows color (decimal): -4906466 or 1974965. OLE color: 1974965.
HSL color Cylindrical-coordinate representation of color #B5221E: hue angle of 1.59º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5221E is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 30 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.29 |
| HSL | 1.59º | 0.72% | 0.41% | - |
| HSV(B) | 1.59º | 0.83% | 0.71% | - |
| XYZ | 19.86 | 11.06 | 2.32 | - |
| YUV | 77.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 30 | 0 | 0.81 | 0.83 | 0.29 | 1.59 | 0.72 | 0.41 |
| Hex | B5 | 22 | 1E | 0 | 51 | 53 | 1D | 2 | 48 | 29 |
| Octal | 265 | 42 | 36 | 0 | 121 | 123 | 35 | 2 | 110 | 51 |
| Binary | 10110101 | 100010 | 11110 | 0 | 1010001 | 1010011 | 11101 | 10 | 1001000 | 101001 |
Color Harmonies of #B5221E
Complementary color
Monochromatic Colors of #B5221E
Black with #B5221E
Text Example
Text Example
White with #B5221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5221E; }
p { color: rgb(181,34,30); }
H1.HeaderClassName
{
color: #B5221E;
}
.AnyTagClassName
{
color: #B5221E;
}
</style>
background-color css
<style>
a { background-color: #B5221E; }
a { background-color: rgb(181,34,30); }
div.DivClassName
{
background-color: #B5221E;
}
.BgClassName
{
background-color: #B5221E;
}
</style>
border-color css
<style>
span { border-color: #B5221E; }
span { border-color: rgb(181,34,30); }
td.TdClassName
{
border-color: #B5221E;
}
.TagClassName
{
border-color: #B5221E;
}
</style>