Shades of Fire Brick #A02006
Tints of Fire Brick #A02006
RGB
CMYK
RGB Variations
Color information
#A02006 (or 0xA02006) is known color: Fire Brick. HEX triplet: A0, 20 and 06. RGB value is (160,32,6). Sum of RGB (Red+Green+Blue) = 160+32+6=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A02006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02006 is #5FDFF9. Grayscale: #434343. Windows color (decimal): -6283258 or 401568. OLE color: 401568.
HSL color Cylindrical-coordinate representation of color #A02006: hue angle of 10.13º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02006 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 6 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.37 |
| HSL | 10.13º | 0.93% | 0.33% | - |
| HSV(B) | 10.13º | 0.96% | 0.63% | - |
| XYZ | 15.05 | 8.52 | 1.02 | - |
| YUV | 67.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 6 | 0 | 0.80 | 0.96 | 0.37 | 10.13 | 0.93 | 0.33 |
| Hex | A0 | 20 | 6 | 0 | 50 | 60 | 25 | A | 5D | 21 |
| Octal | 240 | 40 | 6 | 0 | 120 | 140 | 45 | 12 | 135 | 41 |
| Binary | 10100000 | 100000 | 110 | 0 | 1010000 | 1100000 | 100101 | 1010 | 1011101 | 100001 |
Color Harmonies of #A02006
Complementary color
Monochromatic Colors of #A02006
Black with #A02006
Text Example
Text Example
White with #A02006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02006; }
p { color: rgb(160,32,6); }
H1.HeaderClassName
{
color: #A02006;
}
.AnyTagClassName
{
color: #A02006;
}
</style>
background-color css
<style>
a { background-color: #A02006; }
a { background-color: rgb(160,32,6); }
div.DivClassName
{
background-color: #A02006;
}
.BgClassName
{
background-color: #A02006;
}
</style>
border-color css
<style>
span { border-color: #A02006; }
span { border-color: rgb(160,32,6); }
td.TdClassName
{
border-color: #A02006;
}
.TagClassName
{
border-color: #A02006;
}
</style>