Shades of Fire Brick #A8140E
Tints of Fire Brick #A8140E
RGB
CMYK
RGB Variations
Color information
#A8140E (or 0xA8140E) is known color: Fire Brick. HEX triplet: A8, 14 and 0E. RGB value is (168,20,14). Sum of RGB (Red+Green+Blue) = 168+20+14=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A8140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8140E is #57EBF1. Grayscale: #3F3F3F. Windows color (decimal): -5762034 or 922792. OLE color: 922792.
HSL color Cylindrical-coordinate representation of color #A8140E: hue angle of 2.34º 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 #A8140E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.34 |
| HSL | 2.34º | 0.85% | 0.36% | - |
| HSV(B) | 2.34º | 0.92% | 0.66% | - |
| XYZ | 16.48 | 8.86 | 1.26 | - |
| YUV | 63.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 14 | 0 | 0.88 | 0.92 | 0.34 | 2.34 | 0.85 | 0.36 |
| Hex | A8 | 14 | E | 0 | 58 | 5C | 22 | 2 | 55 | 24 |
| Octal | 250 | 24 | 16 | 0 | 130 | 134 | 42 | 2 | 125 | 44 |
| Binary | 10101000 | 10100 | 1110 | 0 | 1011000 | 1011100 | 100010 | 10 | 1010101 | 100100 |
Color Harmonies of #A8140E
Complementary color
Monochromatic Colors of #A8140E
Black with #A8140E
Text Example
Text Example
White with #A8140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8140E; }
p { color: rgb(168,20,14); }
H1.HeaderClassName
{
color: #A8140E;
}
.AnyTagClassName
{
color: #A8140E;
}
</style>
background-color css
<style>
a { background-color: #A8140E; }
a { background-color: rgb(168,20,14); }
div.DivClassName
{
background-color: #A8140E;
}
.BgClassName
{
background-color: #A8140E;
}
</style>
border-color css
<style>
span { border-color: #A8140E; }
span { border-color: rgb(168,20,14); }
td.TdClassName
{
border-color: #A8140E;
}
.TagClassName
{
border-color: #A8140E;
}
</style>