Shades of Fire Brick #A6160B
Tints of Fire Brick #A6160B
RGB
CMYK
RGB Variations
Color information
#A6160B (or 0xA6160B) is known color: Fire Brick. HEX triplet: A6, 16 and 0B. RGB value is (166,22,11). Sum of RGB (Red+Green+Blue) = 166+22+11=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A6160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6160B is #59E9F4. Grayscale: #3F3F3F. Windows color (decimal): -5892597 or 726694. OLE color: 726694.
HSL color Cylindrical-coordinate representation of color #A6160B: hue angle of 4.26º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6160B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 11 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.35 |
| HSL | 4.26º | 0.88% | 0.35% | - |
| HSV(B) | 4.26º | 0.93% | 0.65% | - |
| XYZ | 16.07 | 8.7 | 1.15 | - |
| YUV | 63.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 11 | 0 | 0.87 | 0.93 | 0.35 | 4.26 | 0.88 | 0.35 |
| Hex | A6 | 16 | B | 0 | 57 | 5D | 23 | 4 | 58 | 23 |
| Octal | 246 | 26 | 13 | 0 | 127 | 135 | 43 | 4 | 130 | 43 |
| Binary | 10100110 | 10110 | 1011 | 0 | 1010111 | 1011101 | 100011 | 100 | 1011000 | 100011 |
Color Harmonies of #A6160B
Complementary color
Monochromatic Colors of #A6160B
Black with #A6160B
Text Example
Text Example
White with #A6160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6160B; }
p { color: rgb(166,22,11); }
H1.HeaderClassName
{
color: #A6160B;
}
.AnyTagClassName
{
color: #A6160B;
}
</style>
background-color css
<style>
a { background-color: #A6160B; }
a { background-color: rgb(166,22,11); }
div.DivClassName
{
background-color: #A6160B;
}
.BgClassName
{
background-color: #A6160B;
}
</style>
border-color css
<style>
span { border-color: #A6160B; }
span { border-color: rgb(166,22,11); }
td.TdClassName
{
border-color: #A6160B;
}
.TagClassName
{
border-color: #A6160B;
}
</style>