Shades of Fire Brick #AA1A07
Tints of Fire Brick #AA1A07
RGB
CMYK
RGB Variations
Color information
#AA1A07 (or 0xAA1A07) is known color: Fire Brick. HEX triplet: AA, 1A and 07. RGB value is (170,26,7). Sum of RGB (Red+Green+Blue) = 170+26+7=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A07 is #55E5F8. Grayscale: #434343. Windows color (decimal): -5629433 or 465578. OLE color: 465578.
HSL color Cylindrical-coordinate representation of color #AA1A07: hue angle of 6.99º 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 #AA1A07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.33 |
| HSL | 6.99º | 0.92% | 0.35% | - |
| HSV(B) | 6.99º | 0.96% | 0.67% | - |
| XYZ | 16.99 | 9.3 | 1.1 | - |
| YUV | 66.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 7 | 0 | 0.85 | 0.96 | 0.33 | 6.99 | 0.92 | 0.35 |
| Hex | AA | 1A | 7 | 0 | 55 | 60 | 21 | 7 | 5C | 23 |
| Octal | 252 | 32 | 7 | 0 | 125 | 140 | 41 | 7 | 134 | 43 |
| Binary | 10101010 | 11010 | 111 | 0 | 1010101 | 1100000 | 100001 | 111 | 1011100 | 100011 |
Color Harmonies of #AA1A07
Complementary color
Monochromatic Colors of #AA1A07
Black with #AA1A07
Text Example
Text Example
White with #AA1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A07; }
p { color: rgb(170,26,7); }
H1.HeaderClassName
{
color: #AA1A07;
}
.AnyTagClassName
{
color: #AA1A07;
}
</style>
background-color css
<style>
a { background-color: #AA1A07; }
a { background-color: rgb(170,26,7); }
div.DivClassName
{
background-color: #AA1A07;
}
.BgClassName
{
background-color: #AA1A07;
}
</style>
border-color css
<style>
span { border-color: #AA1A07; }
span { border-color: rgb(170,26,7); }
td.TdClassName
{
border-color: #AA1A07;
}
.TagClassName
{
border-color: #AA1A07;
}
</style>