Shades of Fire Brick #B8210B
Tints of Fire Brick #B8210B
RGB
CMYK
RGB Variations
Color information
#B8210B (or 0xB8210B) is known color: Fire Brick. HEX triplet: B8, 21 and 0B. RGB value is (184,33,11). Sum of RGB (Red+Green+Blue) = 184+33+11=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B8210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8210B is #47DEF4. Grayscale: #4B4B4B. Windows color (decimal): -4710133 or 729528. OLE color: 729528.
HSL color Cylindrical-coordinate representation of color #B8210B: hue angle of 7.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8210B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.28 |
| HSL | 7.63º | 0.89% | 0.38% | - |
| HSV(B) | 7.63º | 0.94% | 0.72% | - |
| XYZ | 20.37 | 11.3 | 1.42 | - |
| YUV | 75.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 11 | 0 | 0.82 | 0.94 | 0.28 | 7.63 | 0.89 | 0.38 |
| Hex | B8 | 21 | B | 0 | 52 | 5E | 1C | 8 | 59 | 26 |
| Octal | 270 | 41 | 13 | 0 | 122 | 136 | 34 | 10 | 131 | 46 |
| Binary | 10111000 | 100001 | 1011 | 0 | 1010010 | 1011110 | 11100 | 1000 | 1011001 | 100110 |
Color Harmonies of #B8210B
Complementary color
Monochromatic Colors of #B8210B
Black with #B8210B
Text Example
Text Example
White with #B8210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8210B; }
p { color: rgb(184,33,11); }
H1.HeaderClassName
{
color: #B8210B;
}
.AnyTagClassName
{
color: #B8210B;
}
</style>
background-color css
<style>
a { background-color: #B8210B; }
a { background-color: rgb(184,33,11); }
div.DivClassName
{
background-color: #B8210B;
}
.BgClassName
{
background-color: #B8210B;
}
</style>
border-color css
<style>
span { border-color: #B8210B; }
span { border-color: rgb(184,33,11); }
td.TdClassName
{
border-color: #B8210B;
}
.TagClassName
{
border-color: #B8210B;
}
</style>