Shades of Fire Brick #A71408
Tints of Fire Brick #A71408
RGB
CMYK
RGB Variations
Color information
#A71408 (or 0xA71408) is known color: Fire Brick. HEX triplet: A7, 14 and 08. RGB value is (167,20,8). Sum of RGB (Red+Green+Blue) = 167+20+8=195 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.64% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 167 - color contains mainly: red. Hex color #A71408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71408 is #58EBF7. Grayscale: #3E3E3E. Windows color (decimal): -5827576 or 529575. OLE color: 529575.
HSL color Cylindrical-coordinate representation of color #A71408: hue angle of 4.53º 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 #A71408 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 8 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.35 |
| HSL | 4.53º | 0.91% | 0.34% | - |
| HSV(B) | 4.53º | 0.95% | 0.65% | - |
| XYZ | 16.23 | 8.73 | 1.06 | - |
| YUV | 62.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 8 | 0 | 0.88 | 0.95 | 0.35 | 4.53 | 0.91 | 0.34 |
| Hex | A7 | 14 | 8 | 0 | 58 | 5F | 23 | 5 | 5B | 22 |
| Octal | 247 | 24 | 10 | 0 | 130 | 137 | 43 | 5 | 133 | 42 |
| Binary | 10100111 | 10100 | 1000 | 0 | 1011000 | 1011111 | 100011 | 101 | 1011011 | 100010 |
Color Harmonies of #A71408
Complementary color
Monochromatic Colors of #A71408
Black with #A71408
Text Example
Text Example
White with #A71408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71408; }
p { color: rgb(167,20,8); }
H1.HeaderClassName
{
color: #A71408;
}
.AnyTagClassName
{
color: #A71408;
}
</style>
background-color css
<style>
a { background-color: #A71408; }
a { background-color: rgb(167,20,8); }
div.DivClassName
{
background-color: #A71408;
}
.BgClassName
{
background-color: #A71408;
}
</style>
border-color css
<style>
span { border-color: #A71408; }
span { border-color: rgb(167,20,8); }
td.TdClassName
{
border-color: #A71408;
}
.TagClassName
{
border-color: #A71408;
}
</style>