Shades of Fire Brick #B42624
Tints of Fire Brick #B42624
RGB
CMYK
RGB Variations
Color information
#B42624 (or 0xB42624) is known color: Fire Brick. HEX triplet: B4, 26 and 24. RGB value is (180,38,36). Sum of RGB (Red+Green+Blue) = 180+38+36=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B42624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42624 is #4BD9DB. Grayscale: #505050. Windows color (decimal): -4970972 or 2369204. OLE color: 2369204.
HSL color Cylindrical-coordinate representation of color #B42624: hue angle of 0.83º 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 #B42624 is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 36 | - |
| CMYK | 0 | 0.79 | 0.8 | 0.29 |
| HSL | 0.83º | 0.67% | 0.42% | - |
| HSV(B) | 0.83º | 0.8% | 0.71% | - |
| XYZ | 19.83 | 11.22 | 2.79 | - |
| YUV | 80.23 | 103.04 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 36 | 0 | 0.79 | 0.8 | 0.29 | 0.83 | 0.67 | 0.42 |
| Hex | B4 | 26 | 24 | 0 | 4F | 50 | 1D | 1 | 43 | 2A |
| Octal | 264 | 46 | 44 | 0 | 117 | 120 | 35 | 1 | 103 | 52 |
| Binary | 10110100 | 100110 | 100100 | 0 | 1001111 | 1010000 | 11101 | 1 | 1000011 | 101010 |
Color Harmonies of #B42624
Complementary color
Monochromatic Colors of #B42624
Black with #B42624
Text Example
Text Example
White with #B42624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42624; }
p { color: rgb(180,38,36); }
H1.HeaderClassName
{
color: #B42624;
}
.AnyTagClassName
{
color: #B42624;
}
</style>
background-color css
<style>
a { background-color: #B42624; }
a { background-color: rgb(180,38,36); }
div.DivClassName
{
background-color: #B42624;
}
.BgClassName
{
background-color: #B42624;
}
</style>
border-color css
<style>
span { border-color: #B42624; }
span { border-color: rgb(180,38,36); }
td.TdClassName
{
border-color: #B42624;
}
.TagClassName
{
border-color: #B42624;
}
</style>