Shades of Fire Brick #B72610
Tints of Fire Brick #B72610
RGB
CMYK
RGB Variations
Color information
#B72610 (or 0xB72610) is known color: Fire Brick. HEX triplet: B7, 26 and 10. RGB value is (183,38,16). Sum of RGB (Red+Green+Blue) = 183+38+16=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72610 is #48D9EF. Grayscale: #4F4F4F. Windows color (decimal): -4774384 or 1058487. OLE color: 1058487.
HSL color Cylindrical-coordinate representation of color #B72610: hue angle of 7.9º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72610 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 16 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.28 |
| HSL | 7.9º | 0.84% | 0.39% | - |
| HSV(B) | 7.9º | 0.91% | 0.72% | - |
| XYZ | 20.32 | 11.49 | 1.64 | - |
| YUV | 78.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 16 | 0 | 0.79 | 0.91 | 0.28 | 7.9 | 0.84 | 0.39 |
| Hex | B7 | 26 | 10 | 0 | 4F | 5B | 1C | 8 | 54 | 27 |
| Octal | 267 | 46 | 20 | 0 | 117 | 133 | 34 | 10 | 124 | 47 |
| Binary | 10110111 | 100110 | 10000 | 0 | 1001111 | 1011011 | 11100 | 1000 | 1010100 | 100111 |
Color Harmonies of #B72610
Complementary color
Monochromatic Colors of #B72610
Black with #B72610
Text Example
Text Example
White with #B72610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72610; }
p { color: rgb(183,38,16); }
H1.HeaderClassName
{
color: #B72610;
}
.AnyTagClassName
{
color: #B72610;
}
</style>
background-color css
<style>
a { background-color: #B72610; }
a { background-color: rgb(183,38,16); }
div.DivClassName
{
background-color: #B72610;
}
.BgClassName
{
background-color: #B72610;
}
</style>
border-color css
<style>
span { border-color: #B72610; }
span { border-color: rgb(183,38,16); }
td.TdClassName
{
border-color: #B72610;
}
.TagClassName
{
border-color: #B72610;
}
</style>