Shades of Fire Brick #B01F10
Tints of Fire Brick #B01F10
RGB
CMYK
RGB Variations
Color information
#B01F10 (or 0xB01F10) is known color: Fire Brick. HEX triplet: B0, 1F and 10. RGB value is (176,31,16). Sum of RGB (Red+Green+Blue) = 176+31+16=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01F10 is #4FE0EF. Grayscale: #484848. Windows color (decimal): -5234928 or 1056688. OLE color: 1056688.
HSL color Cylindrical-coordinate representation of color #B01F10: hue angle of 5.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01F10 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 31 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.31 |
| HSL | 5.63º | 0.83% | 0.38% | - |
| HSV(B) | 5.63º | 0.91% | 0.69% | - |
| XYZ | 18.49 | 10.25 | 1.49 | - |
| YUV | 72.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 16 | 0 | 0.82 | 0.91 | 0.31 | 5.63 | 0.83 | 0.38 |
| Hex | B0 | 1F | 10 | 0 | 52 | 5B | 1F | 6 | 53 | 26 |
| Octal | 260 | 37 | 20 | 0 | 122 | 133 | 37 | 6 | 123 | 46 |
| Binary | 10110000 | 11111 | 10000 | 0 | 1010010 | 1011011 | 11111 | 110 | 1010011 | 100110 |
Color Harmonies of #B01F10
Complementary color
Monochromatic Colors of #B01F10
Black with #B01F10
Text Example
Text Example
White with #B01F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01F10; }
p { color: rgb(176,31,16); }
H1.HeaderClassName
{
color: #B01F10;
}
.AnyTagClassName
{
color: #B01F10;
}
</style>
background-color css
<style>
a { background-color: #B01F10; }
a { background-color: rgb(176,31,16); }
div.DivClassName
{
background-color: #B01F10;
}
.BgClassName
{
background-color: #B01F10;
}
</style>
border-color css
<style>
span { border-color: #B01F10; }
span { border-color: rgb(176,31,16); }
td.TdClassName
{
border-color: #B01F10;
}
.TagClassName
{
border-color: #B01F10;
}
</style>