Shades of Fire Brick #AA100D
Tints of Fire Brick #AA100D
RGB
CMYK
RGB Variations
Color information
#AA100D (or 0xAA100D) is known color: Fire Brick. HEX triplet: AA, 10 and 0D. RGB value is (170,16,13). Sum of RGB (Red+Green+Blue) = 170+16+13=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA100D is #55EFF2. Grayscale: #3D3D3D. Windows color (decimal): -5631987 or 856234. OLE color: 856234.
HSL color Cylindrical-coordinate representation of color #AA100D: hue angle of 1.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA100D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 13 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.33 |
| HSL | 1.15º | 0.86% | 0.36% | - |
| HSV(B) | 1.15º | 0.92% | 0.67% | - |
| XYZ | 16.84 | 8.95 | 1.22 | - |
| YUV | 61.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 13 | 0 | 0.91 | 0.92 | 0.33 | 1.15 | 0.86 | 0.36 |
| Hex | AA | 10 | D | 0 | 5B | 5C | 21 | 1 | 56 | 24 |
| Octal | 252 | 20 | 15 | 0 | 133 | 134 | 41 | 1 | 126 | 44 |
| Binary | 10101010 | 10000 | 1101 | 0 | 1011011 | 1011100 | 100001 | 1 | 1010110 | 100100 |
Color Harmonies of #AA100D
Complementary color
Monochromatic Colors of #AA100D
Black with #AA100D
Text Example
Text Example
White with #AA100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA100D; }
p { color: rgb(170,16,13); }
H1.HeaderClassName
{
color: #AA100D;
}
.AnyTagClassName
{
color: #AA100D;
}
</style>
background-color css
<style>
a { background-color: #AA100D; }
a { background-color: rgb(170,16,13); }
div.DivClassName
{
background-color: #AA100D;
}
.BgClassName
{
background-color: #AA100D;
}
</style>
border-color css
<style>
span { border-color: #AA100D; }
span { border-color: rgb(170,16,13); }
td.TdClassName
{
border-color: #AA100D;
}
.TagClassName
{
border-color: #AA100D;
}
</style>