Shades of Fire Brick #A8290E
Tints of Fire Brick #A8290E
RGB
CMYK
RGB Variations
Color information
#A8290E (or 0xA8290E) is known color: Fire Brick. HEX triplet: A8, 29 and 0E. RGB value is (168,41,14). Sum of RGB (Red+Green+Blue) = 168+41+14=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A8290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8290E is #57D6F1. Grayscale: #4C4C4C. Windows color (decimal): -5756658 or 928168. OLE color: 928168.
HSL color Cylindrical-coordinate representation of color #A8290E: hue angle of 10.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8290E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.34 |
| HSL | 10.52º | 0.85% | 0.36% | - |
| HSV(B) | 10.52º | 0.92% | 0.66% | - |
| XYZ | 17.02 | 9.94 | 1.44 | - |
| YUV | 75.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 14 | 0 | 0.76 | 0.92 | 0.34 | 10.52 | 0.85 | 0.36 |
| Hex | A8 | 29 | E | 0 | 4C | 5C | 22 | B | 55 | 24 |
| Octal | 250 | 51 | 16 | 0 | 114 | 134 | 42 | 13 | 125 | 44 |
| Binary | 10101000 | 101001 | 1110 | 0 | 1001100 | 1011100 | 100010 | 1011 | 1010101 | 100100 |
Color Harmonies of #A8290E
Complementary color
Monochromatic Colors of #A8290E
Black with #A8290E
Text Example
Text Example
White with #A8290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8290E; }
p { color: rgb(168,41,14); }
H1.HeaderClassName
{
color: #A8290E;
}
.AnyTagClassName
{
color: #A8290E;
}
</style>
background-color css
<style>
a { background-color: #A8290E; }
a { background-color: rgb(168,41,14); }
div.DivClassName
{
background-color: #A8290E;
}
.BgClassName
{
background-color: #A8290E;
}
</style>
border-color css
<style>
span { border-color: #A8290E; }
span { border-color: rgb(168,41,14); }
td.TdClassName
{
border-color: #A8290E;
}
.TagClassName
{
border-color: #A8290E;
}
</style>