Shades of Fire Brick #B6200D
Tints of Fire Brick #B6200D
RGB
CMYK
RGB Variations
Color information
#B6200D (or 0xB6200D) is known color: Fire Brick. HEX triplet: B6, 20 and 0D. RGB value is (182,32,13). Sum of RGB (Red+Green+Blue) = 182+32+13=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B6200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6200D is #49DFF2. Grayscale: #4A4A4A. Windows color (decimal): -4841459 or 860342. OLE color: 860342.
HSL color Cylindrical-coordinate representation of color #B6200D: hue angle of 6.75º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6200D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.29 |
| HSL | 6.75º | 0.87% | 0.38% | - |
| HSV(B) | 6.75º | 0.93% | 0.71% | - |
| XYZ | 19.88 | 11.01 | 1.46 | - |
| YUV | 74.68 | 93.2 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 13 | 0 | 0.82 | 0.93 | 0.29 | 6.75 | 0.87 | 0.38 |
| Hex | B6 | 20 | D | 0 | 52 | 5D | 1D | 7 | 57 | 26 |
| Octal | 266 | 40 | 15 | 0 | 122 | 135 | 35 | 7 | 127 | 46 |
| Binary | 10110110 | 100000 | 1101 | 0 | 1010010 | 1011101 | 11101 | 111 | 1010111 | 100110 |
Color Harmonies of #B6200D
Complementary color
Monochromatic Colors of #B6200D
Black with #B6200D
Text Example
Text Example
White with #B6200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6200D; }
p { color: rgb(182,32,13); }
H1.HeaderClassName
{
color: #B6200D;
}
.AnyTagClassName
{
color: #B6200D;
}
</style>
background-color css
<style>
a { background-color: #B6200D; }
a { background-color: rgb(182,32,13); }
div.DivClassName
{
background-color: #B6200D;
}
.BgClassName
{
background-color: #B6200D;
}
</style>
border-color css
<style>
span { border-color: #B6200D; }
span { border-color: rgb(182,32,13); }
td.TdClassName
{
border-color: #B6200D;
}
.TagClassName
{
border-color: #B6200D;
}
</style>