Shades of Fire Brick #B11C08
Tints of Fire Brick #B11C08
RGB
CMYK
RGB Variations
Color information
#B11C08 (or 0xB11C08) is known color: Fire Brick. HEX triplet: B1, 1C and 08. RGB value is (177,28,8). Sum of RGB (Red+Green+Blue) = 177+28+8=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11C08 is #4EE3F7. Grayscale: #464646. Windows color (decimal): -5170168 or 531633. OLE color: 531633.
HSL color Cylindrical-coordinate representation of color #B11C08: hue angle of 7.1º degrees, saturation: 0.91, 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 #B11C08 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 8 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.31 |
| HSL | 7.1º | 0.91% | 0.36% | - |
| HSV(B) | 7.1º | 0.95% | 0.69% | - |
| XYZ | 18.59 | 10.2 | 1.22 | - |
| YUV | 70.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 8 | 0 | 0.84 | 0.95 | 0.31 | 7.1 | 0.91 | 0.36 |
| Hex | B1 | 1C | 8 | 0 | 54 | 5F | 1F | 7 | 5B | 24 |
| Octal | 261 | 34 | 10 | 0 | 124 | 137 | 37 | 7 | 133 | 44 |
| Binary | 10110001 | 11100 | 1000 | 0 | 1010100 | 1011111 | 11111 | 111 | 1011011 | 100100 |
Color Harmonies of #B11C08
Complementary color
Monochromatic Colors of #B11C08
Black with #B11C08
Text Example
Text Example
White with #B11C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C08; }
p { color: rgb(177,28,8); }
H1.HeaderClassName
{
color: #B11C08;
}
.AnyTagClassName
{
color: #B11C08;
}
</style>
background-color css
<style>
a { background-color: #B11C08; }
a { background-color: rgb(177,28,8); }
div.DivClassName
{
background-color: #B11C08;
}
.BgClassName
{
background-color: #B11C08;
}
</style>
border-color css
<style>
span { border-color: #B11C08; }
span { border-color: rgb(177,28,8); }
td.TdClassName
{
border-color: #B11C08;
}
.TagClassName
{
border-color: #B11C08;
}
</style>