Shades of Fire Brick #A8120F
Tints of Fire Brick #A8120F
RGB
CMYK
RGB Variations
Color information
#A8120F (or 0xA8120F) is known color: Fire Brick. HEX triplet: A8, 12 and 0F. RGB value is (168,18,15). Sum of RGB (Red+Green+Blue) = 168+18+15=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A8120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8120F is #57EDF0. Grayscale: #3E3E3E. Windows color (decimal): -5762545 or 987816. OLE color: 987816.
HSL color Cylindrical-coordinate representation of color #A8120F: hue angle of 1.18º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8120F is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 15 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.34 |
| HSL | 1.18º | 0.84% | 0.36% | - |
| HSV(B) | 1.18º | 0.91% | 0.66% | - |
| XYZ | 16.45 | 8.79 | 1.28 | - |
| YUV | 62.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 15 | 0 | 0.89 | 0.91 | 0.34 | 1.18 | 0.84 | 0.36 |
| Hex | A8 | 12 | F | 0 | 59 | 5B | 22 | 1 | 54 | 24 |
| Octal | 250 | 22 | 17 | 0 | 131 | 133 | 42 | 1 | 124 | 44 |
| Binary | 10101000 | 10010 | 1111 | 0 | 1011001 | 1011011 | 100010 | 1 | 1010100 | 100100 |
Color Harmonies of #A8120F
Complementary color
Monochromatic Colors of #A8120F
Black with #A8120F
Text Example
Text Example
White with #A8120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8120F; }
p { color: rgb(168,18,15); }
H1.HeaderClassName
{
color: #A8120F;
}
.AnyTagClassName
{
color: #A8120F;
}
</style>
background-color css
<style>
a { background-color: #A8120F; }
a { background-color: rgb(168,18,15); }
div.DivClassName
{
background-color: #A8120F;
}
.BgClassName
{
background-color: #A8120F;
}
</style>
border-color css
<style>
span { border-color: #A8120F; }
span { border-color: rgb(168,18,15); }
td.TdClassName
{
border-color: #A8120F;
}
.TagClassName
{
border-color: #A8120F;
}
</style>