Shades of Fire Brick #B41F0E
Tints of Fire Brick #B41F0E
RGB
CMYK
RGB Variations
Color information
#B41F0E (or 0xB41F0E) is known color: Fire Brick. HEX triplet: B4, 1F and 0E. RGB value is (180,31,14). Sum of RGB (Red+Green+Blue) = 180+31+14=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41F0E is #4BE0F1. Grayscale: #494949. Windows color (decimal): -4972786 or 925620. OLE color: 925620.
HSL color Cylindrical-coordinate representation of color #B41F0E: hue angle of 6.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B41F0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.29 |
| HSL | 6.14º | 0.86% | 0.38% | - |
| HSV(B) | 6.14º | 0.92% | 0.71% | - |
| XYZ | 19.39 | 10.71 | 1.46 | - |
| YUV | 73.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 14 | 0 | 0.83 | 0.92 | 0.29 | 6.14 | 0.86 | 0.38 |
| Hex | B4 | 1F | E | 0 | 53 | 5C | 1D | 6 | 56 | 26 |
| Octal | 264 | 37 | 16 | 0 | 123 | 134 | 35 | 6 | 126 | 46 |
| Binary | 10110100 | 11111 | 1110 | 0 | 1010011 | 1011100 | 11101 | 110 | 1010110 | 100110 |
Color Harmonies of #B41F0E
Complementary color
Monochromatic Colors of #B41F0E
Black with #B41F0E
Text Example
Text Example
White with #B41F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F0E; }
p { color: rgb(180,31,14); }
H1.HeaderClassName
{
color: #B41F0E;
}
.AnyTagClassName
{
color: #B41F0E;
}
</style>
background-color css
<style>
a { background-color: #B41F0E; }
a { background-color: rgb(180,31,14); }
div.DivClassName
{
background-color: #B41F0E;
}
.BgClassName
{
background-color: #B41F0E;
}
</style>
border-color css
<style>
span { border-color: #B41F0E; }
span { border-color: rgb(180,31,14); }
td.TdClassName
{
border-color: #B41F0E;
}
.TagClassName
{
border-color: #B41F0E;
}
</style>