Shades of Fire Brick #B01C0A
Tints of Fire Brick #B01C0A
RGB
CMYK
RGB Variations
Color information
#B01C0A (or 0xB01C0A) is known color: Fire Brick. HEX triplet: B0, 1C and 0A. RGB value is (176,28,10). Sum of RGB (Red+Green+Blue) = 176+28+10=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01C0A is #4FE3F5. Grayscale: #464646. Windows color (decimal): -5235702 or 662704. OLE color: 662704.
HSL color Cylindrical-coordinate representation of color #B01C0A: hue angle of 6.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B01C0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 10 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.31 |
| HSL | 6.51º | 0.89% | 0.36% | - |
| HSV(B) | 6.51º | 0.94% | 0.69% | - |
| XYZ | 18.37 | 10.08 | 1.26 | - |
| YUV | 70.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 10 | 0 | 0.84 | 0.94 | 0.31 | 6.51 | 0.89 | 0.36 |
| Hex | B0 | 1C | A | 0 | 54 | 5E | 1F | 7 | 59 | 24 |
| Octal | 260 | 34 | 12 | 0 | 124 | 136 | 37 | 7 | 131 | 44 |
| Binary | 10110000 | 11100 | 1010 | 0 | 1010100 | 1011110 | 11111 | 111 | 1011001 | 100100 |
Color Harmonies of #B01C0A
Complementary color
Monochromatic Colors of #B01C0A
Black with #B01C0A
Text Example
Text Example
White with #B01C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C0A; }
p { color: rgb(176,28,10); }
H1.HeaderClassName
{
color: #B01C0A;
}
.AnyTagClassName
{
color: #B01C0A;
}
</style>
background-color css
<style>
a { background-color: #B01C0A; }
a { background-color: rgb(176,28,10); }
div.DivClassName
{
background-color: #B01C0A;
}
.BgClassName
{
background-color: #B01C0A;
}
</style>
border-color css
<style>
span { border-color: #B01C0A; }
span { border-color: rgb(176,28,10); }
td.TdClassName
{
border-color: #B01C0A;
}
.TagClassName
{
border-color: #B01C0A;
}
</style>