Shades of Fire Brick #B72C18
Tints of Fire Brick #B72C18
RGB
CMYK
RGB Variations
Color information
#B72C18 (or 0xB72C18) is known color: Fire Brick. HEX triplet: B7, 2C and 18. RGB value is (183,44,24). Sum of RGB (Red+Green+Blue) = 183+44+24=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C18 is #48D3E7. Grayscale: #535353. Windows color (decimal): -4772840 or 1584311. OLE color: 1584311.
HSL color Cylindrical-coordinate representation of color #B72C18: hue angle of 7.55º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B72C18 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 24 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.28 |
| HSL | 7.55º | 0.77% | 0.41% | - |
| HSV(B) | 7.55º | 0.87% | 0.72% | - |
| XYZ | 20.59 | 11.93 | 2.08 | - |
| YUV | 83.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 24 | 0 | 0.76 | 0.87 | 0.28 | 7.55 | 0.77 | 0.41 |
| Hex | B7 | 2C | 18 | 0 | 4C | 57 | 1C | 8 | 4D | 29 |
| Octal | 267 | 54 | 30 | 0 | 114 | 127 | 34 | 10 | 115 | 51 |
| Binary | 10110111 | 101100 | 11000 | 0 | 1001100 | 1010111 | 11100 | 1000 | 1001101 | 101001 |
Color Harmonies of #B72C18
Complementary color
Monochromatic Colors of #B72C18
Black with #B72C18
Text Example
Text Example
White with #B72C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C18; }
p { color: rgb(183,44,24); }
H1.HeaderClassName
{
color: #B72C18;
}
.AnyTagClassName
{
color: #B72C18;
}
</style>
background-color css
<style>
a { background-color: #B72C18; }
a { background-color: rgb(183,44,24); }
div.DivClassName
{
background-color: #B72C18;
}
.BgClassName
{
background-color: #B72C18;
}
</style>
border-color css
<style>
span { border-color: #B72C18; }
span { border-color: rgb(183,44,24); }
td.TdClassName
{
border-color: #B72C18;
}
.TagClassName
{
border-color: #B72C18;
}
</style>