Shades of Fire Brick #AA2612
Tints of Fire Brick #AA2612
RGB
CMYK
RGB Variations
Color information
#AA2612 (or 0xAA2612) is known color: Fire Brick. HEX triplet: AA, 26 and 12. RGB value is (170,38,18). Sum of RGB (Red+Green+Blue) = 170+38+18=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2612 is #55D9ED. Grayscale: #4B4B4B. Windows color (decimal): -5626350 or 1189546. OLE color: 1189546.
HSL color Cylindrical-coordinate representation of color #AA2612: hue angle of 7.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2612 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 18 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.33 |
| HSL | 7.89º | 0.81% | 0.37% | - |
| HSV(B) | 7.89º | 0.89% | 0.67% | - |
| XYZ | 17.38 | 9.98 | 1.58 | - |
| YUV | 75.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 18 | 0 | 0.78 | 0.89 | 0.33 | 7.89 | 0.81 | 0.37 |
| Hex | AA | 26 | 12 | 0 | 4E | 59 | 21 | 8 | 51 | 25 |
| Octal | 252 | 46 | 22 | 0 | 116 | 131 | 41 | 10 | 121 | 45 |
| Binary | 10101010 | 100110 | 10010 | 0 | 1001110 | 1011001 | 100001 | 1000 | 1010001 | 100101 |
Color Harmonies of #AA2612
Complementary color
Monochromatic Colors of #AA2612
Black with #AA2612
Text Example
Text Example
White with #AA2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2612; }
p { color: rgb(170,38,18); }
H1.HeaderClassName
{
color: #AA2612;
}
.AnyTagClassName
{
color: #AA2612;
}
</style>
background-color css
<style>
a { background-color: #AA2612; }
a { background-color: rgb(170,38,18); }
div.DivClassName
{
background-color: #AA2612;
}
.BgClassName
{
background-color: #AA2612;
}
</style>
border-color css
<style>
span { border-color: #AA2612; }
span { border-color: rgb(170,38,18); }
td.TdClassName
{
border-color: #AA2612;
}
.TagClassName
{
border-color: #AA2612;
}
</style>