Shades of Fire Brick #B11B0D
Tints of Fire Brick #B11B0D
RGB
CMYK
RGB Variations
Color information
#B11B0D (or 0xB11B0D) is known color: Fire Brick. HEX triplet: B1, 1B and 0D. RGB value is (177,27,13). Sum of RGB (Red+Green+Blue) = 177+27+13=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B0D is #4EE4F2. Grayscale: #464646. Windows color (decimal): -5170419 or 859057. OLE color: 859057.
HSL color Cylindrical-coordinate representation of color #B11B0D: hue angle of 5.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B11B0D is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 13 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.31 |
| HSL | 5.12º | 0.86% | 0.37% | - |
| HSV(B) | 5.12º | 0.93% | 0.69% | - |
| XYZ | 18.6 | 10.16 | 1.36 | - |
| YUV | 70.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 13 | 0 | 0.85 | 0.93 | 0.31 | 5.12 | 0.86 | 0.37 |
| Hex | B1 | 1B | D | 0 | 55 | 5D | 1F | 5 | 56 | 25 |
| Octal | 261 | 33 | 15 | 0 | 125 | 135 | 37 | 5 | 126 | 45 |
| Binary | 10110001 | 11011 | 1101 | 0 | 1010101 | 1011101 | 11111 | 101 | 1010110 | 100101 |
Color Harmonies of #B11B0D
Complementary color
Monochromatic Colors of #B11B0D
Black with #B11B0D
Text Example
Text Example
White with #B11B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B0D; }
p { color: rgb(177,27,13); }
H1.HeaderClassName
{
color: #B11B0D;
}
.AnyTagClassName
{
color: #B11B0D;
}
</style>
background-color css
<style>
a { background-color: #B11B0D; }
a { background-color: rgb(177,27,13); }
div.DivClassName
{
background-color: #B11B0D;
}
.BgClassName
{
background-color: #B11B0D;
}
</style>
border-color css
<style>
span { border-color: #B11B0D; }
span { border-color: rgb(177,27,13); }
td.TdClassName
{
border-color: #B11B0D;
}
.TagClassName
{
border-color: #B11B0D;
}
</style>