Shades of Fire Brick #B6211F
Tints of Fire Brick #B6211F
RGB
CMYK
RGB Variations
Color information
#B6211F (or 0xB6211F) is known color: Fire Brick. HEX triplet: B6, 21 and 1F. RGB value is (182,33,31). Sum of RGB (Red+Green+Blue) = 182+33+31=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6211F is #49DEE0. Grayscale: #4D4D4D. Windows color (decimal): -4841185 or 2040246. OLE color: 2040246.
HSL color Cylindrical-coordinate representation of color #B6211F: hue angle of 0.79º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6211F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 31 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.29 |
| HSL | 0.79º | 0.71% | 0.42% | - |
| HSV(B) | 0.79º | 0.83% | 0.71% | - |
| XYZ | 20.08 | 11.13 | 2.39 | - |
| YUV | 77.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 31 | 0 | 0.82 | 0.83 | 0.29 | 0.79 | 0.71 | 0.42 |
| Hex | B6 | 21 | 1F | 0 | 52 | 53 | 1D | 1 | 47 | 2A |
| Octal | 266 | 41 | 37 | 0 | 122 | 123 | 35 | 1 | 107 | 52 |
| Binary | 10110110 | 100001 | 11111 | 0 | 1010010 | 1010011 | 11101 | 1 | 1000111 | 101010 |
Color Harmonies of #B6211F
Complementary color
Monochromatic Colors of #B6211F
Black with #B6211F
Text Example
Text Example
White with #B6211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6211F; }
p { color: rgb(182,33,31); }
H1.HeaderClassName
{
color: #B6211F;
}
.AnyTagClassName
{
color: #B6211F;
}
</style>
background-color css
<style>
a { background-color: #B6211F; }
a { background-color: rgb(182,33,31); }
div.DivClassName
{
background-color: #B6211F;
}
.BgClassName
{
background-color: #B6211F;
}
</style>
border-color css
<style>
span { border-color: #B6211F; }
span { border-color: rgb(182,33,31); }
td.TdClassName
{
border-color: #B6211F;
}
.TagClassName
{
border-color: #B6211F;
}
</style>