Shades of Fire Brick #AA260C
Tints of Fire Brick #AA260C
RGB
CMYK
RGB Variations
Color information
#AA260C (or 0xAA260C) is known color: Fire Brick. HEX triplet: AA, 26 and 0C. RGB value is (170,38,12). Sum of RGB (Red+Green+Blue) = 170+38+12=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA260C is #55D9F3. Grayscale: #4A4A4A. Windows color (decimal): -5626356 or 796330. OLE color: 796330.
HSL color Cylindrical-coordinate representation of color #AA260C: hue angle of 9.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA260C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.33 |
| HSL | 9.87º | 0.87% | 0.36% | - |
| HSV(B) | 9.87º | 0.93% | 0.67% | - |
| XYZ | 17.34 | 9.96 | 1.36 | - |
| YUV | 74.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 12 | 0 | 0.78 | 0.93 | 0.33 | 9.87 | 0.87 | 0.36 |
| Hex | AA | 26 | C | 0 | 4E | 5D | 21 | A | 57 | 24 |
| Octal | 252 | 46 | 14 | 0 | 116 | 135 | 41 | 12 | 127 | 44 |
| Binary | 10101010 | 100110 | 1100 | 0 | 1001110 | 1011101 | 100001 | 1010 | 1010111 | 100100 |
Color Harmonies of #AA260C
Complementary color
Monochromatic Colors of #AA260C
Black with #AA260C
Text Example
Text Example
White with #AA260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA260C; }
p { color: rgb(170,38,12); }
H1.HeaderClassName
{
color: #AA260C;
}
.AnyTagClassName
{
color: #AA260C;
}
</style>
background-color css
<style>
a { background-color: #AA260C; }
a { background-color: rgb(170,38,12); }
div.DivClassName
{
background-color: #AA260C;
}
.BgClassName
{
background-color: #AA260C;
}
</style>
border-color css
<style>
span { border-color: #AA260C; }
span { border-color: rgb(170,38,12); }
td.TdClassName
{
border-color: #AA260C;
}
.TagClassName
{
border-color: #AA260C;
}
</style>