Shades of Fire Brick #B32623
Tints of Fire Brick #B32623
RGB
CMYK
RGB Variations
Color information
#B32623 (or 0xB32623) is known color: Fire Brick. HEX triplet: B3, 26 and 23. RGB value is (179,38,35). Sum of RGB (Red+Green+Blue) = 179+38+35=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32623 is #4CD9DC. Grayscale: #4F4F4F. Windows color (decimal): -5036509 or 2303667. OLE color: 2303667.
HSL color Cylindrical-coordinate representation of color #B32623: hue angle of 1.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32623 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 35 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.30 |
| HSL | 1.25º | 0.67% | 0.42% | - |
| HSV(B) | 1.25º | 0.8% | 0.7% | - |
| XYZ | 19.59 | 11.09 | 2.7 | - |
| YUV | 79.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 35 | 0 | 0.79 | 0.80 | 0.30 | 1.25 | 0.67 | 0.42 |
| Hex | B3 | 26 | 23 | 0 | 4F | 50 | 1E | 1 | 43 | 2A |
| Octal | 263 | 46 | 43 | 0 | 117 | 120 | 36 | 1 | 103 | 52 |
| Binary | 10110011 | 100110 | 100011 | 0 | 1001111 | 1010000 | 11110 | 1 | 1000011 | 101010 |
Color Harmonies of #B32623
Complementary color
Monochromatic Colors of #B32623
Black with #B32623
Text Example
Text Example
White with #B32623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32623; }
p { color: rgb(179,38,35); }
H1.HeaderClassName
{
color: #B32623;
}
.AnyTagClassName
{
color: #B32623;
}
</style>
background-color css
<style>
a { background-color: #B32623; }
a { background-color: rgb(179,38,35); }
div.DivClassName
{
background-color: #B32623;
}
.BgClassName
{
background-color: #B32623;
}
</style>
border-color css
<style>
span { border-color: #B32623; }
span { border-color: rgb(179,38,35); }
td.TdClassName
{
border-color: #B32623;
}
.TagClassName
{
border-color: #B32623;
}
</style>