Shades of Fire Brick #B4301D
Tints of Fire Brick #B4301D
RGB
CMYK
RGB Variations
Color information
#B4301D (or 0xB4301D) is known color: Fire Brick. HEX triplet: B4, 30 and 1D. RGB value is (180,48,29). Sum of RGB (Red+Green+Blue) = 180+48+29=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B4301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4301D is #4BCFE2. Grayscale: #555555. Windows color (decimal): -4968419 or 1913012. OLE color: 1913012.
HSL color Cylindrical-coordinate representation of color #B4301D: hue angle of 7.55º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4301D is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 29 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.29 |
| HSL | 7.55º | 0.72% | 0.41% | - |
| HSV(B) | 7.55º | 0.84% | 0.71% | - |
| XYZ | 20.1 | 11.91 | 2.4 | - |
| YUV | 85.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 29 | 0 | 0.73 | 0.84 | 0.29 | 7.55 | 0.72 | 0.41 |
| Hex | B4 | 30 | 1D | 0 | 49 | 54 | 1D | 8 | 48 | 29 |
| Octal | 264 | 60 | 35 | 0 | 111 | 124 | 35 | 10 | 110 | 51 |
| Binary | 10110100 | 110000 | 11101 | 0 | 1001001 | 1010100 | 11101 | 1000 | 1001000 | 101001 |
Color Harmonies of #B4301D
Complementary color
Monochromatic Colors of #B4301D
Black with #B4301D
Text Example
Text Example
White with #B4301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4301D; }
p { color: rgb(180,48,29); }
H1.HeaderClassName
{
color: #B4301D;
}
.AnyTagClassName
{
color: #B4301D;
}
</style>
background-color css
<style>
a { background-color: #B4301D; }
a { background-color: rgb(180,48,29); }
div.DivClassName
{
background-color: #B4301D;
}
.BgClassName
{
background-color: #B4301D;
}
</style>
border-color css
<style>
span { border-color: #B4301D; }
span { border-color: rgb(180,48,29); }
td.TdClassName
{
border-color: #B4301D;
}
.TagClassName
{
border-color: #B4301D;
}
</style>