Shades of Fire Brick #AA1907
Tints of Fire Brick #AA1907
RGB
CMYK
RGB Variations
Color information
#AA1907 (or 0xAA1907) is known color: Fire Brick. HEX triplet: AA, 19 and 07. RGB value is (170,25,7). Sum of RGB (Red+Green+Blue) = 170+25+7=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1907 is #55E6F8. Grayscale: #424242. Windows color (decimal): -5629689 or 465322. OLE color: 465322.
HSL color Cylindrical-coordinate representation of color #AA1907: hue angle of 6.63º 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 #AA1907 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.33 |
| HSL | 6.63º | 0.92% | 0.35% | - |
| HSV(B) | 6.63º | 0.96% | 0.67% | - |
| XYZ | 16.96 | 9.26 | 1.09 | - |
| YUV | 66.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 7 | 0 | 0.85 | 0.96 | 0.33 | 6.63 | 0.92 | 0.35 |
| Hex | AA | 19 | 7 | 0 | 55 | 60 | 21 | 7 | 5C | 23 |
| Octal | 252 | 31 | 7 | 0 | 125 | 140 | 41 | 7 | 134 | 43 |
| Binary | 10101010 | 11001 | 111 | 0 | 1010101 | 1100000 | 100001 | 111 | 1011100 | 100011 |
Color Harmonies of #AA1907
Complementary color
Monochromatic Colors of #AA1907
Black with #AA1907
Text Example
Text Example
White with #AA1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1907; }
p { color: rgb(170,25,7); }
H1.HeaderClassName
{
color: #AA1907;
}
.AnyTagClassName
{
color: #AA1907;
}
</style>
background-color css
<style>
a { background-color: #AA1907; }
a { background-color: rgb(170,25,7); }
div.DivClassName
{
background-color: #AA1907;
}
.BgClassName
{
background-color: #AA1907;
}
</style>
border-color css
<style>
span { border-color: #AA1907; }
span { border-color: rgb(170,25,7); }
td.TdClassName
{
border-color: #AA1907;
}
.TagClassName
{
border-color: #AA1907;
}
</style>