Shades of Fire Brick #A8200C
Tints of Fire Brick #A8200C
RGB
CMYK
RGB Variations
Color information
#A8200C (or 0xA8200C) is known color: Fire Brick. HEX triplet: A8, 20 and 0C. RGB value is (168,32,12). Sum of RGB (Red+Green+Blue) = 168+32+12=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A8200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8200C is #57DFF3. Grayscale: #464646. Windows color (decimal): -5758964 or 794792. OLE color: 794792.
HSL color Cylindrical-coordinate representation of color #A8200C: hue angle of 7.69º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8200C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.34 |
| HSL | 7.69º | 0.87% | 0.35% | - |
| HSV(B) | 7.69º | 0.93% | 0.66% | - |
| XYZ | 16.73 | 9.38 | 1.28 | - |
| YUV | 70.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 12 | 0 | 0.81 | 0.93 | 0.34 | 7.69 | 0.87 | 0.35 |
| Hex | A8 | 20 | C | 0 | 51 | 5D | 22 | 8 | 57 | 23 |
| Octal | 250 | 40 | 14 | 0 | 121 | 135 | 42 | 10 | 127 | 43 |
| Binary | 10101000 | 100000 | 1100 | 0 | 1010001 | 1011101 | 100010 | 1000 | 1010111 | 100011 |
Color Harmonies of #A8200C
Complementary color
Monochromatic Colors of #A8200C
Black with #A8200C
Text Example
Text Example
White with #A8200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8200C; }
p { color: rgb(168,32,12); }
H1.HeaderClassName
{
color: #A8200C;
}
.AnyTagClassName
{
color: #A8200C;
}
</style>
background-color css
<style>
a { background-color: #A8200C; }
a { background-color: rgb(168,32,12); }
div.DivClassName
{
background-color: #A8200C;
}
.BgClassName
{
background-color: #A8200C;
}
</style>
border-color css
<style>
span { border-color: #A8200C; }
span { border-color: rgb(168,32,12); }
td.TdClassName
{
border-color: #A8200C;
}
.TagClassName
{
border-color: #A8200C;
}
</style>