Shades of Fire Brick #B72121
Tints of Fire Brick #B72121
RGB
CMYK
RGB Variations
Color information
#B72121 (or 0xB72121) is known color: Fire Brick. HEX triplet: B7, 21 and 21. RGB value is (183,33,33). Sum of RGB (Red+Green+Blue) = 183+33+33=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B72121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72121 is #48DEDE. Grayscale: #4E4E4E. Windows color (decimal): -4775647 or 2171319. OLE color: 2171319.
HSL color Cylindrical-coordinate representation of color #B72121: hue angle of 0º 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 #B72121 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 33 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.28 |
| HSL | 0º | 0.69% | 0.42% | - |
| HSV(B) | 0º | 0.82% | 0.72% | - |
| XYZ | 20.35 | 11.26 | 2.54 | - |
| YUV | 77.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 33 | 0 | 0.82 | 0.82 | 0.28 | 0 | 0.69 | 0.42 |
| Hex | B7 | 21 | 21 | 0 | 52 | 52 | 1C | 0 | 45 | 2A |
| Octal | 267 | 41 | 41 | 0 | 122 | 122 | 34 | 0 | 105 | 52 |
| Binary | 10110111 | 100001 | 100001 | 0 | 1010010 | 1010010 | 11100 | 0 | 1000101 | 101010 |
Color Harmonies of #B72121
Complementary color
Monochromatic Colors of #B72121
Black with #B72121
Text Example
Text Example
White with #B72121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72121; }
p { color: rgb(183,33,33); }
H1.HeaderClassName
{
color: #B72121;
}
.AnyTagClassName
{
color: #B72121;
}
</style>
background-color css
<style>
a { background-color: #B72121; }
a { background-color: rgb(183,33,33); }
div.DivClassName
{
background-color: #B72121;
}
.BgClassName
{
background-color: #B72121;
}
</style>
border-color css
<style>
span { border-color: #B72121; }
span { border-color: rgb(183,33,33); }
td.TdClassName
{
border-color: #B72121;
}
.TagClassName
{
border-color: #B72121;
}
</style>