Shades of Fire Brick #B9220D
Tints of Fire Brick #B9220D
RGB
CMYK
RGB Variations
Color information
#B9220D (or 0xB9220D) is known color: Fire Brick. HEX triplet: B9, 22 and 0D. RGB value is (185,34,13). Sum of RGB (Red+Green+Blue) = 185+34+13=232 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.74% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 185 - color contains mainly: red. Hex color #B9220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9220D is #46DDF2. Grayscale: #4C4C4C. Windows color (decimal): -4644339 or 860857. OLE color: 860857.
HSL color Cylindrical-coordinate representation of color #B9220D: hue angle of 7.33º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.27 |
| HSL | 7.33º | 0.87% | 0.39% | - |
| HSV(B) | 7.33º | 0.93% | 0.73% | - |
| XYZ | 20.65 | 11.49 | 1.51 | - |
| YUV | 76.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 13 | 0 | 0.82 | 0.93 | 0.27 | 7.33 | 0.87 | 0.39 |
| Hex | B9 | 22 | D | 0 | 52 | 5D | 1B | 7 | 57 | 27 |
| Octal | 271 | 42 | 15 | 0 | 122 | 135 | 33 | 7 | 127 | 47 |
| Binary | 10111001 | 100010 | 1101 | 0 | 1010010 | 1011101 | 11011 | 111 | 1010111 | 100111 |
Color Harmonies of #B9220D
Complementary color
Monochromatic Colors of #B9220D
Black with #B9220D
Text Example
Text Example
White with #B9220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9220D; }
p { color: rgb(185,34,13); }
H1.HeaderClassName
{
color: #B9220D;
}
.AnyTagClassName
{
color: #B9220D;
}
</style>
background-color css
<style>
a { background-color: #B9220D; }
a { background-color: rgb(185,34,13); }
div.DivClassName
{
background-color: #B9220D;
}
.BgClassName
{
background-color: #B9220D;
}
</style>
border-color css
<style>
span { border-color: #B9220D; }
span { border-color: rgb(185,34,13); }
td.TdClassName
{
border-color: #B9220D;
}
.TagClassName
{
border-color: #B9220D;
}
</style>