Shades of Fire Brick #B42924
Tints of Fire Brick #B42924
RGB
CMYK
RGB Variations
Color information
#B42924 (or 0xB42924) is known color: Fire Brick. HEX triplet: B4, 29 and 24. RGB value is (180,41,36). Sum of RGB (Red+Green+Blue) = 180+41+36=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B42924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42924 is #4BD6DB. Grayscale: #525252. Windows color (decimal): -4970204 or 2369972. OLE color: 2369972.
HSL color Cylindrical-coordinate representation of color #B42924: hue angle of 2.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42924 is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 36 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.29 |
| HSL | 2.08º | 0.67% | 0.42% | - |
| HSV(B) | 2.08º | 0.8% | 0.71% | - |
| XYZ | 19.93 | 11.42 | 2.82 | - |
| YUV | 81.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 36 | 0 | 0.77 | 0.8 | 0.29 | 2.08 | 0.67 | 0.42 |
| Hex | B4 | 29 | 24 | 0 | 4D | 50 | 1D | 2 | 43 | 2A |
| Octal | 264 | 51 | 44 | 0 | 115 | 120 | 35 | 2 | 103 | 52 |
| Binary | 10110100 | 101001 | 100100 | 0 | 1001101 | 1010000 | 11101 | 10 | 1000011 | 101010 |
Color Harmonies of #B42924
Complementary color
Monochromatic Colors of #B42924
Black with #B42924
Text Example
Text Example
White with #B42924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42924; }
p { color: rgb(180,41,36); }
H1.HeaderClassName
{
color: #B42924;
}
.AnyTagClassName
{
color: #B42924;
}
</style>
background-color css
<style>
a { background-color: #B42924; }
a { background-color: rgb(180,41,36); }
div.DivClassName
{
background-color: #B42924;
}
.BgClassName
{
background-color: #B42924;
}
</style>
border-color css
<style>
span { border-color: #B42924; }
span { border-color: rgb(180,41,36); }
td.TdClassName
{
border-color: #B42924;
}
.TagClassName
{
border-color: #B42924;
}
</style>