Shades of Fire Brick #B2321D
Tints of Fire Brick #B2321D
RGB
CMYK
RGB Variations
Color information
#B2321D (or 0xB2321D) is known color: Fire Brick. HEX triplet: B2, 32 and 1D. RGB value is (178,50,29). Sum of RGB (Red+Green+Blue) = 178+50+29=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2321D is #4DCDE2. Grayscale: #565656. Windows color (decimal): -5098979 or 1913522. OLE color: 1913522.
HSL color Cylindrical-coordinate representation of color #B2321D: hue angle of 8.46º 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 #B2321D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 29 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.30 |
| HSL | 8.46º | 0.72% | 0.41% | - |
| HSV(B) | 8.46º | 0.84% | 0.7% | - |
| XYZ | 19.72 | 11.83 | 2.41 | - |
| YUV | 85.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 29 | 0 | 0.72 | 0.84 | 0.30 | 8.46 | 0.72 | 0.41 |
| Hex | B2 | 32 | 1D | 0 | 48 | 54 | 1E | 8 | 48 | 29 |
| Octal | 262 | 62 | 35 | 0 | 110 | 124 | 36 | 10 | 110 | 51 |
| Binary | 10110010 | 110010 | 11101 | 0 | 1001000 | 1010100 | 11110 | 1000 | 1001000 | 101001 |
Color Harmonies of #B2321D
Complementary color
Monochromatic Colors of #B2321D
Black with #B2321D
Text Example
Text Example
White with #B2321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2321D; }
p { color: rgb(178,50,29); }
H1.HeaderClassName
{
color: #B2321D;
}
.AnyTagClassName
{
color: #B2321D;
}
</style>
background-color css
<style>
a { background-color: #B2321D; }
a { background-color: rgb(178,50,29); }
div.DivClassName
{
background-color: #B2321D;
}
.BgClassName
{
background-color: #B2321D;
}
</style>
border-color css
<style>
span { border-color: #B2321D; }
span { border-color: rgb(178,50,29); }
td.TdClassName
{
border-color: #B2321D;
}
.TagClassName
{
border-color: #B2321D;
}
</style>