Shades of Fire Brick #AA2507
Tints of Fire Brick #AA2507
RGB
CMYK
RGB Variations
Color information
#AA2507 (or 0xAA2507) is known color: Fire Brick. HEX triplet: AA, 25 and 07. RGB value is (170,37,7). Sum of RGB (Red+Green+Blue) = 170+37+7=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2507 is #55DAF8. Grayscale: #494949. Windows color (decimal): -5626617 or 468394. OLE color: 468394.
HSL color Cylindrical-coordinate representation of color #AA2507: hue angle of 11.04º 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 #AA2507 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.33 |
| HSL | 11.04º | 0.92% | 0.35% | - |
| HSV(B) | 11.04º | 0.96% | 0.67% | - |
| XYZ | 17.28 | 9.88 | 1.2 | - |
| YUV | 73.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 7 | 0 | 0.78 | 0.96 | 0.33 | 11.04 | 0.92 | 0.35 |
| Hex | AA | 25 | 7 | 0 | 4E | 60 | 21 | B | 5C | 23 |
| Octal | 252 | 45 | 7 | 0 | 116 | 140 | 41 | 13 | 134 | 43 |
| Binary | 10101010 | 100101 | 111 | 0 | 1001110 | 1100000 | 100001 | 1011 | 1011100 | 100011 |
Color Harmonies of #AA2507
Complementary color
Monochromatic Colors of #AA2507
Black with #AA2507
Text Example
Text Example
White with #AA2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2507; }
p { color: rgb(170,37,7); }
H1.HeaderClassName
{
color: #AA2507;
}
.AnyTagClassName
{
color: #AA2507;
}
</style>
background-color css
<style>
a { background-color: #AA2507; }
a { background-color: rgb(170,37,7); }
div.DivClassName
{
background-color: #AA2507;
}
.BgClassName
{
background-color: #AA2507;
}
</style>
border-color css
<style>
span { border-color: #AA2507; }
span { border-color: rgb(170,37,7); }
td.TdClassName
{
border-color: #AA2507;
}
.TagClassName
{
border-color: #AA2507;
}
</style>