Shades of Fire Brick #A6100C
Tints of Fire Brick #A6100C
RGB
CMYK
RGB Variations
Color information
#A6100C (or 0xA6100C) is known color: Fire Brick. HEX triplet: A6, 10 and 0C. RGB value is (166,16,12). Sum of RGB (Red+Green+Blue) = 166+16+12=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A6100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6100C is #59EFF3. Grayscale: #3C3C3C. Windows color (decimal): -5894132 or 790694. OLE color: 790694.
HSL color Cylindrical-coordinate representation of color #A6100C: hue angle of 1.56º degrees, saturation: 0.87, 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 #A6100C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 12 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.35 |
| HSL | 1.56º | 0.87% | 0.35% | - |
| HSV(B) | 1.56º | 0.93% | 0.65% | - |
| XYZ | 15.98 | 8.5 | 1.15 | - |
| YUV | 60.39 | 100.7 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 12 | 0 | 0.90 | 0.93 | 0.35 | 1.56 | 0.87 | 0.35 |
| Hex | A6 | 10 | C | 0 | 5A | 5D | 23 | 2 | 57 | 23 |
| Octal | 246 | 20 | 14 | 0 | 132 | 135 | 43 | 2 | 127 | 43 |
| Binary | 10100110 | 10000 | 1100 | 0 | 1011010 | 1011101 | 100011 | 10 | 1010111 | 100011 |
Color Harmonies of #A6100C
Complementary color
Monochromatic Colors of #A6100C
Black with #A6100C
Text Example
Text Example
White with #A6100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6100C; }
p { color: rgb(166,16,12); }
H1.HeaderClassName
{
color: #A6100C;
}
.AnyTagClassName
{
color: #A6100C;
}
</style>
background-color css
<style>
a { background-color: #A6100C; }
a { background-color: rgb(166,16,12); }
div.DivClassName
{
background-color: #A6100C;
}
.BgClassName
{
background-color: #A6100C;
}
</style>
border-color css
<style>
span { border-color: #A6100C; }
span { border-color: rgb(166,16,12); }
td.TdClassName
{
border-color: #A6100C;
}
.TagClassName
{
border-color: #A6100C;
}
</style>