Shades of Fire Brick #AA2717
Tints of Fire Brick #AA2717
RGB
CMYK
RGB Variations
Color information
#AA2717 (or 0xAA2717) is known color: Fire Brick. HEX triplet: AA, 27 and 17. RGB value is (170,39,23). Sum of RGB (Red+Green+Blue) = 170+39+23=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2717 is #55D8E8. Grayscale: #4C4C4C. Windows color (decimal): -5626089 or 1517482. OLE color: 1517482.
HSL color Cylindrical-coordinate representation of color #AA2717: hue angle of 6.53º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA2717 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 23 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.33 |
| HSL | 6.53º | 0.76% | 0.38% | - |
| HSV(B) | 6.53º | 0.86% | 0.67% | - |
| XYZ | 17.46 | 10.06 | 1.83 | - |
| YUV | 76.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 23 | 0 | 0.77 | 0.86 | 0.33 | 6.53 | 0.76 | 0.38 |
| Hex | AA | 27 | 17 | 0 | 4D | 56 | 21 | 7 | 4C | 26 |
| Octal | 252 | 47 | 27 | 0 | 115 | 126 | 41 | 7 | 114 | 46 |
| Binary | 10101010 | 100111 | 10111 | 0 | 1001101 | 1010110 | 100001 | 111 | 1001100 | 100110 |
Color Harmonies of #AA2717
Complementary color
Monochromatic Colors of #AA2717
Black with #AA2717
Text Example
Text Example
White with #AA2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2717; }
p { color: rgb(170,39,23); }
H1.HeaderClassName
{
color: #AA2717;
}
.AnyTagClassName
{
color: #AA2717;
}
</style>
background-color css
<style>
a { background-color: #AA2717; }
a { background-color: rgb(170,39,23); }
div.DivClassName
{
background-color: #AA2717;
}
.BgClassName
{
background-color: #AA2717;
}
</style>
border-color css
<style>
span { border-color: #AA2717; }
span { border-color: rgb(170,39,23); }
td.TdClassName
{
border-color: #AA2717;
}
.TagClassName
{
border-color: #AA2717;
}
</style>