Shades of Fire Brick #B11A09
Tints of Fire Brick #B11A09
RGB
CMYK
RGB Variations
Color information
#B11A09 (or 0xB11A09) is known color: Fire Brick. HEX triplet: B1, 1A and 09. RGB value is (177,26,9). Sum of RGB (Red+Green+Blue) = 177+26+9=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11A09 is #4EE5F6. Grayscale: #454545. Windows color (decimal): -5170679 or 596657. OLE color: 596657.
HSL color Cylindrical-coordinate representation of color #B11A09: hue angle of 6.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B11A09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 9 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.31 |
| HSL | 6.07º | 0.9% | 0.36% | - |
| HSV(B) | 6.07º | 0.95% | 0.69% | - |
| XYZ | 18.55 | 10.11 | 1.23 | - |
| YUV | 69.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 9 | 0 | 0.85 | 0.95 | 0.31 | 6.07 | 0.9 | 0.36 |
| Hex | B1 | 1A | 9 | 0 | 55 | 5F | 1F | 6 | 5A | 24 |
| Octal | 261 | 32 | 11 | 0 | 125 | 137 | 37 | 6 | 132 | 44 |
| Binary | 10110001 | 11010 | 1001 | 0 | 1010101 | 1011111 | 11111 | 110 | 1011010 | 100100 |
Color Harmonies of #B11A09
Complementary color
Monochromatic Colors of #B11A09
Black with #B11A09
Text Example
Text Example
White with #B11A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A09; }
p { color: rgb(177,26,9); }
H1.HeaderClassName
{
color: #B11A09;
}
.AnyTagClassName
{
color: #B11A09;
}
</style>
background-color css
<style>
a { background-color: #B11A09; }
a { background-color: rgb(177,26,9); }
div.DivClassName
{
background-color: #B11A09;
}
.BgClassName
{
background-color: #B11A09;
}
</style>
border-color css
<style>
span { border-color: #B11A09; }
span { border-color: rgb(177,26,9); }
td.TdClassName
{
border-color: #B11A09;
}
.TagClassName
{
border-color: #B11A09;
}
</style>