Shades of Fire Brick #A7130A
Tints of Fire Brick #A7130A
RGB
CMYK
RGB Variations
Color information
#A7130A (or 0xA7130A) is known color: Fire Brick. HEX triplet: A7, 13 and 0A. RGB value is (167,19,10). Sum of RGB (Red+Green+Blue) = 167+19+10=196 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.20% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 167 - color contains mainly: red. Hex color #A7130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7130A is #58ECF5. Grayscale: #3E3E3E. Windows color (decimal): -5827830 or 660391. OLE color: 660391.
HSL color Cylindrical-coordinate representation of color #A7130A: hue angle of 3.44º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7130A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 10 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.35 |
| HSL | 3.44º | 0.89% | 0.35% | - |
| HSV(B) | 3.44º | 0.94% | 0.65% | - |
| XYZ | 16.22 | 8.7 | 1.11 | - |
| YUV | 62.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 10 | 0 | 0.89 | 0.94 | 0.35 | 3.44 | 0.89 | 0.35 |
| Hex | A7 | 13 | A | 0 | 59 | 5E | 23 | 3 | 59 | 23 |
| Octal | 247 | 23 | 12 | 0 | 131 | 136 | 43 | 3 | 131 | 43 |
| Binary | 10100111 | 10011 | 1010 | 0 | 1011001 | 1011110 | 100011 | 11 | 1011001 | 100011 |
Color Harmonies of #A7130A
Complementary color
Monochromatic Colors of #A7130A
Black with #A7130A
Text Example
Text Example
White with #A7130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7130A; }
p { color: rgb(167,19,10); }
H1.HeaderClassName
{
color: #A7130A;
}
.AnyTagClassName
{
color: #A7130A;
}
</style>
background-color css
<style>
a { background-color: #A7130A; }
a { background-color: rgb(167,19,10); }
div.DivClassName
{
background-color: #A7130A;
}
.BgClassName
{
background-color: #A7130A;
}
</style>
border-color css
<style>
span { border-color: #A7130A; }
span { border-color: rgb(167,19,10); }
td.TdClassName
{
border-color: #A7130A;
}
.TagClassName
{
border-color: #A7130A;
}
</style>