Shades of Fire Brick #B31010
Tints of Fire Brick #B31010
RGB
CMYK
RGB Variations
Color information
#B31010 (or 0xB31010) is known color: Fire Brick. HEX triplet: B3, 10 and 10. RGB value is (179,16,16). Sum of RGB (Red+Green+Blue) = 179+16+16=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B31010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31010 is #4CEFEF. Grayscale: #404040. Windows color (decimal): -5042160 or 1052851. OLE color: 1052851.
HSL color Cylindrical-coordinate representation of color #B31010: hue angle of 0º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31010 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.30 |
| HSL | 0º | 0.84% | 0.38% | - |
| HSV(B) | 0º | 0.91% | 0.7% | - |
| XYZ | 18.87 | 9.99 | 1.42 | - |
| YUV | 64.74 | 100.5 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 16 | 0 | 0.91 | 0.91 | 0.30 | 0 | 0.84 | 0.38 |
| Hex | B3 | 10 | 10 | 0 | 5B | 5B | 1E | 0 | 54 | 26 |
| Octal | 263 | 20 | 20 | 0 | 133 | 133 | 36 | 0 | 124 | 46 |
| Binary | 10110011 | 10000 | 10000 | 0 | 1011011 | 1011011 | 11110 | 0 | 1010100 | 100110 |
Color Harmonies of #B31010
Complementary color
Monochromatic Colors of #B31010
Black with #B31010
Text Example
Text Example
White with #B31010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31010; }
p { color: rgb(179,16,16); }
H1.HeaderClassName
{
color: #B31010;
}
.AnyTagClassName
{
color: #B31010;
}
</style>
background-color css
<style>
a { background-color: #B31010; }
a { background-color: rgb(179,16,16); }
div.DivClassName
{
background-color: #B31010;
}
.BgClassName
{
background-color: #B31010;
}
</style>
border-color css
<style>
span { border-color: #B31010; }
span { border-color: rgb(179,16,16); }
td.TdClassName
{
border-color: #B31010;
}
.TagClassName
{
border-color: #B31010;
}
</style>