Shades of Fire Brick #A71D0E
Tints of Fire Brick #A71D0E
RGB
CMYK
RGB Variations
Color information
#A71D0E (or 0xA71D0E) is known color: Fire Brick. HEX triplet: A7, 1D and 0E. RGB value is (167,29,14). Sum of RGB (Red+Green+Blue) = 167+29+14=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71D0E is #58E2F1. Grayscale: #444444. Windows color (decimal): -5825266 or 925095. OLE color: 925095.
HSL color Cylindrical-coordinate representation of color #A71D0E: hue angle of 5.88º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A71D0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.35 |
| HSL | 5.88º | 0.85% | 0.35% | - |
| HSV(B) | 5.88º | 0.92% | 0.65% | - |
| XYZ | 16.45 | 9.13 | 1.31 | - |
| YUV | 68.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 14 | 0 | 0.83 | 0.92 | 0.35 | 5.88 | 0.85 | 0.35 |
| Hex | A7 | 1D | E | 0 | 53 | 5C | 23 | 6 | 55 | 23 |
| Octal | 247 | 35 | 16 | 0 | 123 | 134 | 43 | 6 | 125 | 43 |
| Binary | 10100111 | 11101 | 1110 | 0 | 1010011 | 1011100 | 100011 | 110 | 1010101 | 100011 |
Color Harmonies of #A71D0E
Complementary color
Monochromatic Colors of #A71D0E
Black with #A71D0E
Text Example
Text Example
White with #A71D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D0E; }
p { color: rgb(167,29,14); }
H1.HeaderClassName
{
color: #A71D0E;
}
.AnyTagClassName
{
color: #A71D0E;
}
</style>
background-color css
<style>
a { background-color: #A71D0E; }
a { background-color: rgb(167,29,14); }
div.DivClassName
{
background-color: #A71D0E;
}
.BgClassName
{
background-color: #A71D0E;
}
</style>
border-color css
<style>
span { border-color: #A71D0E; }
span { border-color: rgb(167,29,14); }
td.TdClassName
{
border-color: #A71D0E;
}
.TagClassName
{
border-color: #A71D0E;
}
</style>