Shades of Fire Brick #B11D04
Tints of Fire Brick #B11D04
RGB
CMYK
RGB Variations
Color information
#B11D04 (or 0xB11D04) is known color: Fire Brick. HEX triplet: B1, 1D and 04. RGB value is (177,29,4). Sum of RGB (Red+Green+Blue) = 177+29+4=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11D04 is #4EE2FB. Grayscale: #464646. Windows color (decimal): -5169916 or 269745. OLE color: 269745.
HSL color Cylindrical-coordinate representation of color #B11D04: hue angle of 8.67º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B11D04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.31 |
| HSL | 8.67º | 0.96% | 0.35% | - |
| HSV(B) | 8.67º | 0.98% | 0.69% | - |
| XYZ | 18.59 | 10.23 | 1.11 | - |
| YUV | 70.4 | 90.53 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 4 | 0 | 0.84 | 0.98 | 0.31 | 8.67 | 0.96 | 0.35 |
| Hex | B1 | 1D | 4 | 0 | 54 | 62 | 1F | 9 | 60 | 23 |
| Octal | 261 | 35 | 4 | 0 | 124 | 142 | 37 | 11 | 140 | 43 |
| Binary | 10110001 | 11101 | 100 | 0 | 1010100 | 1100010 | 11111 | 1001 | 1100000 | 100011 |
Color Harmonies of #B11D04
Complementary color
Monochromatic Colors of #B11D04
Black with #B11D04
Text Example
Text Example
White with #B11D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D04; }
p { color: rgb(177,29,4); }
H1.HeaderClassName
{
color: #B11D04;
}
.AnyTagClassName
{
color: #B11D04;
}
</style>
background-color css
<style>
a { background-color: #B11D04; }
a { background-color: rgb(177,29,4); }
div.DivClassName
{
background-color: #B11D04;
}
.BgClassName
{
background-color: #B11D04;
}
</style>
border-color css
<style>
span { border-color: #B11D04; }
span { border-color: rgb(177,29,4); }
td.TdClassName
{
border-color: #B11D04;
}
.TagClassName
{
border-color: #B11D04;
}
</style>