Shades of Fire Brick #AA1507
Tints of Fire Brick #AA1507
RGB
CMYK
RGB Variations
Color information
#AA1507 (or 0xAA1507) is known color: Fire Brick. HEX triplet: AA, 15 and 07. RGB value is (170,21,7). Sum of RGB (Red+Green+Blue) = 170+21+7=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1507 is #55EAF8. Grayscale: #404040. Windows color (decimal): -5630713 or 464298. OLE color: 464298.
HSL color Cylindrical-coordinate representation of color #AA1507: hue angle of 5.15º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA1507 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.33 |
| HSL | 5.15º | 0.92% | 0.35% | - |
| HSV(B) | 5.15º | 0.96% | 0.67% | - |
| XYZ | 16.88 | 9.1 | 1.07 | - |
| YUV | 63.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 7 | 0 | 0.88 | 0.96 | 0.33 | 5.15 | 0.92 | 0.35 |
| Hex | AA | 15 | 7 | 0 | 58 | 60 | 21 | 5 | 5C | 23 |
| Octal | 252 | 25 | 7 | 0 | 130 | 140 | 41 | 5 | 134 | 43 |
| Binary | 10101010 | 10101 | 111 | 0 | 1011000 | 1100000 | 100001 | 101 | 1011100 | 100011 |
Color Harmonies of #AA1507
Complementary color
Monochromatic Colors of #AA1507
Black with #AA1507
Text Example
Text Example
White with #AA1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1507; }
p { color: rgb(170,21,7); }
H1.HeaderClassName
{
color: #AA1507;
}
.AnyTagClassName
{
color: #AA1507;
}
</style>
background-color css
<style>
a { background-color: #AA1507; }
a { background-color: rgb(170,21,7); }
div.DivClassName
{
background-color: #AA1507;
}
.BgClassName
{
background-color: #AA1507;
}
</style>
border-color css
<style>
span { border-color: #AA1507; }
span { border-color: rgb(170,21,7); }
td.TdClassName
{
border-color: #AA1507;
}
.TagClassName
{
border-color: #AA1507;
}
</style>