Shades of Fire Brick #AA2509
Tints of Fire Brick #AA2509
RGB
CMYK
RGB Variations
Color information
#AA2509 (or 0xAA2509) is known color: Fire Brick. HEX triplet: AA, 25 and 09. RGB value is (170,37,9). Sum of RGB (Red+Green+Blue) = 170+37+9=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2509 is #55DAF6. Grayscale: #494949. Windows color (decimal): -5626615 or 599466. OLE color: 599466.
HSL color Cylindrical-coordinate representation of color #AA2509: hue angle of 10.43º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA2509 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 9 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.33 |
| HSL | 10.43º | 0.9% | 0.35% | - |
| HSV(B) | 10.43º | 0.95% | 0.67% | - |
| XYZ | 17.29 | 9.89 | 1.26 | - |
| YUV | 73.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 9 | 0 | 0.78 | 0.95 | 0.33 | 10.43 | 0.9 | 0.35 |
| Hex | AA | 25 | 9 | 0 | 4E | 5F | 21 | A | 5A | 23 |
| Octal | 252 | 45 | 11 | 0 | 116 | 137 | 41 | 12 | 132 | 43 |
| Binary | 10101010 | 100101 | 1001 | 0 | 1001110 | 1011111 | 100001 | 1010 | 1011010 | 100011 |
Color Harmonies of #AA2509
Complementary color
Monochromatic Colors of #AA2509
Black with #AA2509
Text Example
Text Example
White with #AA2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2509; }
p { color: rgb(170,37,9); }
H1.HeaderClassName
{
color: #AA2509;
}
.AnyTagClassName
{
color: #AA2509;
}
</style>
background-color css
<style>
a { background-color: #AA2509; }
a { background-color: rgb(170,37,9); }
div.DivClassName
{
background-color: #AA2509;
}
.BgClassName
{
background-color: #AA2509;
}
</style>
border-color css
<style>
span { border-color: #AA2509; }
span { border-color: rgb(170,37,9); }
td.TdClassName
{
border-color: #AA2509;
}
.TagClassName
{
border-color: #AA2509;
}
</style>