Shades of Fire Brick #A8120C
Tints of Fire Brick #A8120C
RGB
CMYK
RGB Variations
Color information
#A8120C (or 0xA8120C) is known color: Fire Brick. HEX triplet: A8, 12 and 0C. RGB value is (168,18,12). Sum of RGB (Red+Green+Blue) = 168+18+12=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A8120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8120C is #57EDF3. Grayscale: #3E3E3E. Windows color (decimal): -5762548 or 791208. OLE color: 791208.
HSL color Cylindrical-coordinate representation of color #A8120C: hue angle of 2.31º 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 #A8120C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.34 |
| HSL | 2.31º | 0.87% | 0.35% | - |
| HSV(B) | 2.31º | 0.93% | 0.66% | - |
| XYZ | 16.43 | 8.78 | 1.18 | - |
| YUV | 62.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 12 | 0 | 0.89 | 0.93 | 0.34 | 2.31 | 0.87 | 0.35 |
| Hex | A8 | 12 | C | 0 | 59 | 5D | 22 | 2 | 57 | 23 |
| Octal | 250 | 22 | 14 | 0 | 131 | 135 | 42 | 2 | 127 | 43 |
| Binary | 10101000 | 10010 | 1100 | 0 | 1011001 | 1011101 | 100010 | 10 | 1010111 | 100011 |
Color Harmonies of #A8120C
Complementary color
Monochromatic Colors of #A8120C
Black with #A8120C
Text Example
Text Example
White with #A8120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8120C; }
p { color: rgb(168,18,12); }
H1.HeaderClassName
{
color: #A8120C;
}
.AnyTagClassName
{
color: #A8120C;
}
</style>
background-color css
<style>
a { background-color: #A8120C; }
a { background-color: rgb(168,18,12); }
div.DivClassName
{
background-color: #A8120C;
}
.BgClassName
{
background-color: #A8120C;
}
</style>
border-color css
<style>
span { border-color: #A8120C; }
span { border-color: rgb(168,18,12); }
td.TdClassName
{
border-color: #A8120C;
}
.TagClassName
{
border-color: #A8120C;
}
</style>