Shades of Fire Brick #B4301C
Tints of Fire Brick #B4301C
RGB
CMYK
RGB Variations
Color information
#B4301C (or 0xB4301C) is known color: Fire Brick. HEX triplet: B4, 30 and 1C. RGB value is (180,48,28). Sum of RGB (Red+Green+Blue) = 180+48+28=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4301C is #4BCFE3. Grayscale: #555555. Windows color (decimal): -4968420 or 1847476. OLE color: 1847476.
HSL color Cylindrical-coordinate representation of color #B4301C: hue angle of 7.89º degrees, saturation: 0.73, 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 #B4301C is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 28 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.29 |
| HSL | 7.89º | 0.73% | 0.41% | - |
| HSV(B) | 7.89º | 0.84% | 0.71% | - |
| XYZ | 20.09 | 11.9 | 2.34 | - |
| YUV | 85.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 28 | 0 | 0.73 | 0.84 | 0.29 | 7.89 | 0.73 | 0.41 |
| Hex | B4 | 30 | 1C | 0 | 49 | 54 | 1D | 8 | 49 | 29 |
| Octal | 264 | 60 | 34 | 0 | 111 | 124 | 35 | 10 | 111 | 51 |
| Binary | 10110100 | 110000 | 11100 | 0 | 1001001 | 1010100 | 11101 | 1000 | 1001001 | 101001 |
Color Harmonies of #B4301C
Complementary color
Monochromatic Colors of #B4301C
Black with #B4301C
Text Example
Text Example
White with #B4301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4301C; }
p { color: rgb(180,48,28); }
H1.HeaderClassName
{
color: #B4301C;
}
.AnyTagClassName
{
color: #B4301C;
}
</style>
background-color css
<style>
a { background-color: #B4301C; }
a { background-color: rgb(180,48,28); }
div.DivClassName
{
background-color: #B4301C;
}
.BgClassName
{
background-color: #B4301C;
}
</style>
border-color css
<style>
span { border-color: #B4301C; }
span { border-color: rgb(180,48,28); }
td.TdClassName
{
border-color: #B4301C;
}
.TagClassName
{
border-color: #B4301C;
}
</style>