Shades of Fire Brick #A71C06
Tints of Fire Brick #A71C06
RGB
CMYK
RGB Variations
Color information
#A71C06 (or 0xA71C06) is known color: Fire Brick. HEX triplet: A7, 1C and 06. RGB value is (167,28,6). Sum of RGB (Red+Green+Blue) = 167+28+6=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C06 is #58E3F9. Grayscale: #434343. Windows color (decimal): -5825530 or 400551. OLE color: 400551.
HSL color Cylindrical-coordinate representation of color #A71C06: hue angle of 8.2º 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 #A71C06 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 6 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.35 |
| HSL | 8.2º | 0.93% | 0.34% | - |
| HSV(B) | 8.2º | 0.96% | 0.65% | - |
| XYZ | 16.38 | 9.06 | 1.06 | - |
| YUV | 67.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 6 | 0 | 0.83 | 0.96 | 0.35 | 8.2 | 0.93 | 0.34 |
| Hex | A7 | 1C | 6 | 0 | 53 | 60 | 23 | 8 | 5D | 22 |
| Octal | 247 | 34 | 6 | 0 | 123 | 140 | 43 | 10 | 135 | 42 |
| Binary | 10100111 | 11100 | 110 | 0 | 1010011 | 1100000 | 100011 | 1000 | 1011101 | 100010 |
Color Harmonies of #A71C06
Complementary color
Monochromatic Colors of #A71C06
Black with #A71C06
Text Example
Text Example
White with #A71C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C06; }
p { color: rgb(167,28,6); }
H1.HeaderClassName
{
color: #A71C06;
}
.AnyTagClassName
{
color: #A71C06;
}
</style>
background-color css
<style>
a { background-color: #A71C06; }
a { background-color: rgb(167,28,6); }
div.DivClassName
{
background-color: #A71C06;
}
.BgClassName
{
background-color: #A71C06;
}
</style>
border-color css
<style>
span { border-color: #A71C06; }
span { border-color: rgb(167,28,6); }
td.TdClassName
{
border-color: #A71C06;
}
.TagClassName
{
border-color: #A71C06;
}
</style>