Shades of Fire Brick #B12311
Tints of Fire Brick #B12311
RGB
CMYK
RGB Variations
Color information
#B12311 (or 0xB12311) is known color: Fire Brick. HEX triplet: B1, 23 and 11. RGB value is (177,35,17). Sum of RGB (Red+Green+Blue) = 177+35+17=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B12311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12311 is #4EDCEE. Grayscale: #4B4B4B. Windows color (decimal): -5168367 or 1123249. OLE color: 1123249.
HSL color Cylindrical-coordinate representation of color #B12311: hue angle of 6.75º 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 #B12311 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 17 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.31 |
| HSL | 6.75º | 0.82% | 0.38% | - |
| HSV(B) | 6.75º | 0.9% | 0.69% | - |
| XYZ | 18.83 | 10.59 | 1.58 | - |
| YUV | 75.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 17 | 0 | 0.80 | 0.90 | 0.31 | 6.75 | 0.82 | 0.38 |
| Hex | B1 | 23 | 11 | 0 | 50 | 5A | 1F | 7 | 52 | 26 |
| Octal | 261 | 43 | 21 | 0 | 120 | 132 | 37 | 7 | 122 | 46 |
| Binary | 10110001 | 100011 | 10001 | 0 | 1010000 | 1011010 | 11111 | 111 | 1010010 | 100110 |
Color Harmonies of #B12311
Complementary color
Monochromatic Colors of #B12311
Black with #B12311
Text Example
Text Example
White with #B12311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12311; }
p { color: rgb(177,35,17); }
H1.HeaderClassName
{
color: #B12311;
}
.AnyTagClassName
{
color: #B12311;
}
</style>
background-color css
<style>
a { background-color: #B12311; }
a { background-color: rgb(177,35,17); }
div.DivClassName
{
background-color: #B12311;
}
.BgClassName
{
background-color: #B12311;
}
</style>
border-color css
<style>
span { border-color: #B12311; }
span { border-color: rgb(177,35,17); }
td.TdClassName
{
border-color: #B12311;
}
.TagClassName
{
border-color: #B12311;
}
</style>