Shades of Fire Brick #B72221
Tints of Fire Brick #B72221
RGB
CMYK
RGB Variations
Color information
#B72221 (or 0xB72221) is known color: Fire Brick. HEX triplet: B7, 22 and 21. RGB value is (183,34,33). Sum of RGB (Red+Green+Blue) = 183+34+33=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B72221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72221 is #48DDDE. Grayscale: #4E4E4E. Windows color (decimal): -4775391 or 2171575. OLE color: 2171575.
HSL color Cylindrical-coordinate representation of color #B72221: hue angle of 0.4º 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 #B72221 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 33 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.28 |
| HSL | 0.4º | 0.69% | 0.42% | - |
| HSV(B) | 0.4º | 0.82% | 0.72% | - |
| XYZ | 20.37 | 11.32 | 2.55 | - |
| YUV | 78.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 33 | 0 | 0.81 | 0.82 | 0.28 | 0.4 | 0.69 | 0.42 |
| Hex | B7 | 22 | 21 | 0 | 51 | 52 | 1C | 0 | 45 | 2A |
| Octal | 267 | 42 | 41 | 0 | 121 | 122 | 34 | 0 | 105 | 52 |
| Binary | 10110111 | 100010 | 100001 | 0 | 1010001 | 1010010 | 11100 | 0 | 1000101 | 101010 |
Color Harmonies of #B72221
Complementary color
Monochromatic Colors of #B72221
Black with #B72221
Text Example
Text Example
White with #B72221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72221; }
p { color: rgb(183,34,33); }
H1.HeaderClassName
{
color: #B72221;
}
.AnyTagClassName
{
color: #B72221;
}
</style>
background-color css
<style>
a { background-color: #B72221; }
a { background-color: rgb(183,34,33); }
div.DivClassName
{
background-color: #B72221;
}
.BgClassName
{
background-color: #B72221;
}
</style>
border-color css
<style>
span { border-color: #B72221; }
span { border-color: rgb(183,34,33); }
td.TdClassName
{
border-color: #B72221;
}
.TagClassName
{
border-color: #B72221;
}
</style>