Shades of Fire Brick #B7201D
Tints of Fire Brick #B7201D
RGB
CMYK
RGB Variations
Color information
#B7201D (or 0xB7201D) is known color: Fire Brick. HEX triplet: B7, 20 and 1D. RGB value is (183,32,29). Sum of RGB (Red+Green+Blue) = 183+32+29=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7201D is #48DFE2. Grayscale: #4C4C4C. Windows color (decimal): -4775907 or 1908919. OLE color: 1908919.
HSL color Cylindrical-coordinate representation of color #B7201D: hue angle of 1.17º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7201D is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 29 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.28 |
| HSL | 1.17º | 0.73% | 0.42% | - |
| HSV(B) | 1.17º | 0.84% | 0.72% | - |
| XYZ | 20.27 | 11.19 | 2.25 | - |
| YUV | 76.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 29 | 0 | 0.83 | 0.84 | 0.28 | 1.17 | 0.73 | 0.42 |
| Hex | B7 | 20 | 1D | 0 | 53 | 54 | 1C | 1 | 49 | 2A |
| Octal | 267 | 40 | 35 | 0 | 123 | 124 | 34 | 1 | 111 | 52 |
| Binary | 10110111 | 100000 | 11101 | 0 | 1010011 | 1010100 | 11100 | 1 | 1001001 | 101010 |
Color Harmonies of #B7201D
Complementary color
Monochromatic Colors of #B7201D
Black with #B7201D
Text Example
Text Example
White with #B7201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7201D; }
p { color: rgb(183,32,29); }
H1.HeaderClassName
{
color: #B7201D;
}
.AnyTagClassName
{
color: #B7201D;
}
</style>
background-color css
<style>
a { background-color: #B7201D; }
a { background-color: rgb(183,32,29); }
div.DivClassName
{
background-color: #B7201D;
}
.BgClassName
{
background-color: #B7201D;
}
</style>
border-color css
<style>
span { border-color: #B7201D; }
span { border-color: rgb(183,32,29); }
td.TdClassName
{
border-color: #B7201D;
}
.TagClassName
{
border-color: #B7201D;
}
</style>