Shades of Fire Brick #A8260F
Tints of Fire Brick #A8260F
RGB
CMYK
RGB Variations
Color information
#A8260F (or 0xA8260F) is known color: Fire Brick. HEX triplet: A8, 26 and 0F. RGB value is (168,38,15). Sum of RGB (Red+Green+Blue) = 168+38+15=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8260F is #57D9F0. Grayscale: #4A4A4A. Windows color (decimal): -5757425 or 992936. OLE color: 992936.
HSL color Cylindrical-coordinate representation of color #A8260F: hue angle of 9.02º 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 #A8260F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 15 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.34 |
| HSL | 9.02º | 0.84% | 0.36% | - |
| HSV(B) | 9.02º | 0.91% | 0.66% | - |
| XYZ | 16.93 | 9.75 | 1.44 | - |
| YUV | 74.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 15 | 0 | 0.77 | 0.91 | 0.34 | 9.02 | 0.84 | 0.36 |
| Hex | A8 | 26 | F | 0 | 4D | 5B | 22 | 9 | 54 | 24 |
| Octal | 250 | 46 | 17 | 0 | 115 | 133 | 42 | 11 | 124 | 44 |
| Binary | 10101000 | 100110 | 1111 | 0 | 1001101 | 1011011 | 100010 | 1001 | 1010100 | 100100 |
Color Harmonies of #A8260F
Complementary color
Monochromatic Colors of #A8260F
Black with #A8260F
Text Example
Text Example
White with #A8260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8260F; }
p { color: rgb(168,38,15); }
H1.HeaderClassName
{
color: #A8260F;
}
.AnyTagClassName
{
color: #A8260F;
}
</style>
background-color css
<style>
a { background-color: #A8260F; }
a { background-color: rgb(168,38,15); }
div.DivClassName
{
background-color: #A8260F;
}
.BgClassName
{
background-color: #A8260F;
}
</style>
border-color css
<style>
span { border-color: #A8260F; }
span { border-color: rgb(168,38,15); }
td.TdClassName
{
border-color: #A8260F;
}
.TagClassName
{
border-color: #A8260F;
}
</style>