Shades of Fire Brick #B8200D
Tints of Fire Brick #B8200D
RGB
CMYK
RGB Variations
Color information
#B8200D (or 0xB8200D) is known color: Fire Brick. HEX triplet: B8, 20 and 0D. RGB value is (184,32,13). Sum of RGB (Red+Green+Blue) = 184+32+13=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B8200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8200D is #47DFF2. Grayscale: #4B4B4B. Windows color (decimal): -4710387 or 860344. OLE color: 860344.
HSL color Cylindrical-coordinate representation of color #B8200D: hue angle of 6.67º 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 #B8200D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.28 |
| HSL | 6.67º | 0.87% | 0.39% | - |
| HSV(B) | 6.67º | 0.93% | 0.72% | - |
| XYZ | 20.36 | 11.25 | 1.48 | - |
| YUV | 75.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 13 | 0 | 0.83 | 0.93 | 0.28 | 6.67 | 0.87 | 0.39 |
| Hex | B8 | 20 | D | 0 | 53 | 5D | 1C | 7 | 57 | 27 |
| Octal | 270 | 40 | 15 | 0 | 123 | 135 | 34 | 7 | 127 | 47 |
| Binary | 10111000 | 100000 | 1101 | 0 | 1010011 | 1011101 | 11100 | 111 | 1010111 | 100111 |
Color Harmonies of #B8200D
Complementary color
Monochromatic Colors of #B8200D
Black with #B8200D
Text Example
Text Example
White with #B8200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8200D; }
p { color: rgb(184,32,13); }
H1.HeaderClassName
{
color: #B8200D;
}
.AnyTagClassName
{
color: #B8200D;
}
</style>
background-color css
<style>
a { background-color: #B8200D; }
a { background-color: rgb(184,32,13); }
div.DivClassName
{
background-color: #B8200D;
}
.BgClassName
{
background-color: #B8200D;
}
</style>
border-color css
<style>
span { border-color: #B8200D; }
span { border-color: rgb(184,32,13); }
td.TdClassName
{
border-color: #B8200D;
}
.TagClassName
{
border-color: #B8200D;
}
</style>