Shades of Fire Brick #A71C0C
Tints of Fire Brick #A71C0C
RGB
CMYK
RGB Variations
Color information
#A71C0C (or 0xA71C0C) is known color: Fire Brick. HEX triplet: A7, 1C and 0C. RGB value is (167,28,12). Sum of RGB (Red+Green+Blue) = 167+28+12=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C0C is #58E3F3. Grayscale: #434343. Windows color (decimal): -5825524 or 793767. OLE color: 793767.
HSL color Cylindrical-coordinate representation of color #A71C0C: hue angle of 6.19º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A71C0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.35 |
| HSL | 6.19º | 0.87% | 0.35% | - |
| HSV(B) | 6.19º | 0.93% | 0.65% | - |
| XYZ | 16.42 | 9.07 | 1.23 | - |
| YUV | 67.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 12 | 0 | 0.83 | 0.93 | 0.35 | 6.19 | 0.87 | 0.35 |
| Hex | A7 | 1C | C | 0 | 53 | 5D | 23 | 6 | 57 | 23 |
| Octal | 247 | 34 | 14 | 0 | 123 | 135 | 43 | 6 | 127 | 43 |
| Binary | 10100111 | 11100 | 1100 | 0 | 1010011 | 1011101 | 100011 | 110 | 1010111 | 100011 |
Color Harmonies of #A71C0C
Complementary color
Monochromatic Colors of #A71C0C
Black with #A71C0C
Text Example
Text Example
White with #A71C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C0C; }
p { color: rgb(167,28,12); }
H1.HeaderClassName
{
color: #A71C0C;
}
.AnyTagClassName
{
color: #A71C0C;
}
</style>
background-color css
<style>
a { background-color: #A71C0C; }
a { background-color: rgb(167,28,12); }
div.DivClassName
{
background-color: #A71C0C;
}
.BgClassName
{
background-color: #A71C0C;
}
</style>
border-color css
<style>
span { border-color: #A71C0C; }
span { border-color: rgb(167,28,12); }
td.TdClassName
{
border-color: #A71C0C;
}
.TagClassName
{
border-color: #A71C0C;
}
</style>