Shades of Fire Brick #A62406
Tints of Fire Brick #A62406
RGB
CMYK
RGB Variations
Color information
#A62406 (or 0xA62406) is known color: Fire Brick. HEX triplet: A6, 24 and 06. RGB value is (166,36,6). Sum of RGB (Red+Green+Blue) = 166+36+6=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A62406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62406 is #59DBF9. Grayscale: #474747. Windows color (decimal): -5889018 or 402598. OLE color: 402598.
HSL color Cylindrical-coordinate representation of color #A62406: hue angle of 11.25º 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 #A62406 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 6 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.35 |
| HSL | 11.25º | 0.93% | 0.34% | - |
| HSV(B) | 11.25º | 0.96% | 0.65% | - |
| XYZ | 16.39 | 9.38 | 1.12 | - |
| YUV | 71.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 6 | 0 | 0.78 | 0.96 | 0.35 | 11.25 | 0.93 | 0.34 |
| Hex | A6 | 24 | 6 | 0 | 4E | 60 | 23 | B | 5D | 22 |
| Octal | 246 | 44 | 6 | 0 | 116 | 140 | 43 | 13 | 135 | 42 |
| Binary | 10100110 | 100100 | 110 | 0 | 1001110 | 1100000 | 100011 | 1011 | 1011101 | 100010 |
Color Harmonies of #A62406
Complementary color
Monochromatic Colors of #A62406
Black with #A62406
Text Example
Text Example
White with #A62406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62406; }
p { color: rgb(166,36,6); }
H1.HeaderClassName
{
color: #A62406;
}
.AnyTagClassName
{
color: #A62406;
}
</style>
background-color css
<style>
a { background-color: #A62406; }
a { background-color: rgb(166,36,6); }
div.DivClassName
{
background-color: #A62406;
}
.BgClassName
{
background-color: #A62406;
}
</style>
border-color css
<style>
span { border-color: #A62406; }
span { border-color: rgb(166,36,6); }
td.TdClassName
{
border-color: #A62406;
}
.TagClassName
{
border-color: #A62406;
}
</style>