Shades of Fire Brick #B31C0C
Tints of Fire Brick #B31C0C
RGB
CMYK
RGB Variations
Color information
#B31C0C (or 0xB31C0C) is known color: Fire Brick. HEX triplet: B3, 1C and 0C. RGB value is (179,28,12). Sum of RGB (Red+Green+Blue) = 179+28+12=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C0C is #4CE3F3. Grayscale: #474747. Windows color (decimal): -5039092 or 793779. OLE color: 793779.
HSL color Cylindrical-coordinate representation of color #B31C0C: hue angle of 5.75º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B31C0C is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 12 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.30 |
| HSL | 5.75º | 0.87% | 0.37% | - |
| HSV(B) | 5.75º | 0.93% | 0.7% | - |
| XYZ | 19.07 | 10.44 | 1.36 | - |
| YUV | 71.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 12 | 0 | 0.84 | 0.93 | 0.30 | 5.75 | 0.87 | 0.37 |
| Hex | B3 | 1C | C | 0 | 54 | 5D | 1E | 6 | 57 | 25 |
| Octal | 263 | 34 | 14 | 0 | 124 | 135 | 36 | 6 | 127 | 45 |
| Binary | 10110011 | 11100 | 1100 | 0 | 1010100 | 1011101 | 11110 | 110 | 1010111 | 100101 |
Color Harmonies of #B31C0C
Complementary color
Monochromatic Colors of #B31C0C
Black with #B31C0C
Text Example
Text Example
White with #B31C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C0C; }
p { color: rgb(179,28,12); }
H1.HeaderClassName
{
color: #B31C0C;
}
.AnyTagClassName
{
color: #B31C0C;
}
</style>
background-color css
<style>
a { background-color: #B31C0C; }
a { background-color: rgb(179,28,12); }
div.DivClassName
{
background-color: #B31C0C;
}
.BgClassName
{
background-color: #B31C0C;
}
</style>
border-color css
<style>
span { border-color: #B31C0C; }
span { border-color: rgb(179,28,12); }
td.TdClassName
{
border-color: #B31C0C;
}
.TagClassName
{
border-color: #B31C0C;
}
</style>