Shades of Fire Brick #A92006
Tints of Fire Brick #A92006
RGB
CMYK
RGB Variations
Color information
#A92006 (or 0xA92006) is known color: Fire Brick. HEX triplet: A9, 20 and 06. RGB value is (169,32,6). Sum of RGB (Red+Green+Blue) = 169+32+6=207 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.64% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 169 - color contains mainly: red. Hex color #A92006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92006 is #56DFF9. Grayscale: #464646. Windows color (decimal): -5693434 or 401577. OLE color: 401577.
HSL color Cylindrical-coordinate representation of color #A92006: hue angle of 9.57º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A92006 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 6 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.34 |
| HSL | 9.57º | 0.93% | 0.34% | - |
| HSV(B) | 9.57º | 0.96% | 0.66% | - |
| XYZ | 16.91 | 9.48 | 1.11 | - |
| YUV | 70 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 6 | 0 | 0.81 | 0.96 | 0.34 | 9.57 | 0.93 | 0.34 |
| Hex | A9 | 20 | 6 | 0 | 51 | 60 | 22 | A | 5D | 22 |
| Octal | 251 | 40 | 6 | 0 | 121 | 140 | 42 | 12 | 135 | 42 |
| Binary | 10101001 | 100000 | 110 | 0 | 1010001 | 1100000 | 100010 | 1010 | 1011101 | 100010 |
Color Harmonies of #A92006
Complementary color
Monochromatic Colors of #A92006
Black with #A92006
Text Example
Text Example
White with #A92006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92006; }
p { color: rgb(169,32,6); }
H1.HeaderClassName
{
color: #A92006;
}
.AnyTagClassName
{
color: #A92006;
}
</style>
background-color css
<style>
a { background-color: #A92006; }
a { background-color: rgb(169,32,6); }
div.DivClassName
{
background-color: #A92006;
}
.BgClassName
{
background-color: #A92006;
}
</style>
border-color css
<style>
span { border-color: #A92006; }
span { border-color: rgb(169,32,6); }
td.TdClassName
{
border-color: #A92006;
}
.TagClassName
{
border-color: #A92006;
}
</style>