Shades of Fire Brick #A02007
Tints of Fire Brick #A02007
RGB
CMYK
RGB Variations
Color information
#A02007 (or 0xA02007) is known color: Fire Brick. HEX triplet: A0, 20 and 07. RGB value is (160,32,7). Sum of RGB (Red+Green+Blue) = 160+32+7=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A02007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02007 is #5FDFF8. Grayscale: #434343. Windows color (decimal): -6283257 or 467104. OLE color: 467104.
HSL color Cylindrical-coordinate representation of color #A02007: hue angle of 9.8º degrees, saturation: 0.92, 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 #A02007 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.37 |
| HSL | 9.8º | 0.92% | 0.33% | - |
| HSV(B) | 9.8º | 0.96% | 0.63% | - |
| XYZ | 15.05 | 8.52 | 1.05 | - |
| YUV | 67.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 7 | 0 | 0.80 | 0.96 | 0.37 | 9.8 | 0.92 | 0.33 |
| Hex | A0 | 20 | 7 | 0 | 50 | 60 | 25 | A | 5C | 21 |
| Octal | 240 | 40 | 7 | 0 | 120 | 140 | 45 | 12 | 134 | 41 |
| Binary | 10100000 | 100000 | 111 | 0 | 1010000 | 1100000 | 100101 | 1010 | 1011100 | 100001 |
Color Harmonies of #A02007
Complementary color
Monochromatic Colors of #A02007
Black with #A02007
Text Example
Text Example
White with #A02007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02007; }
p { color: rgb(160,32,7); }
H1.HeaderClassName
{
color: #A02007;
}
.AnyTagClassName
{
color: #A02007;
}
</style>
background-color css
<style>
a { background-color: #A02007; }
a { background-color: rgb(160,32,7); }
div.DivClassName
{
background-color: #A02007;
}
.BgClassName
{
background-color: #A02007;
}
</style>
border-color css
<style>
span { border-color: #A02007; }
span { border-color: rgb(160,32,7); }
td.TdClassName
{
border-color: #A02007;
}
.TagClassName
{
border-color: #A02007;
}
</style>