Shades of Fire Brick #B0130C
Tints of Fire Brick #B0130C
RGB
CMYK
RGB Variations
Color information
#B0130C (or 0xB0130C) is known color: Fire Brick. HEX triplet: B0, 13 and 0C. RGB value is (176,19,12). Sum of RGB (Red+Green+Blue) = 176+19+12=207 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.02% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 176 - color contains mainly: red. Hex color #B0130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0130C is #4FECF3. Grayscale: #414141. Windows color (decimal): -5238004 or 791472. OLE color: 791472.
HSL color Cylindrical-coordinate representation of color #B0130C: hue angle of 2.56º 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 #B0130C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.31 |
| HSL | 2.56º | 0.87% | 0.37% | - |
| HSV(B) | 2.56º | 0.93% | 0.69% | - |
| XYZ | 18.2 | 9.72 | 1.26 | - |
| YUV | 65.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 12 | 0 | 0.89 | 0.93 | 0.31 | 2.56 | 0.87 | 0.37 |
| Hex | B0 | 13 | C | 0 | 59 | 5D | 1F | 3 | 57 | 25 |
| Octal | 260 | 23 | 14 | 0 | 131 | 135 | 37 | 3 | 127 | 45 |
| Binary | 10110000 | 10011 | 1100 | 0 | 1011001 | 1011101 | 11111 | 11 | 1010111 | 100101 |
Color Harmonies of #B0130C
Complementary color
Monochromatic Colors of #B0130C
Black with #B0130C
Text Example
Text Example
White with #B0130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0130C; }
p { color: rgb(176,19,12); }
H1.HeaderClassName
{
color: #B0130C;
}
.AnyTagClassName
{
color: #B0130C;
}
</style>
background-color css
<style>
a { background-color: #B0130C; }
a { background-color: rgb(176,19,12); }
div.DivClassName
{
background-color: #B0130C;
}
.BgClassName
{
background-color: #B0130C;
}
</style>
border-color css
<style>
span { border-color: #B0130C; }
span { border-color: rgb(176,19,12); }
td.TdClassName
{
border-color: #B0130C;
}
.TagClassName
{
border-color: #B0130C;
}
</style>