Shades of Fire Brick #B01C11
Tints of Fire Brick #B01C11
RGB
CMYK
RGB Variations
Color information
#B01C11 (or 0xB01C11) is known color: Fire Brick. HEX triplet: B0, 1C and 11. RGB value is (176,28,17). Sum of RGB (Red+Green+Blue) = 176+28+17=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01C11 is #4FE3EE. Grayscale: #474747. Windows color (decimal): -5235695 or 1121456. OLE color: 1121456.
HSL color Cylindrical-coordinate representation of color #B01C11: hue angle of 4.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01C11 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 17 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.31 |
| HSL | 4.15º | 0.82% | 0.38% | - |
| HSV(B) | 4.15º | 0.9% | 0.69% | - |
| XYZ | 18.42 | 10.1 | 1.51 | - |
| YUV | 71 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 17 | 0 | 0.84 | 0.90 | 0.31 | 4.15 | 0.82 | 0.38 |
| Hex | B0 | 1C | 11 | 0 | 54 | 5A | 1F | 4 | 52 | 26 |
| Octal | 260 | 34 | 21 | 0 | 124 | 132 | 37 | 4 | 122 | 46 |
| Binary | 10110000 | 11100 | 10001 | 0 | 1010100 | 1011010 | 11111 | 100 | 1010010 | 100110 |
Color Harmonies of #B01C11
Complementary color
Monochromatic Colors of #B01C11
Black with #B01C11
Text Example
Text Example
White with #B01C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C11; }
p { color: rgb(176,28,17); }
H1.HeaderClassName
{
color: #B01C11;
}
.AnyTagClassName
{
color: #B01C11;
}
</style>
background-color css
<style>
a { background-color: #B01C11; }
a { background-color: rgb(176,28,17); }
div.DivClassName
{
background-color: #B01C11;
}
.BgClassName
{
background-color: #B01C11;
}
</style>
border-color css
<style>
span { border-color: #B01C11; }
span { border-color: rgb(176,28,17); }
td.TdClassName
{
border-color: #B01C11;
}
.TagClassName
{
border-color: #B01C11;
}
</style>