Shades of Fire Brick #B01F11
Tints of Fire Brick #B01F11
RGB
CMYK
RGB Variations
Color information
#B01F11 (or 0xB01F11) is known color: Fire Brick. HEX triplet: B0, 1F and 11. RGB value is (176,31,17). Sum of RGB (Red+Green+Blue) = 176+31+17=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01F11 is #4FE0EE. Grayscale: #484848. Windows color (decimal): -5234927 or 1122224. OLE color: 1122224.
HSL color Cylindrical-coordinate representation of color #B01F11: hue angle of 5.28º 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 #B01F11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 31 | 17 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.31 |
| HSL | 5.28º | 0.82% | 0.38% | - |
| HSV(B) | 5.28º | 0.9% | 0.69% | - |
| XYZ | 18.5 | 10.25 | 1.53 | - |
| YUV | 72.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 17 | 0 | 0.82 | 0.90 | 0.31 | 5.28 | 0.82 | 0.38 |
| Hex | B0 | 1F | 11 | 0 | 52 | 5A | 1F | 5 | 52 | 26 |
| Octal | 260 | 37 | 21 | 0 | 122 | 132 | 37 | 5 | 122 | 46 |
| Binary | 10110000 | 11111 | 10001 | 0 | 1010010 | 1011010 | 11111 | 101 | 1010010 | 100110 |
Color Harmonies of #B01F11
Complementary color
Monochromatic Colors of #B01F11
Black with #B01F11
Text Example
Text Example
White with #B01F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01F11; }
p { color: rgb(176,31,17); }
H1.HeaderClassName
{
color: #B01F11;
}
.AnyTagClassName
{
color: #B01F11;
}
</style>
background-color css
<style>
a { background-color: #B01F11; }
a { background-color: rgb(176,31,17); }
div.DivClassName
{
background-color: #B01F11;
}
.BgClassName
{
background-color: #B01F11;
}
</style>
border-color css
<style>
span { border-color: #B01F11; }
span { border-color: rgb(176,31,17); }
td.TdClassName
{
border-color: #B01F11;
}
.TagClassName
{
border-color: #B01F11;
}
</style>