Shades of Fire Brick #B41D04
Tints of Fire Brick #B41D04
RGB
CMYK
RGB Variations
Color information
#B41D04 (or 0xB41D04) is known color: Fire Brick. HEX triplet: B4, 1D and 04. RGB value is (180,29,4). Sum of RGB (Red+Green+Blue) = 180+29+4=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41D04 is #4BE2FB. Grayscale: #474747. Windows color (decimal): -4973308 or 269748. OLE color: 269748.
HSL color Cylindrical-coordinate representation of color #B41D04: hue angle of 8.52º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B41D04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.29 |
| HSL | 8.52º | 0.96% | 0.36% | - |
| HSV(B) | 8.52º | 0.98% | 0.71% | - |
| XYZ | 19.28 | 10.59 | 1.14 | - |
| YUV | 71.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 4 | 0 | 0.84 | 0.98 | 0.29 | 8.52 | 0.96 | 0.36 |
| Hex | B4 | 1D | 4 | 0 | 54 | 62 | 1D | 9 | 60 | 24 |
| Octal | 264 | 35 | 4 | 0 | 124 | 142 | 35 | 11 | 140 | 44 |
| Binary | 10110100 | 11101 | 100 | 0 | 1010100 | 1100010 | 11101 | 1001 | 1100000 | 100100 |
Color Harmonies of #B41D04
Complementary color
Monochromatic Colors of #B41D04
Black with #B41D04
Text Example
Text Example
White with #B41D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D04; }
p { color: rgb(180,29,4); }
H1.HeaderClassName
{
color: #B41D04;
}
.AnyTagClassName
{
color: #B41D04;
}
</style>
background-color css
<style>
a { background-color: #B41D04; }
a { background-color: rgb(180,29,4); }
div.DivClassName
{
background-color: #B41D04;
}
.BgClassName
{
background-color: #B41D04;
}
</style>
border-color css
<style>
span { border-color: #B41D04; }
span { border-color: rgb(180,29,4); }
td.TdClassName
{
border-color: #B41D04;
}
.TagClassName
{
border-color: #B41D04;
}
</style>