Shades of Fire Brick #A71C13
Tints of Fire Brick #A71C13
RGB
CMYK
RGB Variations
Color information
#A71C13 (or 0xA71C13) is known color: Fire Brick. HEX triplet: A7, 1C and 13. RGB value is (167,28,19). Sum of RGB (Red+Green+Blue) = 167+28+19=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C13 is #58E3EC. Grayscale: #444444. Windows color (decimal): -5825517 or 1252519. OLE color: 1252519.
HSL color Cylindrical-coordinate representation of color #A71C13: hue angle of 3.65º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71C13 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 19 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.35 |
| HSL | 3.65º | 0.8% | 0.36% | - |
| HSV(B) | 3.65º | 0.89% | 0.65% | - |
| XYZ | 16.47 | 9.09 | 1.5 | - |
| YUV | 68.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 19 | 0 | 0.83 | 0.89 | 0.35 | 3.65 | 0.8 | 0.36 |
| Hex | A7 | 1C | 13 | 0 | 53 | 59 | 23 | 4 | 50 | 24 |
| Octal | 247 | 34 | 23 | 0 | 123 | 131 | 43 | 4 | 120 | 44 |
| Binary | 10100111 | 11100 | 10011 | 0 | 1010011 | 1011001 | 100011 | 100 | 1010000 | 100100 |
Color Harmonies of #A71C13
Complementary color
Monochromatic Colors of #A71C13
Black with #A71C13
Text Example
Text Example
White with #A71C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C13; }
p { color: rgb(167,28,19); }
H1.HeaderClassName
{
color: #A71C13;
}
.AnyTagClassName
{
color: #A71C13;
}
</style>
background-color css
<style>
a { background-color: #A71C13; }
a { background-color: rgb(167,28,19); }
div.DivClassName
{
background-color: #A71C13;
}
.BgClassName
{
background-color: #A71C13;
}
</style>
border-color css
<style>
span { border-color: #A71C13; }
span { border-color: rgb(167,28,19); }
td.TdClassName
{
border-color: #A71C13;
}
.TagClassName
{
border-color: #A71C13;
}
</style>