Shades of Fire Brick #B73324
Tints of Fire Brick #B73324
RGB
CMYK
RGB Variations
Color information
#B73324 (or 0xB73324) is known color: Fire Brick. HEX triplet: B7, 33 and 24. RGB value is (183,51,36). Sum of RGB (Red+Green+Blue) = 183+51+36=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B73324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73324 is #48CCDB. Grayscale: #585858. Windows color (decimal): -4771036 or 2372535. OLE color: 2372535.
HSL color Cylindrical-coordinate representation of color #B73324: hue angle of 6.12º 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 #B73324 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 36 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.28 |
| HSL | 6.12º | 0.67% | 0.43% | - |
| HSV(B) | 6.12º | 0.8% | 0.72% | - |
| XYZ | 21.03 | 12.56 | 2.99 | - |
| YUV | 88.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 36 | 0 | 0.72 | 0.80 | 0.28 | 6.12 | 0.67 | 0.43 |
| Hex | B7 | 33 | 24 | 0 | 48 | 50 | 1C | 6 | 43 | 2B |
| Octal | 267 | 63 | 44 | 0 | 110 | 120 | 34 | 6 | 103 | 53 |
| Binary | 10110111 | 110011 | 100100 | 0 | 1001000 | 1010000 | 11100 | 110 | 1000011 | 101011 |
Color Harmonies of #B73324
Complementary color
Monochromatic Colors of #B73324
Black with #B73324
Text Example
Text Example
White with #B73324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73324; }
p { color: rgb(183,51,36); }
H1.HeaderClassName
{
color: #B73324;
}
.AnyTagClassName
{
color: #B73324;
}
</style>
background-color css
<style>
a { background-color: #B73324; }
a { background-color: rgb(183,51,36); }
div.DivClassName
{
background-color: #B73324;
}
.BgClassName
{
background-color: #B73324;
}
</style>
border-color css
<style>
span { border-color: #B73324; }
span { border-color: rgb(183,51,36); }
td.TdClassName
{
border-color: #B73324;
}
.TagClassName
{
border-color: #B73324;
}
</style>