Shades of Fire Brick #B8211D
Tints of Fire Brick #B8211D
RGB
CMYK
RGB Variations
Color information
#B8211D (or 0xB8211D) is known color: Fire Brick. HEX triplet: B8, 21 and 1D. RGB value is (184,33,29). Sum of RGB (Red+Green+Blue) = 184+33+29=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B8211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8211D is #47DEE2. Grayscale: #4D4D4D. Windows color (decimal): -4710115 or 1909176. OLE color: 1909176.
HSL color Cylindrical-coordinate representation of color #B8211D: hue angle of 1.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8211D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 29 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.28 |
| HSL | 1.55º | 0.73% | 0.42% | - |
| HSV(B) | 1.55º | 0.84% | 0.72% | - |
| XYZ | 20.53 | 11.37 | 2.27 | - |
| YUV | 77.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 29 | 0 | 0.82 | 0.84 | 0.28 | 1.55 | 0.73 | 0.42 |
| Hex | B8 | 21 | 1D | 0 | 52 | 54 | 1C | 2 | 49 | 2A |
| Octal | 270 | 41 | 35 | 0 | 122 | 124 | 34 | 2 | 111 | 52 |
| Binary | 10111000 | 100001 | 11101 | 0 | 1010010 | 1010100 | 11100 | 10 | 1001001 | 101010 |
Color Harmonies of #B8211D
Complementary color
Monochromatic Colors of #B8211D
Black with #B8211D
Text Example
Text Example
White with #B8211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8211D; }
p { color: rgb(184,33,29); }
H1.HeaderClassName
{
color: #B8211D;
}
.AnyTagClassName
{
color: #B8211D;
}
</style>
background-color css
<style>
a { background-color: #B8211D; }
a { background-color: rgb(184,33,29); }
div.DivClassName
{
background-color: #B8211D;
}
.BgClassName
{
background-color: #B8211D;
}
</style>
border-color css
<style>
span { border-color: #B8211D; }
span { border-color: rgb(184,33,29); }
td.TdClassName
{
border-color: #B8211D;
}
.TagClassName
{
border-color: #B8211D;
}
</style>