Shades of Fire Brick #B22117
Tints of Fire Brick #B22117
RGB
CMYK
RGB Variations
Color information
#B22117 (or 0xB22117) is known color: Fire Brick. HEX triplet: B2, 21 and 17. RGB value is (178,33,23). Sum of RGB (Red+Green+Blue) = 178+33+23=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22117 is #4DDEE8. Grayscale: #4B4B4B. Windows color (decimal): -5103337 or 1515954. OLE color: 1515954.
HSL color Cylindrical-coordinate representation of color #B22117: hue angle of 3.87º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B22117 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 23 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.30 |
| HSL | 3.87º | 0.77% | 0.39% | - |
| HSV(B) | 3.87º | 0.87% | 0.7% | - |
| XYZ | 19.06 | 10.61 | 1.85 | - |
| YUV | 75.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 23 | 0 | 0.81 | 0.87 | 0.30 | 3.87 | 0.77 | 0.39 |
| Hex | B2 | 21 | 17 | 0 | 51 | 57 | 1E | 4 | 4D | 27 |
| Octal | 262 | 41 | 27 | 0 | 121 | 127 | 36 | 4 | 115 | 47 |
| Binary | 10110010 | 100001 | 10111 | 0 | 1010001 | 1010111 | 11110 | 100 | 1001101 | 100111 |
Color Harmonies of #B22117
Complementary color
Monochromatic Colors of #B22117
Black with #B22117
Text Example
Text Example
White with #B22117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22117; }
p { color: rgb(178,33,23); }
H1.HeaderClassName
{
color: #B22117;
}
.AnyTagClassName
{
color: #B22117;
}
</style>
background-color css
<style>
a { background-color: #B22117; }
a { background-color: rgb(178,33,23); }
div.DivClassName
{
background-color: #B22117;
}
.BgClassName
{
background-color: #B22117;
}
</style>
border-color css
<style>
span { border-color: #B22117; }
span { border-color: rgb(178,33,23); }
td.TdClassName
{
border-color: #B22117;
}
.TagClassName
{
border-color: #B22117;
}
</style>