Shades of Fire Brick #B6201B
Tints of Fire Brick #B6201B
RGB
CMYK
RGB Variations
Color information
#B6201B (or 0xB6201B) is known color: Fire Brick. HEX triplet: B6, 20 and 1B. RGB value is (182,32,27). Sum of RGB (Red+Green+Blue) = 182+32+27=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B6201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6201B is #49DFE4. Grayscale: #4C4C4C. Windows color (decimal): -4841445 or 1777846. OLE color: 1777846.
HSL color Cylindrical-coordinate representation of color #B6201B: hue angle of 1.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6201B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 27 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.29 |
| HSL | 1.94º | 0.74% | 0.41% | - |
| HSV(B) | 1.94º | 0.85% | 0.71% | - |
| XYZ | 20.01 | 11.06 | 2.12 | - |
| YUV | 76.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 27 | 0 | 0.82 | 0.85 | 0.29 | 1.94 | 0.74 | 0.41 |
| Hex | B6 | 20 | 1B | 0 | 52 | 55 | 1D | 2 | 4A | 29 |
| Octal | 266 | 40 | 33 | 0 | 122 | 125 | 35 | 2 | 112 | 51 |
| Binary | 10110110 | 100000 | 11011 | 0 | 1010010 | 1010101 | 11101 | 10 | 1001010 | 101001 |
Color Harmonies of #B6201B
Complementary color
Monochromatic Colors of #B6201B
Black with #B6201B
Text Example
Text Example
White with #B6201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6201B; }
p { color: rgb(182,32,27); }
H1.HeaderClassName
{
color: #B6201B;
}
.AnyTagClassName
{
color: #B6201B;
}
</style>
background-color css
<style>
a { background-color: #B6201B; }
a { background-color: rgb(182,32,27); }
div.DivClassName
{
background-color: #B6201B;
}
.BgClassName
{
background-color: #B6201B;
}
</style>
border-color css
<style>
span { border-color: #B6201B; }
span { border-color: rgb(182,32,27); }
td.TdClassName
{
border-color: #B6201B;
}
.TagClassName
{
border-color: #B6201B;
}
</style>