Shades of Fire Brick #B6211D
Tints of Fire Brick #B6211D
RGB
CMYK
RGB Variations
Color information
#B6211D (or 0xB6211D) is known color: Fire Brick. HEX triplet: B6, 21 and 1D. RGB value is (182,33,29). Sum of RGB (Red+Green+Blue) = 182+33+29=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B6211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6211D is #49DEE2. Grayscale: #4D4D4D. Windows color (decimal): -4841187 or 1909174. OLE color: 1909174.
HSL color Cylindrical-coordinate representation of color #B6211D: hue angle of 1.57º 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 #B6211D is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 29 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.29 |
| HSL | 1.57º | 0.73% | 0.41% | - |
| HSV(B) | 1.57º | 0.84% | 0.71% | - |
| XYZ | 20.06 | 11.12 | 2.25 | - |
| YUV | 77.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 29 | 0 | 0.82 | 0.84 | 0.29 | 1.57 | 0.73 | 0.41 |
| Hex | B6 | 21 | 1D | 0 | 52 | 54 | 1D | 2 | 49 | 29 |
| Octal | 266 | 41 | 35 | 0 | 122 | 124 | 35 | 2 | 111 | 51 |
| Binary | 10110110 | 100001 | 11101 | 0 | 1010010 | 1010100 | 11101 | 10 | 1001001 | 101001 |
Color Harmonies of #B6211D
Complementary color
Monochromatic Colors of #B6211D
Black with #B6211D
Text Example
Text Example
White with #B6211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6211D; }
p { color: rgb(182,33,29); }
H1.HeaderClassName
{
color: #B6211D;
}
.AnyTagClassName
{
color: #B6211D;
}
</style>
background-color css
<style>
a { background-color: #B6211D; }
a { background-color: rgb(182,33,29); }
div.DivClassName
{
background-color: #B6211D;
}
.BgClassName
{
background-color: #B6211D;
}
</style>
border-color css
<style>
span { border-color: #B6211D; }
span { border-color: rgb(182,33,29); }
td.TdClassName
{
border-color: #B6211D;
}
.TagClassName
{
border-color: #B6211D;
}
</style>