Shades of Fire Brick #B2321E
Tints of Fire Brick #B2321E
RGB
CMYK
RGB Variations
Color information
#B2321E (or 0xB2321E) is known color: Fire Brick. HEX triplet: B2, 32 and 1E. RGB value is (178,50,30). Sum of RGB (Red+Green+Blue) = 178+50+30=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2321E is #4DCDE1. Grayscale: #565656. Windows color (decimal): -5098978 or 1979058. OLE color: 1979058.
HSL color Cylindrical-coordinate representation of color #B2321E: hue angle of 8.11º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2321E is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 30 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.30 |
| HSL | 8.11º | 0.71% | 0.41% | - |
| HSV(B) | 8.11º | 0.83% | 0.7% | - |
| XYZ | 19.74 | 11.84 | 2.47 | - |
| YUV | 85.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 30 | 0 | 0.72 | 0.83 | 0.30 | 8.11 | 0.71 | 0.41 |
| Hex | B2 | 32 | 1E | 0 | 48 | 53 | 1E | 8 | 47 | 29 |
| Octal | 262 | 62 | 36 | 0 | 110 | 123 | 36 | 10 | 107 | 51 |
| Binary | 10110010 | 110010 | 11110 | 0 | 1001000 | 1010011 | 11110 | 1000 | 1000111 | 101001 |
Color Harmonies of #B2321E
Complementary color
Monochromatic Colors of #B2321E
Black with #B2321E
Text Example
Text Example
White with #B2321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2321E; }
p { color: rgb(178,50,30); }
H1.HeaderClassName
{
color: #B2321E;
}
.AnyTagClassName
{
color: #B2321E;
}
</style>
background-color css
<style>
a { background-color: #B2321E; }
a { background-color: rgb(178,50,30); }
div.DivClassName
{
background-color: #B2321E;
}
.BgClassName
{
background-color: #B2321E;
}
</style>
border-color css
<style>
span { border-color: #B2321E; }
span { border-color: rgb(178,50,30); }
td.TdClassName
{
border-color: #B2321E;
}
.TagClassName
{
border-color: #B2321E;
}
</style>