Shades of Fire Brick #B32622
Tints of Fire Brick #B32622
RGB
CMYK
RGB Variations
Color information
#B32622 (or 0xB32622) is known color: Fire Brick. HEX triplet: B3, 26 and 22. RGB value is (179,38,34). Sum of RGB (Red+Green+Blue) = 179+38+34=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B32622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32622 is #4CD9DD. Grayscale: #4F4F4F. Windows color (decimal): -5036510 or 2238131. OLE color: 2238131.
HSL color Cylindrical-coordinate representation of color #B32622: hue angle of 1.66º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32622 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 34 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.30 |
| HSL | 1.66º | 0.68% | 0.42% | - |
| HSV(B) | 1.66º | 0.81% | 0.7% | - |
| XYZ | 19.57 | 11.09 | 2.62 | - |
| YUV | 79.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 34 | 0 | 0.79 | 0.81 | 0.30 | 1.66 | 0.68 | 0.42 |
| Hex | B3 | 26 | 22 | 0 | 4F | 51 | 1E | 2 | 44 | 2A |
| Octal | 263 | 46 | 42 | 0 | 117 | 121 | 36 | 2 | 104 | 52 |
| Binary | 10110011 | 100110 | 100010 | 0 | 1001111 | 1010001 | 11110 | 10 | 1000100 | 101010 |
Color Harmonies of #B32622
Complementary color
Monochromatic Colors of #B32622
Black with #B32622
Text Example
Text Example
White with #B32622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32622; }
p { color: rgb(179,38,34); }
H1.HeaderClassName
{
color: #B32622;
}
.AnyTagClassName
{
color: #B32622;
}
</style>
background-color css
<style>
a { background-color: #B32622; }
a { background-color: rgb(179,38,34); }
div.DivClassName
{
background-color: #B32622;
}
.BgClassName
{
background-color: #B32622;
}
</style>
border-color css
<style>
span { border-color: #B32622; }
span { border-color: rgb(179,38,34); }
td.TdClassName
{
border-color: #B32622;
}
.TagClassName
{
border-color: #B32622;
}
</style>