Shades of Fire Brick #B12710
Tints of Fire Brick #B12710
RGB
CMYK
RGB Variations
Color information
#B12710 (or 0xB12710) is known color: Fire Brick. HEX triplet: B1, 27 and 10. RGB value is (177,39,16). Sum of RGB (Red+Green+Blue) = 177+39+16=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B12710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12710 is #4ED8EF. Grayscale: #4D4D4D. Windows color (decimal): -5167344 or 1058737. OLE color: 1058737.
HSL color Cylindrical-coordinate representation of color #B12710: hue angle of 8.57º 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 #B12710 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.31 |
| HSL | 8.57º | 0.83% | 0.38% | - |
| HSV(B) | 8.57º | 0.91% | 0.69% | - |
| XYZ | 18.95 | 10.84 | 1.58 | - |
| YUV | 77.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 16 | 0 | 0.78 | 0.91 | 0.31 | 8.57 | 0.83 | 0.38 |
| Hex | B1 | 27 | 10 | 0 | 4E | 5B | 1F | 9 | 53 | 26 |
| Octal | 261 | 47 | 20 | 0 | 116 | 133 | 37 | 11 | 123 | 46 |
| Binary | 10110001 | 100111 | 10000 | 0 | 1001110 | 1011011 | 11111 | 1001 | 1010011 | 100110 |
Color Harmonies of #B12710
Complementary color
Monochromatic Colors of #B12710
Black with #B12710
Text Example
Text Example
White with #B12710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12710; }
p { color: rgb(177,39,16); }
H1.HeaderClassName
{
color: #B12710;
}
.AnyTagClassName
{
color: #B12710;
}
</style>
background-color css
<style>
a { background-color: #B12710; }
a { background-color: rgb(177,39,16); }
div.DivClassName
{
background-color: #B12710;
}
.BgClassName
{
background-color: #B12710;
}
</style>
border-color css
<style>
span { border-color: #B12710; }
span { border-color: rgb(177,39,16); }
td.TdClassName
{
border-color: #B12710;
}
.TagClassName
{
border-color: #B12710;
}
</style>