Shades of Fire Brick #B11D0A
Tints of Fire Brick #B11D0A
RGB
CMYK
RGB Variations
Color information
#B11D0A (or 0xB11D0A) is known color: Fire Brick. HEX triplet: B1, 1D and 0A. RGB value is (177,29,10). Sum of RGB (Red+Green+Blue) = 177+29+10=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11D0A is #4EE2F5. Grayscale: #474747. Windows color (decimal): -5169910 or 662961. OLE color: 662961.
HSL color Cylindrical-coordinate representation of color #B11D0A: hue angle of 6.83º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B11D0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 10 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.31 |
| HSL | 6.83º | 0.89% | 0.37% | - |
| HSV(B) | 6.83º | 0.94% | 0.69% | - |
| XYZ | 18.63 | 10.25 | 1.28 | - |
| YUV | 71.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 10 | 0 | 0.84 | 0.94 | 0.31 | 6.83 | 0.89 | 0.37 |
| Hex | B1 | 1D | A | 0 | 54 | 5E | 1F | 7 | 59 | 25 |
| Octal | 261 | 35 | 12 | 0 | 124 | 136 | 37 | 7 | 131 | 45 |
| Binary | 10110001 | 11101 | 1010 | 0 | 1010100 | 1011110 | 11111 | 111 | 1011001 | 100101 |
Color Harmonies of #B11D0A
Complementary color
Monochromatic Colors of #B11D0A
Black with #B11D0A
Text Example
Text Example
White with #B11D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D0A; }
p { color: rgb(177,29,10); }
H1.HeaderClassName
{
color: #B11D0A;
}
.AnyTagClassName
{
color: #B11D0A;
}
</style>
background-color css
<style>
a { background-color: #B11D0A; }
a { background-color: rgb(177,29,10); }
div.DivClassName
{
background-color: #B11D0A;
}
.BgClassName
{
background-color: #B11D0A;
}
</style>
border-color css
<style>
span { border-color: #B11D0A; }
span { border-color: rgb(177,29,10); }
td.TdClassName
{
border-color: #B11D0A;
}
.TagClassName
{
border-color: #B11D0A;
}
</style>