Shades of Fire Brick #B73521
Tints of Fire Brick #B73521
RGB
CMYK
RGB Variations
Color information
#B73521 (or 0xB73521) is known color: Fire Brick. HEX triplet: B7, 35 and 21. RGB value is (183,53,33). Sum of RGB (Red+Green+Blue) = 183+53+33=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B73521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73521 is #48CADE. Grayscale: #595959. Windows color (decimal): -4770527 or 2176439. OLE color: 2176439.
HSL color Cylindrical-coordinate representation of color #B73521: hue angle of 8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B73521 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 33 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.28 |
| HSL | 8º | 0.69% | 0.42% | - |
| HSV(B) | 8º | 0.82% | 0.72% | - |
| XYZ | 21.08 | 12.72 | 2.78 | - |
| YUV | 89.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 33 | 0 | 0.71 | 0.82 | 0.28 | 8 | 0.69 | 0.42 |
| Hex | B7 | 35 | 21 | 0 | 47 | 52 | 1C | 8 | 45 | 2A |
| Octal | 267 | 65 | 41 | 0 | 107 | 122 | 34 | 10 | 105 | 52 |
| Binary | 10110111 | 110101 | 100001 | 0 | 1000111 | 1010010 | 11100 | 1000 | 1000101 | 101010 |
Color Harmonies of #B73521
Complementary color
Monochromatic Colors of #B73521
Black with #B73521
Text Example
Text Example
White with #B73521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73521; }
p { color: rgb(183,53,33); }
H1.HeaderClassName
{
color: #B73521;
}
.AnyTagClassName
{
color: #B73521;
}
</style>
background-color css
<style>
a { background-color: #B73521; }
a { background-color: rgb(183,53,33); }
div.DivClassName
{
background-color: #B73521;
}
.BgClassName
{
background-color: #B73521;
}
</style>
border-color css
<style>
span { border-color: #B73521; }
span { border-color: rgb(183,53,33); }
td.TdClassName
{
border-color: #B73521;
}
.TagClassName
{
border-color: #B73521;
}
</style>