Shades of Fire Brick #A71310
Tints of Fire Brick #A71310
RGB
CMYK
RGB Variations
Color information
#A71310 (or 0xA71310) is known color: Fire Brick. HEX triplet: A7, 13 and 10. RGB value is (167,19,16). Sum of RGB (Red+Green+Blue) = 167+19+16=202 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.67% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 167 - color contains mainly: red. Hex color #A71310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71310 is #58ECEF. Grayscale: #3F3F3F. Windows color (decimal): -5827824 or 1053607. OLE color: 1053607.
HSL color Cylindrical-coordinate representation of color #A71310: hue angle of 1.19º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71310 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 16 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.35 |
| HSL | 1.19º | 0.83% | 0.36% | - |
| HSV(B) | 1.19º | 0.9% | 0.65% | - |
| XYZ | 16.26 | 8.72 | 1.32 | - |
| YUV | 62.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 16 | 0 | 0.89 | 0.90 | 0.35 | 1.19 | 0.83 | 0.36 |
| Hex | A7 | 13 | 10 | 0 | 59 | 5A | 23 | 1 | 53 | 24 |
| Octal | 247 | 23 | 20 | 0 | 131 | 132 | 43 | 1 | 123 | 44 |
| Binary | 10100111 | 10011 | 10000 | 0 | 1011001 | 1011010 | 100011 | 1 | 1010011 | 100100 |
Color Harmonies of #A71310
Complementary color
Monochromatic Colors of #A71310
Black with #A71310
Text Example
Text Example
White with #A71310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71310; }
p { color: rgb(167,19,16); }
H1.HeaderClassName
{
color: #A71310;
}
.AnyTagClassName
{
color: #A71310;
}
</style>
background-color css
<style>
a { background-color: #A71310; }
a { background-color: rgb(167,19,16); }
div.DivClassName
{
background-color: #A71310;
}
.BgClassName
{
background-color: #A71310;
}
</style>
border-color css
<style>
span { border-color: #A71310; }
span { border-color: rgb(167,19,16); }
td.TdClassName
{
border-color: #A71310;
}
.TagClassName
{
border-color: #A71310;
}
</style>