Shades of Fire Brick #B8220D
Tints of Fire Brick #B8220D
RGB
CMYK
RGB Variations
Color information
#B8220D (or 0xB8220D) is known color: Fire Brick. HEX triplet: B8, 22 and 0D. RGB value is (184,34,13). Sum of RGB (Red+Green+Blue) = 184+34+13=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8220D is #47DDF2. Grayscale: #4C4C4C. Windows color (decimal): -4709875 or 860856. OLE color: 860856.
HSL color Cylindrical-coordinate representation of color #B8220D: hue angle of 7.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.28 |
| HSL | 7.37º | 0.87% | 0.39% | - |
| HSV(B) | 7.37º | 0.93% | 0.72% | - |
| XYZ | 20.41 | 11.36 | 1.5 | - |
| YUV | 76.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 13 | 0 | 0.82 | 0.93 | 0.28 | 7.37 | 0.87 | 0.39 |
| Hex | B8 | 22 | D | 0 | 52 | 5D | 1C | 7 | 57 | 27 |
| Octal | 270 | 42 | 15 | 0 | 122 | 135 | 34 | 7 | 127 | 47 |
| Binary | 10111000 | 100010 | 1101 | 0 | 1010010 | 1011101 | 11100 | 111 | 1010111 | 100111 |
Color Harmonies of #B8220D
Complementary color
Monochromatic Colors of #B8220D
Black with #B8220D
Text Example
Text Example
White with #B8220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8220D; }
p { color: rgb(184,34,13); }
H1.HeaderClassName
{
color: #B8220D;
}
.AnyTagClassName
{
color: #B8220D;
}
</style>
background-color css
<style>
a { background-color: #B8220D; }
a { background-color: rgb(184,34,13); }
div.DivClassName
{
background-color: #B8220D;
}
.BgClassName
{
background-color: #B8220D;
}
</style>
border-color css
<style>
span { border-color: #B8220D; }
span { border-color: rgb(184,34,13); }
td.TdClassName
{
border-color: #B8220D;
}
.TagClassName
{
border-color: #B8220D;
}
</style>