Shades of Fire Brick #B6200E
Tints of Fire Brick #B6200E
RGB
CMYK
RGB Variations
Color information
#B6200E (or 0xB6200E) is known color: Fire Brick. HEX triplet: B6, 20 and 0E. RGB value is (182,32,14). Sum of RGB (Red+Green+Blue) = 182+32+14=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B6200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6200E is #49DFF1. Grayscale: #4B4B4B. Windows color (decimal): -4841458 or 925878. OLE color: 925878.
HSL color Cylindrical-coordinate representation of color #B6200E: hue angle of 6.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6200E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.29 |
| HSL | 6.43º | 0.86% | 0.38% | - |
| HSV(B) | 6.43º | 0.92% | 0.71% | - |
| XYZ | 19.89 | 11.01 | 1.49 | - |
| YUV | 74.8 | 93.7 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 14 | 0 | 0.82 | 0.92 | 0.29 | 6.43 | 0.86 | 0.38 |
| Hex | B6 | 20 | E | 0 | 52 | 5C | 1D | 6 | 56 | 26 |
| Octal | 266 | 40 | 16 | 0 | 122 | 134 | 35 | 6 | 126 | 46 |
| Binary | 10110110 | 100000 | 1110 | 0 | 1010010 | 1011100 | 11101 | 110 | 1010110 | 100110 |
Color Harmonies of #B6200E
Complementary color
Monochromatic Colors of #B6200E
Black with #B6200E
Text Example
Text Example
White with #B6200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6200E; }
p { color: rgb(182,32,14); }
H1.HeaderClassName
{
color: #B6200E;
}
.AnyTagClassName
{
color: #B6200E;
}
</style>
background-color css
<style>
a { background-color: #B6200E; }
a { background-color: rgb(182,32,14); }
div.DivClassName
{
background-color: #B6200E;
}
.BgClassName
{
background-color: #B6200E;
}
</style>
border-color css
<style>
span { border-color: #B6200E; }
span { border-color: rgb(182,32,14); }
td.TdClassName
{
border-color: #B6200E;
}
.TagClassName
{
border-color: #B6200E;
}
</style>