Shades of Fire Brick #B1200F
Tints of Fire Brick #B1200F
RGB
CMYK
RGB Variations
Color information
#B1200F (or 0xB1200F) is known color: Fire Brick. HEX triplet: B1, 20 and 0F. RGB value is (177,32,15). Sum of RGB (Red+Green+Blue) = 177+32+15=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1200F is #4EDFF0. Grayscale: #494949. Windows color (decimal): -5169137 or 991409. OLE color: 991409.
HSL color Cylindrical-coordinate representation of color #B1200F: hue angle of 6.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1200F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 15 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.31 |
| HSL | 6.3º | 0.84% | 0.38% | - |
| HSV(B) | 6.3º | 0.92% | 0.69% | - |
| XYZ | 18.73 | 10.41 | 1.47 | - |
| YUV | 73.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 15 | 0 | 0.82 | 0.92 | 0.31 | 6.3 | 0.84 | 0.38 |
| Hex | B1 | 20 | F | 0 | 52 | 5C | 1F | 6 | 54 | 26 |
| Octal | 261 | 40 | 17 | 0 | 122 | 134 | 37 | 6 | 124 | 46 |
| Binary | 10110001 | 100000 | 1111 | 0 | 1010010 | 1011100 | 11111 | 110 | 1010100 | 100110 |
Color Harmonies of #B1200F
Complementary color
Monochromatic Colors of #B1200F
Black with #B1200F
Text Example
Text Example
White with #B1200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1200F; }
p { color: rgb(177,32,15); }
H1.HeaderClassName
{
color: #B1200F;
}
.AnyTagClassName
{
color: #B1200F;
}
</style>
background-color css
<style>
a { background-color: #B1200F; }
a { background-color: rgb(177,32,15); }
div.DivClassName
{
background-color: #B1200F;
}
.BgClassName
{
background-color: #B1200F;
}
</style>
border-color css
<style>
span { border-color: #B1200F; }
span { border-color: rgb(177,32,15); }
td.TdClassName
{
border-color: #B1200F;
}
.TagClassName
{
border-color: #B1200F;
}
</style>