Shades of Fire Brick #A6260A
Tints of Fire Brick #A6260A
RGB
CMYK
RGB Variations
Color information
#A6260A (or 0xA6260A) is known color: Fire Brick. HEX triplet: A6, 26 and 0A. RGB value is (166,38,10). Sum of RGB (Red+Green+Blue) = 166+38+10=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6260A is #59D9F5. Grayscale: #494949. Windows color (decimal): -5888502 or 665254. OLE color: 665254.
HSL color Cylindrical-coordinate representation of color #A6260A: hue angle of 10.77º 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 #A6260A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.35 |
| HSL | 10.77º | 0.89% | 0.35% | - |
| HSV(B) | 10.77º | 0.94% | 0.65% | - |
| XYZ | 16.47 | 9.52 | 1.26 | - |
| YUV | 73.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 10 | 0 | 0.77 | 0.94 | 0.35 | 10.77 | 0.89 | 0.35 |
| Hex | A6 | 26 | A | 0 | 4D | 5E | 23 | B | 59 | 23 |
| Octal | 246 | 46 | 12 | 0 | 115 | 136 | 43 | 13 | 131 | 43 |
| Binary | 10100110 | 100110 | 1010 | 0 | 1001101 | 1011110 | 100011 | 1011 | 1011001 | 100011 |
Color Harmonies of #A6260A
Complementary color
Monochromatic Colors of #A6260A
Black with #A6260A
Text Example
Text Example
White with #A6260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6260A; }
p { color: rgb(166,38,10); }
H1.HeaderClassName
{
color: #A6260A;
}
.AnyTagClassName
{
color: #A6260A;
}
</style>
background-color css
<style>
a { background-color: #A6260A; }
a { background-color: rgb(166,38,10); }
div.DivClassName
{
background-color: #A6260A;
}
.BgClassName
{
background-color: #A6260A;
}
</style>
border-color css
<style>
span { border-color: #A6260A; }
span { border-color: rgb(166,38,10); }
td.TdClassName
{
border-color: #A6260A;
}
.TagClassName
{
border-color: #A6260A;
}
</style>