Shades of Fire Brick #AA2608
Tints of Fire Brick #AA2608
RGB
CMYK
RGB Variations
Color information
#AA2608 (or 0xAA2608) is known color: Fire Brick. HEX triplet: AA, 26 and 08. RGB value is (170,38,8). Sum of RGB (Red+Green+Blue) = 170+38+8=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2608 is #55D9F7. Grayscale: #4A4A4A. Windows color (decimal): -5626360 or 534186. OLE color: 534186.
HSL color Cylindrical-coordinate representation of color #AA2608: hue angle of 11.11º degrees, saturation: 0.91, 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 #AA2608 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 8 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.33 |
| HSL | 11.11º | 0.91% | 0.35% | - |
| HSV(B) | 11.11º | 0.95% | 0.67% | - |
| XYZ | 17.31 | 9.95 | 1.24 | - |
| YUV | 74.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 8 | 0 | 0.78 | 0.95 | 0.33 | 11.11 | 0.91 | 0.35 |
| Hex | AA | 26 | 8 | 0 | 4E | 5F | 21 | B | 5B | 23 |
| Octal | 252 | 46 | 10 | 0 | 116 | 137 | 41 | 13 | 133 | 43 |
| Binary | 10101010 | 100110 | 1000 | 0 | 1001110 | 1011111 | 100001 | 1011 | 1011011 | 100011 |
Color Harmonies of #AA2608
Complementary color
Monochromatic Colors of #AA2608
Black with #AA2608
Text Example
Text Example
White with #AA2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2608; }
p { color: rgb(170,38,8); }
H1.HeaderClassName
{
color: #AA2608;
}
.AnyTagClassName
{
color: #AA2608;
}
</style>
background-color css
<style>
a { background-color: #AA2608; }
a { background-color: rgb(170,38,8); }
div.DivClassName
{
background-color: #AA2608;
}
.BgClassName
{
background-color: #AA2608;
}
</style>
border-color css
<style>
span { border-color: #AA2608; }
span { border-color: rgb(170,38,8); }
td.TdClassName
{
border-color: #AA2608;
}
.TagClassName
{
border-color: #AA2608;
}
</style>