Shades of Fire Brick #A71C19
Tints of Fire Brick #A71C19
RGB
CMYK
RGB Variations
Color information
#A71C19 (or 0xA71C19) is known color: Fire Brick. HEX triplet: A7, 1C and 19. RGB value is (167,28,25). Sum of RGB (Red+Green+Blue) = 167+28+25=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C19 is #58E3E6. Grayscale: #454545. Windows color (decimal): -5825511 or 1645735. OLE color: 1645735.
HSL color Cylindrical-coordinate representation of color #A71C19: hue angle of 1.27º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71C19 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 25 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.35 |
| HSL | 1.27º | 0.74% | 0.38% | - |
| HSV(B) | 1.27º | 0.85% | 0.65% | - |
| XYZ | 16.53 | 9.12 | 1.81 | - |
| YUV | 69.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 25 | 0 | 0.83 | 0.85 | 0.35 | 1.27 | 0.74 | 0.38 |
| Hex | A7 | 1C | 19 | 0 | 53 | 55 | 23 | 1 | 4A | 26 |
| Octal | 247 | 34 | 31 | 0 | 123 | 125 | 43 | 1 | 112 | 46 |
| Binary | 10100111 | 11100 | 11001 | 0 | 1010011 | 1010101 | 100011 | 1 | 1001010 | 100110 |
Color Harmonies of #A71C19
Complementary color
Monochromatic Colors of #A71C19
Black with #A71C19
Text Example
Text Example
White with #A71C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C19; }
p { color: rgb(167,28,25); }
H1.HeaderClassName
{
color: #A71C19;
}
.AnyTagClassName
{
color: #A71C19;
}
</style>
background-color css
<style>
a { background-color: #A71C19; }
a { background-color: rgb(167,28,25); }
div.DivClassName
{
background-color: #A71C19;
}
.BgClassName
{
background-color: #A71C19;
}
</style>
border-color css
<style>
span { border-color: #A71C19; }
span { border-color: rgb(167,28,25); }
td.TdClassName
{
border-color: #A71C19;
}
.TagClassName
{
border-color: #A71C19;
}
</style>