Shades of Fire Brick #B2281D
Tints of Fire Brick #B2281D
RGB
CMYK
RGB Variations
Color information
#B2281D (or 0xB2281D) is known color: Fire Brick. HEX triplet: B2, 28 and 1D. RGB value is (178,40,29). Sum of RGB (Red+Green+Blue) = 178+40+29=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2281D is #4DD7E2. Grayscale: #505050. Windows color (decimal): -5101539 or 1910962. OLE color: 1910962.
HSL color Cylindrical-coordinate representation of color #B2281D: hue angle of 4.43º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2281D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 29 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.30 |
| HSL | 4.43º | 0.72% | 0.41% | - |
| HSV(B) | 4.43º | 0.84% | 0.7% | - |
| XYZ | 19.34 | 11.07 | 2.28 | - |
| YUV | 80.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 29 | 0 | 0.78 | 0.84 | 0.30 | 4.43 | 0.72 | 0.41 |
| Hex | B2 | 28 | 1D | 0 | 4E | 54 | 1E | 4 | 48 | 29 |
| Octal | 262 | 50 | 35 | 0 | 116 | 124 | 36 | 4 | 110 | 51 |
| Binary | 10110010 | 101000 | 11101 | 0 | 1001110 | 1010100 | 11110 | 100 | 1001000 | 101001 |
Color Harmonies of #B2281D
Complementary color
Monochromatic Colors of #B2281D
Black with #B2281D
Text Example
Text Example
White with #B2281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2281D; }
p { color: rgb(178,40,29); }
H1.HeaderClassName
{
color: #B2281D;
}
.AnyTagClassName
{
color: #B2281D;
}
</style>
background-color css
<style>
a { background-color: #B2281D; }
a { background-color: rgb(178,40,29); }
div.DivClassName
{
background-color: #B2281D;
}
.BgClassName
{
background-color: #B2281D;
}
</style>
border-color css
<style>
span { border-color: #B2281D; }
span { border-color: rgb(178,40,29); }
td.TdClassName
{
border-color: #B2281D;
}
.TagClassName
{
border-color: #B2281D;
}
</style>