Shades of Fire Brick #A6180E
Tints of Fire Brick #A6180E
RGB
CMYK
RGB Variations
Color information
#A6180E (or 0xA6180E) is known color: Fire Brick. HEX triplet: A6, 18 and 0E. RGB value is (166,24,14). Sum of RGB (Red+Green+Blue) = 166+24+14=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A6180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6180E is #59E7F1. Grayscale: #414141. Windows color (decimal): -5892082 or 923814. OLE color: 923814.
HSL color Cylindrical-coordinate representation of color #A6180E: hue angle of 3.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6180E is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 14 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.35 |
| HSL | 3.95º | 0.84% | 0.35% | - |
| HSV(B) | 3.95º | 0.92% | 0.65% | - |
| XYZ | 16.13 | 8.79 | 1.26 | - |
| YUV | 65.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 14 | 0 | 0.86 | 0.92 | 0.35 | 3.95 | 0.84 | 0.35 |
| Hex | A6 | 18 | E | 0 | 56 | 5C | 23 | 4 | 54 | 23 |
| Octal | 246 | 30 | 16 | 0 | 126 | 134 | 43 | 4 | 124 | 43 |
| Binary | 10100110 | 11000 | 1110 | 0 | 1010110 | 1011100 | 100011 | 100 | 1010100 | 100011 |
Color Harmonies of #A6180E
Complementary color
Monochromatic Colors of #A6180E
Black with #A6180E
Text Example
Text Example
White with #A6180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6180E; }
p { color: rgb(166,24,14); }
H1.HeaderClassName
{
color: #A6180E;
}
.AnyTagClassName
{
color: #A6180E;
}
</style>
background-color css
<style>
a { background-color: #A6180E; }
a { background-color: rgb(166,24,14); }
div.DivClassName
{
background-color: #A6180E;
}
.BgClassName
{
background-color: #A6180E;
}
</style>
border-color css
<style>
span { border-color: #A6180E; }
span { border-color: rgb(166,24,14); }
td.TdClassName
{
border-color: #A6180E;
}
.TagClassName
{
border-color: #A6180E;
}
</style>