Shades of Fire Brick #B1200C
Tints of Fire Brick #B1200C
RGB
CMYK
RGB Variations
Color information
#B1200C (or 0xB1200C) is known color: Fire Brick. HEX triplet: B1, 20 and 0C. RGB value is (177,32,12). Sum of RGB (Red+Green+Blue) = 177+32+12=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B1200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1200C is #4EDFF3. Grayscale: #494949. Windows color (decimal): -5169140 or 794801. OLE color: 794801.
HSL color Cylindrical-coordinate representation of color #B1200C: hue angle of 7.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1200C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 12 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.31 |
| HSL | 7.27º | 0.87% | 0.37% | - |
| HSV(B) | 7.27º | 0.93% | 0.69% | - |
| XYZ | 18.71 | 10.41 | 1.37 | - |
| YUV | 73.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 12 | 0 | 0.82 | 0.93 | 0.31 | 7.27 | 0.87 | 0.37 |
| Hex | B1 | 20 | C | 0 | 52 | 5D | 1F | 7 | 57 | 25 |
| Octal | 261 | 40 | 14 | 0 | 122 | 135 | 37 | 7 | 127 | 45 |
| Binary | 10110001 | 100000 | 1100 | 0 | 1010010 | 1011101 | 11111 | 111 | 1010111 | 100101 |
Color Harmonies of #B1200C
Complementary color
Monochromatic Colors of #B1200C
Black with #B1200C
Text Example
Text Example
White with #B1200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1200C; }
p { color: rgb(177,32,12); }
H1.HeaderClassName
{
color: #B1200C;
}
.AnyTagClassName
{
color: #B1200C;
}
</style>
background-color css
<style>
a { background-color: #B1200C; }
a { background-color: rgb(177,32,12); }
div.DivClassName
{
background-color: #B1200C;
}
.BgClassName
{
background-color: #B1200C;
}
</style>
border-color css
<style>
span { border-color: #B1200C; }
span { border-color: rgb(177,32,12); }
td.TdClassName
{
border-color: #B1200C;
}
.TagClassName
{
border-color: #B1200C;
}
</style>