Shades of Fire Brick #AA260E
Tints of Fire Brick #AA260E
RGB
CMYK
RGB Variations
Color information
#AA260E (or 0xAA260E) is known color: Fire Brick. HEX triplet: AA, 26 and 0E. RGB value is (170,38,14). Sum of RGB (Red+Green+Blue) = 170+38+14=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA260E is #55D9F1. Grayscale: #4A4A4A. Windows color (decimal): -5626354 or 927402. OLE color: 927402.
HSL color Cylindrical-coordinate representation of color #AA260E: hue angle of 9.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA260E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 14 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.33 |
| HSL | 9.23º | 0.85% | 0.36% | - |
| HSV(B) | 9.23º | 0.92% | 0.67% | - |
| XYZ | 17.35 | 9.96 | 1.42 | - |
| YUV | 74.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 14 | 0 | 0.78 | 0.92 | 0.33 | 9.23 | 0.85 | 0.36 |
| Hex | AA | 26 | E | 0 | 4E | 5C | 21 | 9 | 55 | 24 |
| Octal | 252 | 46 | 16 | 0 | 116 | 134 | 41 | 11 | 125 | 44 |
| Binary | 10101010 | 100110 | 1110 | 0 | 1001110 | 1011100 | 100001 | 1001 | 1010101 | 100100 |
Color Harmonies of #AA260E
Complementary color
Monochromatic Colors of #AA260E
Black with #AA260E
Text Example
Text Example
White with #AA260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA260E; }
p { color: rgb(170,38,14); }
H1.HeaderClassName
{
color: #AA260E;
}
.AnyTagClassName
{
color: #AA260E;
}
</style>
background-color css
<style>
a { background-color: #AA260E; }
a { background-color: rgb(170,38,14); }
div.DivClassName
{
background-color: #AA260E;
}
.BgClassName
{
background-color: #AA260E;
}
</style>
border-color css
<style>
span { border-color: #AA260E; }
span { border-color: rgb(170,38,14); }
td.TdClassName
{
border-color: #AA260E;
}
.TagClassName
{
border-color: #AA260E;
}
</style>