Shades of Fire Brick #A8280E
Tints of Fire Brick #A8280E
RGB
CMYK
RGB Variations
Color information
#A8280E (or 0xA8280E) is known color: Fire Brick. HEX triplet: A8, 28 and 0E. RGB value is (168,40,14). Sum of RGB (Red+Green+Blue) = 168+40+14=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8280E is #57D7F1. Grayscale: #4B4B4B. Windows color (decimal): -5756914 or 927912. OLE color: 927912.
HSL color Cylindrical-coordinate representation of color #A8280E: hue angle of 10.13º 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 #A8280E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.34 |
| HSL | 10.13º | 0.85% | 0.36% | - |
| HSV(B) | 10.13º | 0.92% | 0.66% | - |
| XYZ | 16.99 | 9.87 | 1.43 | - |
| YUV | 75.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 14 | 0 | 0.76 | 0.92 | 0.34 | 10.13 | 0.85 | 0.36 |
| Hex | A8 | 28 | E | 0 | 4C | 5C | 22 | A | 55 | 24 |
| Octal | 250 | 50 | 16 | 0 | 114 | 134 | 42 | 12 | 125 | 44 |
| Binary | 10101000 | 101000 | 1110 | 0 | 1001100 | 1011100 | 100010 | 1010 | 1010101 | 100100 |
Color Harmonies of #A8280E
Complementary color
Monochromatic Colors of #A8280E
Black with #A8280E
Text Example
Text Example
White with #A8280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8280E; }
p { color: rgb(168,40,14); }
H1.HeaderClassName
{
color: #A8280E;
}
.AnyTagClassName
{
color: #A8280E;
}
</style>
background-color css
<style>
a { background-color: #A8280E; }
a { background-color: rgb(168,40,14); }
div.DivClassName
{
background-color: #A8280E;
}
.BgClassName
{
background-color: #A8280E;
}
</style>
border-color css
<style>
span { border-color: #A8280E; }
span { border-color: rgb(168,40,14); }
td.TdClassName
{
border-color: #A8280E;
}
.TagClassName
{
border-color: #A8280E;
}
</style>