Shades of Fire Brick #B73420
Tints of Fire Brick #B73420
RGB
CMYK
RGB Variations
Color information
#B73420 (or 0xB73420) is known color: Fire Brick. HEX triplet: B7, 34 and 20. RGB value is (183,52,32). Sum of RGB (Red+Green+Blue) = 183+52+32=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73420 is #48CBDF. Grayscale: #595959. Windows color (decimal): -4770784 or 2110647. OLE color: 2110647.
HSL color Cylindrical-coordinate representation of color #B73420: hue angle of 7.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B73420 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 32 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.28 |
| HSL | 7.95º | 0.7% | 0.42% | - |
| HSV(B) | 7.95º | 0.83% | 0.72% | - |
| XYZ | 21.02 | 12.63 | 2.7 | - |
| YUV | 88.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 32 | 0 | 0.72 | 0.83 | 0.28 | 7.95 | 0.7 | 0.42 |
| Hex | B7 | 34 | 20 | 0 | 48 | 53 | 1C | 8 | 46 | 2A |
| Octal | 267 | 64 | 40 | 0 | 110 | 123 | 34 | 10 | 106 | 52 |
| Binary | 10110111 | 110100 | 100000 | 0 | 1001000 | 1010011 | 11100 | 1000 | 1000110 | 101010 |
Color Harmonies of #B73420
Complementary color
Monochromatic Colors of #B73420
Black with #B73420
Text Example
Text Example
White with #B73420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73420; }
p { color: rgb(183,52,32); }
H1.HeaderClassName
{
color: #B73420;
}
.AnyTagClassName
{
color: #B73420;
}
</style>
background-color css
<style>
a { background-color: #B73420; }
a { background-color: rgb(183,52,32); }
div.DivClassName
{
background-color: #B73420;
}
.BgClassName
{
background-color: #B73420;
}
</style>
border-color css
<style>
span { border-color: #B73420; }
span { border-color: rgb(183,52,32); }
td.TdClassName
{
border-color: #B73420;
}
.TagClassName
{
border-color: #B73420;
}
</style>