Shades of Fire Brick #AA2307
Tints of Fire Brick #AA2307
RGB
CMYK
RGB Variations
Color information
#AA2307 (or 0xAA2307) is known color: Fire Brick. HEX triplet: AA, 23 and 07. RGB value is (170,35,7). Sum of RGB (Red+Green+Blue) = 170+35+7=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2307 is #55DCF8. Grayscale: #484848. Windows color (decimal): -5627129 or 467882. OLE color: 467882.
HSL color Cylindrical-coordinate representation of color #AA2307: hue angle of 10.31º 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 #AA2307 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.33 |
| HSL | 10.31º | 0.92% | 0.35% | - |
| HSV(B) | 10.31º | 0.96% | 0.67% | - |
| XYZ | 17.22 | 9.76 | 1.18 | - |
| YUV | 72.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 7 | 0 | 0.79 | 0.96 | 0.33 | 10.31 | 0.92 | 0.35 |
| Hex | AA | 23 | 7 | 0 | 4F | 60 | 21 | A | 5C | 23 |
| Octal | 252 | 43 | 7 | 0 | 117 | 140 | 41 | 12 | 134 | 43 |
| Binary | 10101010 | 100011 | 111 | 0 | 1001111 | 1100000 | 100001 | 1010 | 1011100 | 100011 |
Color Harmonies of #AA2307
Complementary color
Monochromatic Colors of #AA2307
Black with #AA2307
Text Example
Text Example
White with #AA2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2307; }
p { color: rgb(170,35,7); }
H1.HeaderClassName
{
color: #AA2307;
}
.AnyTagClassName
{
color: #AA2307;
}
</style>
background-color css
<style>
a { background-color: #AA2307; }
a { background-color: rgb(170,35,7); }
div.DivClassName
{
background-color: #AA2307;
}
.BgClassName
{
background-color: #AA2307;
}
</style>
border-color css
<style>
span { border-color: #AA2307; }
span { border-color: rgb(170,35,7); }
td.TdClassName
{
border-color: #AA2307;
}
.TagClassName
{
border-color: #AA2307;
}
</style>