Shades of Fire Brick #B01811
Tints of Fire Brick #B01811
RGB
CMYK
RGB Variations
Color information
#B01811 (or 0xB01811) is known color: Fire Brick. HEX triplet: B0, 18 and 11. RGB value is (176,24,17). Sum of RGB (Red+Green+Blue) = 176+24+17=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B01811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01811 is #4FE7EE. Grayscale: #444444. Windows color (decimal): -5236719 or 1120432. OLE color: 1120432.
HSL color Cylindrical-coordinate representation of color #B01811: hue angle of 2.64º 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 #B01811 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 17 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.31 |
| HSL | 2.64º | 0.82% | 0.38% | - |
| HSV(B) | 2.64º | 0.9% | 0.69% | - |
| XYZ | 18.33 | 9.92 | 1.48 | - |
| YUV | 68.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 17 | 0 | 0.86 | 0.90 | 0.31 | 2.64 | 0.82 | 0.38 |
| Hex | B0 | 18 | 11 | 0 | 56 | 5A | 1F | 3 | 52 | 26 |
| Octal | 260 | 30 | 21 | 0 | 126 | 132 | 37 | 3 | 122 | 46 |
| Binary | 10110000 | 11000 | 10001 | 0 | 1010110 | 1011010 | 11111 | 11 | 1010010 | 100110 |
Color Harmonies of #B01811
Complementary color
Monochromatic Colors of #B01811
Black with #B01811
Text Example
Text Example
White with #B01811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01811; }
p { color: rgb(176,24,17); }
H1.HeaderClassName
{
color: #B01811;
}
.AnyTagClassName
{
color: #B01811;
}
</style>
background-color css
<style>
a { background-color: #B01811; }
a { background-color: rgb(176,24,17); }
div.DivClassName
{
background-color: #B01811;
}
.BgClassName
{
background-color: #B01811;
}
</style>
border-color css
<style>
span { border-color: #B01811; }
span { border-color: rgb(176,24,17); }
td.TdClassName
{
border-color: #B01811;
}
.TagClassName
{
border-color: #B01811;
}
</style>