Shades of Fire Brick #A8260E
Tints of Fire Brick #A8260E
RGB
CMYK
RGB Variations
Color information
#A8260E (or 0xA8260E) is known color: Fire Brick. HEX triplet: A8, 26 and 0E. RGB value is (168,38,14). Sum of RGB (Red+Green+Blue) = 168+38+14=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A8260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8260E is #57D9F1. Grayscale: #4A4A4A. Windows color (decimal): -5757426 or 927400. OLE color: 927400.
HSL color Cylindrical-coordinate representation of color #A8260E: hue angle of 9.35º 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 #A8260E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 14 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.34 |
| HSL | 9.35º | 0.85% | 0.36% | - |
| HSV(B) | 9.35º | 0.92% | 0.66% | - |
| XYZ | 16.92 | 9.74 | 1.4 | - |
| YUV | 74.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 14 | 0 | 0.77 | 0.92 | 0.34 | 9.35 | 0.85 | 0.36 |
| Hex | A8 | 26 | E | 0 | 4D | 5C | 22 | 9 | 55 | 24 |
| Octal | 250 | 46 | 16 | 0 | 115 | 134 | 42 | 11 | 125 | 44 |
| Binary | 10101000 | 100110 | 1110 | 0 | 1001101 | 1011100 | 100010 | 1001 | 1010101 | 100100 |
Color Harmonies of #A8260E
Complementary color
Monochromatic Colors of #A8260E
Black with #A8260E
Text Example
Text Example
White with #A8260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8260E; }
p { color: rgb(168,38,14); }
H1.HeaderClassName
{
color: #A8260E;
}
.AnyTagClassName
{
color: #A8260E;
}
</style>
background-color css
<style>
a { background-color: #A8260E; }
a { background-color: rgb(168,38,14); }
div.DivClassName
{
background-color: #A8260E;
}
.BgClassName
{
background-color: #A8260E;
}
</style>
border-color css
<style>
span { border-color: #A8260E; }
span { border-color: rgb(168,38,14); }
td.TdClassName
{
border-color: #A8260E;
}
.TagClassName
{
border-color: #A8260E;
}
</style>