Shades of Fire Brick #B7200C
Tints of Fire Brick #B7200C
RGB
CMYK
RGB Variations
Color information
#B7200C (or 0xB7200C) is known color: Fire Brick. HEX triplet: B7, 20 and 0C. RGB value is (183,32,12). Sum of RGB (Red+Green+Blue) = 183+32+12=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B7200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7200C is #48DFF3. Grayscale: #4B4B4B. Windows color (decimal): -4775924 or 794807. OLE color: 794807.
HSL color Cylindrical-coordinate representation of color #B7200C: hue angle of 7.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7200C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.28 |
| HSL | 7.02º | 0.88% | 0.38% | - |
| HSV(B) | 7.02º | 0.93% | 0.72% | - |
| XYZ | 20.11 | 11.13 | 1.44 | - |
| YUV | 74.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 12 | 0 | 0.83 | 0.93 | 0.28 | 7.02 | 0.88 | 0.38 |
| Hex | B7 | 20 | C | 0 | 53 | 5D | 1C | 7 | 58 | 26 |
| Octal | 267 | 40 | 14 | 0 | 123 | 135 | 34 | 7 | 130 | 46 |
| Binary | 10110111 | 100000 | 1100 | 0 | 1010011 | 1011101 | 11100 | 111 | 1011000 | 100110 |
Color Harmonies of #B7200C
Complementary color
Monochromatic Colors of #B7200C
Black with #B7200C
Text Example
Text Example
White with #B7200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7200C; }
p { color: rgb(183,32,12); }
H1.HeaderClassName
{
color: #B7200C;
}
.AnyTagClassName
{
color: #B7200C;
}
</style>
background-color css
<style>
a { background-color: #B7200C; }
a { background-color: rgb(183,32,12); }
div.DivClassName
{
background-color: #B7200C;
}
.BgClassName
{
background-color: #B7200C;
}
</style>
border-color css
<style>
span { border-color: #B7200C; }
span { border-color: rgb(183,32,12); }
td.TdClassName
{
border-color: #B7200C;
}
.TagClassName
{
border-color: #B7200C;
}
</style>