Shades of Fire Brick #B73426
Tints of Fire Brick #B73426
RGB
CMYK
RGB Variations
Color information
#B73426 (or 0xB73426) is known color: Fire Brick. HEX triplet: B7, 34 and 26. RGB value is (183,52,38). Sum of RGB (Red+Green+Blue) = 183+52+38=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73426 is #48CBD9. Grayscale: #595959. Windows color (decimal): -4770778 or 2503863. OLE color: 2503863.
HSL color Cylindrical-coordinate representation of color #B73426: hue angle of 5.79º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B73426 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 38 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.28 |
| HSL | 5.79º | 0.66% | 0.43% | - |
| HSV(B) | 5.79º | 0.79% | 0.72% | - |
| XYZ | 21.11 | 12.66 | 3.17 | - |
| YUV | 89.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 38 | 0 | 0.72 | 0.79 | 0.28 | 5.79 | 0.66 | 0.43 |
| Hex | B7 | 34 | 26 | 0 | 48 | 4F | 1C | 6 | 42 | 2B |
| Octal | 267 | 64 | 46 | 0 | 110 | 117 | 34 | 6 | 102 | 53 |
| Binary | 10110111 | 110100 | 100110 | 0 | 1001000 | 1001111 | 11100 | 110 | 1000010 | 101011 |
Color Harmonies of #B73426
Complementary color
Monochromatic Colors of #B73426
Black with #B73426
Text Example
Text Example
White with #B73426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73426; }
p { color: rgb(183,52,38); }
H1.HeaderClassName
{
color: #B73426;
}
.AnyTagClassName
{
color: #B73426;
}
</style>
background-color css
<style>
a { background-color: #B73426; }
a { background-color: rgb(183,52,38); }
div.DivClassName
{
background-color: #B73426;
}
.BgClassName
{
background-color: #B73426;
}
</style>
border-color css
<style>
span { border-color: #B73426; }
span { border-color: rgb(183,52,38); }
td.TdClassName
{
border-color: #B73426;
}
.TagClassName
{
border-color: #B73426;
}
</style>