Shades of Fire Brick #B7201C
Tints of Fire Brick #B7201C
RGB
CMYK
RGB Variations
Color information
#B7201C (or 0xB7201C) is known color: Fire Brick. HEX triplet: B7, 20 and 1C. RGB value is (183,32,28). Sum of RGB (Red+Green+Blue) = 183+32+28=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7201C is #48DFE3. Grayscale: #4C4C4C. Windows color (decimal): -4775908 or 1843383. OLE color: 1843383.
HSL color Cylindrical-coordinate representation of color #B7201C: hue angle of 1.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7201C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 28 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.28 |
| HSL | 1.55º | 0.73% | 0.41% | - |
| HSV(B) | 1.55º | 0.85% | 0.72% | - |
| XYZ | 20.25 | 11.18 | 2.19 | - |
| YUV | 76.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 28 | 0 | 0.83 | 0.85 | 0.28 | 1.55 | 0.73 | 0.41 |
| Hex | B7 | 20 | 1C | 0 | 53 | 55 | 1C | 2 | 49 | 29 |
| Octal | 267 | 40 | 34 | 0 | 123 | 125 | 34 | 2 | 111 | 51 |
| Binary | 10110111 | 100000 | 11100 | 0 | 1010011 | 1010101 | 11100 | 10 | 1001001 | 101001 |
Color Harmonies of #B7201C
Complementary color
Monochromatic Colors of #B7201C
Black with #B7201C
Text Example
Text Example
White with #B7201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7201C; }
p { color: rgb(183,32,28); }
H1.HeaderClassName
{
color: #B7201C;
}
.AnyTagClassName
{
color: #B7201C;
}
</style>
background-color css
<style>
a { background-color: #B7201C; }
a { background-color: rgb(183,32,28); }
div.DivClassName
{
background-color: #B7201C;
}
.BgClassName
{
background-color: #B7201C;
}
</style>
border-color css
<style>
span { border-color: #B7201C; }
span { border-color: rgb(183,32,28); }
td.TdClassName
{
border-color: #B7201C;
}
.TagClassName
{
border-color: #B7201C;
}
</style>