Shades of Fire Brick #B12D1C
Tints of Fire Brick #B12D1C
RGB
CMYK
RGB Variations
Color information
#B12D1C (or 0xB12D1C) is known color: Fire Brick. HEX triplet: B1, 2D and 1C. RGB value is (177,45,28). Sum of RGB (Red+Green+Blue) = 177+45+28=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D1C is #4ED2E3. Grayscale: #525252. Windows color (decimal): -5165796 or 1846705. OLE color: 1846705.
HSL color Cylindrical-coordinate representation of color #B12D1C: hue angle of 6.85º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B12D1C is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 28 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.31 |
| HSL | 6.85º | 0.73% | 0.4% | - |
| HSV(B) | 6.85º | 0.84% | 0.69% | - |
| XYZ | 19.28 | 11.31 | 2.27 | - |
| YUV | 82.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 28 | 0 | 0.75 | 0.84 | 0.31 | 6.85 | 0.73 | 0.4 |
| Hex | B1 | 2D | 1C | 0 | 4B | 54 | 1F | 7 | 49 | 28 |
| Octal | 261 | 55 | 34 | 0 | 113 | 124 | 37 | 7 | 111 | 50 |
| Binary | 10110001 | 101101 | 11100 | 0 | 1001011 | 1010100 | 11111 | 111 | 1001001 | 101000 |
Color Harmonies of #B12D1C
Complementary color
Monochromatic Colors of #B12D1C
Black with #B12D1C
Text Example
Text Example
White with #B12D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D1C; }
p { color: rgb(177,45,28); }
H1.HeaderClassName
{
color: #B12D1C;
}
.AnyTagClassName
{
color: #B12D1C;
}
</style>
background-color css
<style>
a { background-color: #B12D1C; }
a { background-color: rgb(177,45,28); }
div.DivClassName
{
background-color: #B12D1C;
}
.BgClassName
{
background-color: #B12D1C;
}
</style>
border-color css
<style>
span { border-color: #B12D1C; }
span { border-color: rgb(177,45,28); }
td.TdClassName
{
border-color: #B12D1C;
}
.TagClassName
{
border-color: #B12D1C;
}
</style>