Shades of Fire Brick #A02206
Tints of Fire Brick #A02206
RGB
CMYK
RGB Variations
Color information
#A02206 (or 0xA02206) is known color: Fire Brick. HEX triplet: A0, 22 and 06. RGB value is (160,34,6). Sum of RGB (Red+Green+Blue) = 160+34+6=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A02206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02206 is #5FDDF9. Grayscale: #444444. Windows color (decimal): -6282746 or 402080. OLE color: 402080.
HSL color Cylindrical-coordinate representation of color #A02206: hue angle of 10.91º 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 #A02206 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 6 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.37 |
| HSL | 10.91º | 0.93% | 0.33% | - |
| HSV(B) | 10.91º | 0.96% | 0.63% | - |
| XYZ | 15.1 | 8.63 | 1.04 | - |
| YUV | 68.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 6 | 0 | 0.79 | 0.96 | 0.37 | 10.91 | 0.93 | 0.33 |
| Hex | A0 | 22 | 6 | 0 | 4F | 60 | 25 | B | 5D | 21 |
| Octal | 240 | 42 | 6 | 0 | 117 | 140 | 45 | 13 | 135 | 41 |
| Binary | 10100000 | 100010 | 110 | 0 | 1001111 | 1100000 | 100101 | 1011 | 1011101 | 100001 |
Color Harmonies of #A02206
Complementary color
Monochromatic Colors of #A02206
Black with #A02206
Text Example
Text Example
White with #A02206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02206; }
p { color: rgb(160,34,6); }
H1.HeaderClassName
{
color: #A02206;
}
.AnyTagClassName
{
color: #A02206;
}
</style>
background-color css
<style>
a { background-color: #A02206; }
a { background-color: rgb(160,34,6); }
div.DivClassName
{
background-color: #A02206;
}
.BgClassName
{
background-color: #A02206;
}
</style>
border-color css
<style>
span { border-color: #A02206; }
span { border-color: rgb(160,34,6); }
td.TdClassName
{
border-color: #A02206;
}
.TagClassName
{
border-color: #A02206;
}
</style>