Shades of Fire Brick #B73024
Tints of Fire Brick #B73024
RGB
CMYK
RGB Variations
Color information
#B73024 (or 0xB73024) is known color: Fire Brick. HEX triplet: B7, 30 and 24. RGB value is (183,48,36). Sum of RGB (Red+Green+Blue) = 183+48+36=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73024 is #48CFDB. Grayscale: #575757. Windows color (decimal): -4771804 or 2371767. OLE color: 2371767.
HSL color Cylindrical-coordinate representation of color #B73024: hue angle of 4.9º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B73024 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 36 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.28 |
| HSL | 4.9º | 0.67% | 0.43% | - |
| HSV(B) | 4.9º | 0.8% | 0.72% | - |
| XYZ | 20.9 | 12.31 | 2.94 | - |
| YUV | 87 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 36 | 0 | 0.74 | 0.80 | 0.28 | 4.9 | 0.67 | 0.43 |
| Hex | B7 | 30 | 24 | 0 | 4A | 50 | 1C | 5 | 43 | 2B |
| Octal | 267 | 60 | 44 | 0 | 112 | 120 | 34 | 5 | 103 | 53 |
| Binary | 10110111 | 110000 | 100100 | 0 | 1001010 | 1010000 | 11100 | 101 | 1000011 | 101011 |
Color Harmonies of #B73024
Complementary color
Monochromatic Colors of #B73024
Black with #B73024
Text Example
Text Example
White with #B73024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73024; }
p { color: rgb(183,48,36); }
H1.HeaderClassName
{
color: #B73024;
}
.AnyTagClassName
{
color: #B73024;
}
</style>
background-color css
<style>
a { background-color: #B73024; }
a { background-color: rgb(183,48,36); }
div.DivClassName
{
background-color: #B73024;
}
.BgClassName
{
background-color: #B73024;
}
</style>
border-color css
<style>
span { border-color: #B73024; }
span { border-color: rgb(183,48,36); }
td.TdClassName
{
border-color: #B73024;
}
.TagClassName
{
border-color: #B73024;
}
</style>