Shades of Fire Brick #A71608
Tints of Fire Brick #A71608
RGB
CMYK
RGB Variations
Color information
#A71608 (or 0xA71608) is known color: Fire Brick. HEX triplet: A7, 16 and 08. RGB value is (167,22,8). Sum of RGB (Red+Green+Blue) = 167+22+8=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A71608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71608 is #58E9F7. Grayscale: #3F3F3F. Windows color (decimal): -5827064 or 530087. OLE color: 530087.
HSL color Cylindrical-coordinate representation of color #A71608: hue angle of 5.28º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A71608 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 22 | 8 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.35 |
| HSL | 5.28º | 0.91% | 0.34% | - |
| HSV(B) | 5.28º | 0.95% | 0.65% | - |
| XYZ | 16.27 | 8.81 | 1.07 | - |
| YUV | 63.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 8 | 0 | 0.87 | 0.95 | 0.35 | 5.28 | 0.91 | 0.34 |
| Hex | A7 | 16 | 8 | 0 | 57 | 5F | 23 | 5 | 5B | 22 |
| Octal | 247 | 26 | 10 | 0 | 127 | 137 | 43 | 5 | 133 | 42 |
| Binary | 10100111 | 10110 | 1000 | 0 | 1010111 | 1011111 | 100011 | 101 | 1011011 | 100010 |
Color Harmonies of #A71608
Complementary color
Monochromatic Colors of #A71608
Black with #A71608
Text Example
Text Example
White with #A71608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71608; }
p { color: rgb(167,22,8); }
H1.HeaderClassName
{
color: #A71608;
}
.AnyTagClassName
{
color: #A71608;
}
</style>
background-color css
<style>
a { background-color: #A71608; }
a { background-color: rgb(167,22,8); }
div.DivClassName
{
background-color: #A71608;
}
.BgClassName
{
background-color: #A71608;
}
</style>
border-color css
<style>
span { border-color: #A71608; }
span { border-color: rgb(167,22,8); }
td.TdClassName
{
border-color: #A71608;
}
.TagClassName
{
border-color: #A71608;
}
</style>