Shades of Fire Brick #A6120A
Tints of Fire Brick #A6120A
RGB
CMYK
RGB Variations
Color information
#A6120A (or 0xA6120A) is known color: Fire Brick. HEX triplet: A6, 12 and 0A. RGB value is (166,18,10). Sum of RGB (Red+Green+Blue) = 166+18+10=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A6120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6120A is #59EDF5. Grayscale: #3D3D3D. Windows color (decimal): -5893622 or 660134. OLE color: 660134.
HSL color Cylindrical-coordinate representation of color #A6120A: hue angle of 3.08º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6120A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 10 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.35 |
| HSL | 3.08º | 0.89% | 0.35% | - |
| HSV(B) | 3.08º | 0.94% | 0.65% | - |
| XYZ | 16 | 8.56 | 1.1 | - |
| YUV | 61.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 10 | 0 | 0.89 | 0.94 | 0.35 | 3.08 | 0.89 | 0.35 |
| Hex | A6 | 12 | A | 0 | 59 | 5E | 23 | 3 | 59 | 23 |
| Octal | 246 | 22 | 12 | 0 | 131 | 136 | 43 | 3 | 131 | 43 |
| Binary | 10100110 | 10010 | 1010 | 0 | 1011001 | 1011110 | 100011 | 11 | 1011001 | 100011 |
Color Harmonies of #A6120A
Complementary color
Monochromatic Colors of #A6120A
Black with #A6120A
Text Example
Text Example
White with #A6120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6120A; }
p { color: rgb(166,18,10); }
H1.HeaderClassName
{
color: #A6120A;
}
.AnyTagClassName
{
color: #A6120A;
}
</style>
background-color css
<style>
a { background-color: #A6120A; }
a { background-color: rgb(166,18,10); }
div.DivClassName
{
background-color: #A6120A;
}
.BgClassName
{
background-color: #A6120A;
}
</style>
border-color css
<style>
span { border-color: #A6120A; }
span { border-color: rgb(166,18,10); }
td.TdClassName
{
border-color: #A6120A;
}
.TagClassName
{
border-color: #A6120A;
}
</style>