Shades of Fire Brick #A61D06
Tints of Fire Brick #A61D06
RGB
CMYK
RGB Variations
Color information
#A61D06 (or 0xA61D06) is known color: Fire Brick. HEX triplet: A6, 1D and 06. RGB value is (166,29,6). Sum of RGB (Red+Green+Blue) = 166+29+6=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A61D06 is #59E2F9. Grayscale: #434343. Windows color (decimal): -5890810 or 400806. OLE color: 400806.
HSL color Cylindrical-coordinate representation of color #A61D06: hue angle of 8.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A61D06 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 6 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.35 |
| HSL | 8.63º | 0.93% | 0.34% | - |
| HSV(B) | 8.63º | 0.96% | 0.65% | - |
| XYZ | 16.2 | 9 | 1.06 | - |
| YUV | 67.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 6 | 0 | 0.83 | 0.96 | 0.35 | 8.63 | 0.93 | 0.34 |
| Hex | A6 | 1D | 6 | 0 | 53 | 60 | 23 | 9 | 5D | 22 |
| Octal | 246 | 35 | 6 | 0 | 123 | 140 | 43 | 11 | 135 | 42 |
| Binary | 10100110 | 11101 | 110 | 0 | 1010011 | 1100000 | 100011 | 1001 | 1011101 | 100010 |
Color Harmonies of #A61D06
Complementary color
Monochromatic Colors of #A61D06
Black with #A61D06
Text Example
Text Example
White with #A61D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D06; }
p { color: rgb(166,29,6); }
H1.HeaderClassName
{
color: #A61D06;
}
.AnyTagClassName
{
color: #A61D06;
}
</style>
background-color css
<style>
a { background-color: #A61D06; }
a { background-color: rgb(166,29,6); }
div.DivClassName
{
background-color: #A61D06;
}
.BgClassName
{
background-color: #A61D06;
}
</style>
border-color css
<style>
span { border-color: #A61D06; }
span { border-color: rgb(166,29,6); }
td.TdClassName
{
border-color: #A61D06;
}
.TagClassName
{
border-color: #A61D06;
}
</style>