Shades of Fire Brick #B42420
Tints of Fire Brick #B42420
RGB
CMYK
RGB Variations
Color information
#B42420 (or 0xB42420) is known color: Fire Brick. HEX triplet: B4, 24 and 20. RGB value is (180,36,32). Sum of RGB (Red+Green+Blue) = 180+36+32=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B42420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42420 is #4BDBDF. Grayscale: #4E4E4E. Windows color (decimal): -4971488 or 2106548. OLE color: 2106548.
HSL color Cylindrical-coordinate representation of color #B42420: hue angle of 1.62º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42420 is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 32 | - |
| CMYK | 0 | 0.8 | 0.82 | 0.29 |
| HSL | 1.62º | 0.7% | 0.42% | - |
| HSV(B) | 1.62º | 0.82% | 0.71% | - |
| XYZ | 19.71 | 11.07 | 2.46 | - |
| YUV | 78.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 32 | 0 | 0.8 | 0.82 | 0.29 | 1.62 | 0.7 | 0.42 |
| Hex | B4 | 24 | 20 | 0 | 50 | 52 | 1D | 2 | 46 | 2A |
| Octal | 264 | 44 | 40 | 0 | 120 | 122 | 35 | 2 | 106 | 52 |
| Binary | 10110100 | 100100 | 100000 | 0 | 1010000 | 1010010 | 11101 | 10 | 1000110 | 101010 |
Color Harmonies of #B42420
Complementary color
Monochromatic Colors of #B42420
Black with #B42420
Text Example
Text Example
White with #B42420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42420; }
p { color: rgb(180,36,32); }
H1.HeaderClassName
{
color: #B42420;
}
.AnyTagClassName
{
color: #B42420;
}
</style>
background-color css
<style>
a { background-color: #B42420; }
a { background-color: rgb(180,36,32); }
div.DivClassName
{
background-color: #B42420;
}
.BgClassName
{
background-color: #B42420;
}
</style>
border-color css
<style>
span { border-color: #B42420; }
span { border-color: rgb(180,36,32); }
td.TdClassName
{
border-color: #B42420;
}
.TagClassName
{
border-color: #B42420;
}
</style>