Shades of Fire Brick #B6201D
Tints of Fire Brick #B6201D
RGB
CMYK
RGB Variations
Color information
#B6201D (or 0xB6201D) is known color: Fire Brick. HEX triplet: B6, 20 and 1D. RGB value is (182,32,29). Sum of RGB (Red+Green+Blue) = 182+32+29=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B6201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6201D is #49DFE2. Grayscale: #4C4C4C. Windows color (decimal): -4841443 or 1908918. OLE color: 1908918.
HSL color Cylindrical-coordinate representation of color #B6201D: hue angle of 1.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6201D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 29 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.29 |
| HSL | 1.18º | 0.73% | 0.41% | - |
| HSV(B) | 1.18º | 0.84% | 0.71% | - |
| XYZ | 20.03 | 11.07 | 2.24 | - |
| YUV | 76.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 29 | 0 | 0.82 | 0.84 | 0.29 | 1.18 | 0.73 | 0.41 |
| Hex | B6 | 20 | 1D | 0 | 52 | 54 | 1D | 1 | 49 | 29 |
| Octal | 266 | 40 | 35 | 0 | 122 | 124 | 35 | 1 | 111 | 51 |
| Binary | 10110110 | 100000 | 11101 | 0 | 1010010 | 1010100 | 11101 | 1 | 1001001 | 101001 |
Color Harmonies of #B6201D
Complementary color
Monochromatic Colors of #B6201D
Black with #B6201D
Text Example
Text Example
White with #B6201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6201D; }
p { color: rgb(182,32,29); }
H1.HeaderClassName
{
color: #B6201D;
}
.AnyTagClassName
{
color: #B6201D;
}
</style>
background-color css
<style>
a { background-color: #B6201D; }
a { background-color: rgb(182,32,29); }
div.DivClassName
{
background-color: #B6201D;
}
.BgClassName
{
background-color: #B6201D;
}
</style>
border-color css
<style>
span { border-color: #B6201D; }
span { border-color: rgb(182,32,29); }
td.TdClassName
{
border-color: #B6201D;
}
.TagClassName
{
border-color: #B6201D;
}
</style>