Shades of Fire Brick #B12109
Tints of Fire Brick #B12109
RGB
CMYK
RGB Variations
Color information
#B12109 (or 0xB12109) is known color: Fire Brick. HEX triplet: B1, 21 and 09. RGB value is (177,33,9). Sum of RGB (Red+Green+Blue) = 177+33+9=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B12109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12109 is #4EDEF6. Grayscale: #494949. Windows color (decimal): -5168887 or 598449. OLE color: 598449.
HSL color Cylindrical-coordinate representation of color #B12109: hue angle of 8.57º degrees, saturation: 0.9, 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 #B12109 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.31 |
| HSL | 8.57º | 0.9% | 0.36% | - |
| HSV(B) | 8.57º | 0.95% | 0.69% | - |
| XYZ | 18.72 | 10.45 | 1.29 | - |
| YUV | 73.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 9 | 0 | 0.81 | 0.95 | 0.31 | 8.57 | 0.9 | 0.36 |
| Hex | B1 | 21 | 9 | 0 | 51 | 5F | 1F | 9 | 5A | 24 |
| Octal | 261 | 41 | 11 | 0 | 121 | 137 | 37 | 11 | 132 | 44 |
| Binary | 10110001 | 100001 | 1001 | 0 | 1010001 | 1011111 | 11111 | 1001 | 1011010 | 100100 |
Color Harmonies of #B12109
Complementary color
Monochromatic Colors of #B12109
Black with #B12109
Text Example
Text Example
White with #B12109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12109; }
p { color: rgb(177,33,9); }
H1.HeaderClassName
{
color: #B12109;
}
.AnyTagClassName
{
color: #B12109;
}
</style>
background-color css
<style>
a { background-color: #B12109; }
a { background-color: rgb(177,33,9); }
div.DivClassName
{
background-color: #B12109;
}
.BgClassName
{
background-color: #B12109;
}
</style>
border-color css
<style>
span { border-color: #B12109; }
span { border-color: rgb(177,33,9); }
td.TdClassName
{
border-color: #B12109;
}
.TagClassName
{
border-color: #B12109;
}
</style>