Shades of Fire Brick #B42824
Tints of Fire Brick #B42824
RGB
CMYK
RGB Variations
Color information
#B42824 (or 0xB42824) is known color: Fire Brick. HEX triplet: B4, 28 and 24. RGB value is (180,40,36). Sum of RGB (Red+Green+Blue) = 180+40+36=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B42824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42824 is #4BD7DB. Grayscale: #515151. Windows color (decimal): -4970460 or 2369716. OLE color: 2369716.
HSL color Cylindrical-coordinate representation of color #B42824: hue angle of 1.67º 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 #B42824 is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 36 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.29 |
| HSL | 1.67º | 0.67% | 0.42% | - |
| HSV(B) | 1.67º | 0.8% | 0.71% | - |
| XYZ | 19.9 | 11.35 | 2.81 | - |
| YUV | 81.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 36 | 0 | 0.78 | 0.8 | 0.29 | 1.67 | 0.67 | 0.42 |
| Hex | B4 | 28 | 24 | 0 | 4E | 50 | 1D | 2 | 43 | 2A |
| Octal | 264 | 50 | 44 | 0 | 116 | 120 | 35 | 2 | 103 | 52 |
| Binary | 10110100 | 101000 | 100100 | 0 | 1001110 | 1010000 | 11101 | 10 | 1000011 | 101010 |
Color Harmonies of #B42824
Complementary color
Monochromatic Colors of #B42824
Black with #B42824
Text Example
Text Example
White with #B42824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42824; }
p { color: rgb(180,40,36); }
H1.HeaderClassName
{
color: #B42824;
}
.AnyTagClassName
{
color: #B42824;
}
</style>
background-color css
<style>
a { background-color: #B42824; }
a { background-color: rgb(180,40,36); }
div.DivClassName
{
background-color: #B42824;
}
.BgClassName
{
background-color: #B42824;
}
</style>
border-color css
<style>
span { border-color: #B42824; }
span { border-color: rgb(180,40,36); }
td.TdClassName
{
border-color: #B42824;
}
.TagClassName
{
border-color: #B42824;
}
</style>