Shades of Fire Brick #A71010
Tints of Fire Brick #A71010
RGB
CMYK
RGB Variations
Color information
#A71010 (or 0xA71010) is known color: Fire Brick. HEX triplet: A7, 10 and 10. RGB value is (167,16,16). Sum of RGB (Red+Green+Blue) = 167+16+16=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A71010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71010 is #58EFEF. Grayscale: #3D3D3D. Windows color (decimal): -5828592 or 1052839. OLE color: 1052839.
HSL color Cylindrical-coordinate representation of color #A71010: hue angle of 0º 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 #A71010 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 16 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.35 |
| HSL | 0º | 0.83% | 0.36% | - |
| HSV(B) | 0º | 0.9% | 0.65% | - |
| XYZ | 16.22 | 8.62 | 1.3 | - |
| YUV | 61.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 16 | 0 | 0.90 | 0.90 | 0.35 | 0 | 0.83 | 0.36 |
| Hex | A7 | 10 | 10 | 0 | 5A | 5A | 23 | 0 | 53 | 24 |
| Octal | 247 | 20 | 20 | 0 | 132 | 132 | 43 | 0 | 123 | 44 |
| Binary | 10100111 | 10000 | 10000 | 0 | 1011010 | 1011010 | 100011 | 0 | 1010011 | 100100 |
Color Harmonies of #A71010
Complementary color
Monochromatic Colors of #A71010
Black with #A71010
Text Example
Text Example
White with #A71010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71010; }
p { color: rgb(167,16,16); }
H1.HeaderClassName
{
color: #A71010;
}
.AnyTagClassName
{
color: #A71010;
}
</style>
background-color css
<style>
a { background-color: #A71010; }
a { background-color: rgb(167,16,16); }
div.DivClassName
{
background-color: #A71010;
}
.BgClassName
{
background-color: #A71010;
}
</style>
border-color css
<style>
span { border-color: #A71010; }
span { border-color: rgb(167,16,16); }
td.TdClassName
{
border-color: #A71010;
}
.TagClassName
{
border-color: #A71010;
}
</style>