Shades of Fire Brick #A71A06
Tints of Fire Brick #A71A06
RGB
CMYK
RGB Variations
Color information
#A71A06 (or 0xA71A06) is known color: Fire Brick. HEX triplet: A7, 1A and 06. RGB value is (167,26,6). Sum of RGB (Red+Green+Blue) = 167+26+6=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71A06 is #58E5F9. Grayscale: #424242. Windows color (decimal): -5826042 or 400039. OLE color: 400039.
HSL color Cylindrical-coordinate representation of color #A71A06: hue angle of 7.45º 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 #A71A06 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 26 | 6 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.35 |
| HSL | 7.45º | 0.93% | 0.34% | - |
| HSV(B) | 7.45º | 0.96% | 0.65% | - |
| XYZ | 16.34 | 8.97 | 1.04 | - |
| YUV | 65.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 26 | 6 | 0 | 0.84 | 0.96 | 0.35 | 7.45 | 0.93 | 0.34 |
| Hex | A7 | 1A | 6 | 0 | 54 | 60 | 23 | 7 | 5D | 22 |
| Octal | 247 | 32 | 6 | 0 | 124 | 140 | 43 | 7 | 135 | 42 |
| Binary | 10100111 | 11010 | 110 | 0 | 1010100 | 1100000 | 100011 | 111 | 1011101 | 100010 |
Color Harmonies of #A71A06
Complementary color
Monochromatic Colors of #A71A06
Black with #A71A06
Text Example
Text Example
White with #A71A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71A06; }
p { color: rgb(167,26,6); }
H1.HeaderClassName
{
color: #A71A06;
}
.AnyTagClassName
{
color: #A71A06;
}
</style>
background-color css
<style>
a { background-color: #A71A06; }
a { background-color: rgb(167,26,6); }
div.DivClassName
{
background-color: #A71A06;
}
.BgClassName
{
background-color: #A71A06;
}
</style>
border-color css
<style>
span { border-color: #A71A06; }
span { border-color: rgb(167,26,6); }
td.TdClassName
{
border-color: #A71A06;
}
.TagClassName
{
border-color: #A71A06;
}
</style>