Shades of Fire Brick #A8220D
Tints of Fire Brick #A8220D
RGB
CMYK
RGB Variations
Color information
#A8220D (or 0xA8220D) is known color: Fire Brick. HEX triplet: A8, 22 and 0D. RGB value is (168,34,13). Sum of RGB (Red+Green+Blue) = 168+34+13=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8220D is #57DDF2. Grayscale: #474747. Windows color (decimal): -5758451 or 860840. OLE color: 860840.
HSL color Cylindrical-coordinate representation of color #A8220D: hue angle of 8.13º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8220D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 13 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.34 |
| HSL | 8.13º | 0.86% | 0.35% | - |
| HSV(B) | 8.13º | 0.92% | 0.66% | - |
| XYZ | 16.79 | 9.5 | 1.33 | - |
| YUV | 71.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 13 | 0 | 0.80 | 0.92 | 0.34 | 8.13 | 0.86 | 0.35 |
| Hex | A8 | 22 | D | 0 | 50 | 5C | 22 | 8 | 56 | 23 |
| Octal | 250 | 42 | 15 | 0 | 120 | 134 | 42 | 10 | 126 | 43 |
| Binary | 10101000 | 100010 | 1101 | 0 | 1010000 | 1011100 | 100010 | 1000 | 1010110 | 100011 |
Color Harmonies of #A8220D
Complementary color
Monochromatic Colors of #A8220D
Black with #A8220D
Text Example
Text Example
White with #A8220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8220D; }
p { color: rgb(168,34,13); }
H1.HeaderClassName
{
color: #A8220D;
}
.AnyTagClassName
{
color: #A8220D;
}
</style>
background-color css
<style>
a { background-color: #A8220D; }
a { background-color: rgb(168,34,13); }
div.DivClassName
{
background-color: #A8220D;
}
.BgClassName
{
background-color: #A8220D;
}
</style>
border-color css
<style>
span { border-color: #A8220D; }
span { border-color: rgb(168,34,13); }
td.TdClassName
{
border-color: #A8220D;
}
.TagClassName
{
border-color: #A8220D;
}
</style>