Shades of Fire Brick #AA140D
Tints of Fire Brick #AA140D
RGB
CMYK
RGB Variations
Color information
#AA140D (or 0xAA140D) is known color: Fire Brick. HEX triplet: AA, 14 and 0D. RGB value is (170,20,13). Sum of RGB (Red+Green+Blue) = 170+20+13=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA140D is #55EBF2. Grayscale: #404040. Windows color (decimal): -5630963 or 857258. OLE color: 857258.
HSL color Cylindrical-coordinate representation of color #AA140D: hue angle of 2.68º 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 #AA140D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.33 |
| HSL | 2.68º | 0.86% | 0.36% | - |
| HSV(B) | 2.68º | 0.92% | 0.67% | - |
| XYZ | 16.9 | 9.08 | 1.24 | - |
| YUV | 64.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 13 | 0 | 0.88 | 0.92 | 0.33 | 2.68 | 0.86 | 0.36 |
| Hex | AA | 14 | D | 0 | 58 | 5C | 21 | 3 | 56 | 24 |
| Octal | 252 | 24 | 15 | 0 | 130 | 134 | 41 | 3 | 126 | 44 |
| Binary | 10101010 | 10100 | 1101 | 0 | 1011000 | 1011100 | 100001 | 11 | 1010110 | 100100 |
Color Harmonies of #AA140D
Complementary color
Monochromatic Colors of #AA140D
Black with #AA140D
Text Example
Text Example
White with #AA140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA140D; }
p { color: rgb(170,20,13); }
H1.HeaderClassName
{
color: #AA140D;
}
.AnyTagClassName
{
color: #AA140D;
}
</style>
background-color css
<style>
a { background-color: #AA140D; }
a { background-color: rgb(170,20,13); }
div.DivClassName
{
background-color: #AA140D;
}
.BgClassName
{
background-color: #AA140D;
}
</style>
border-color css
<style>
span { border-color: #AA140D; }
span { border-color: rgb(170,20,13); }
td.TdClassName
{
border-color: #AA140D;
}
.TagClassName
{
border-color: #AA140D;
}
</style>