Shades of Fire Brick #AA140C
Tints of Fire Brick #AA140C
RGB
CMYK
RGB Variations
Color information
#AA140C (or 0xAA140C) is known color: Fire Brick. HEX triplet: AA, 14 and 0C. RGB value is (170,20,12). Sum of RGB (Red+Green+Blue) = 170+20+12=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA140C is #55EBF3. Grayscale: #404040. Windows color (decimal): -5630964 or 791722. OLE color: 791722.
HSL color Cylindrical-coordinate representation of color #AA140C: hue angle of 3.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA140C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.33 |
| HSL | 3.04º | 0.87% | 0.36% | - |
| HSV(B) | 3.04º | 0.93% | 0.67% | - |
| XYZ | 16.89 | 9.07 | 1.21 | - |
| YUV | 63.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 12 | 0 | 0.88 | 0.93 | 0.33 | 3.04 | 0.87 | 0.36 |
| Hex | AA | 14 | C | 0 | 58 | 5D | 21 | 3 | 57 | 24 |
| Octal | 252 | 24 | 14 | 0 | 130 | 135 | 41 | 3 | 127 | 44 |
| Binary | 10101010 | 10100 | 1100 | 0 | 1011000 | 1011101 | 100001 | 11 | 1010111 | 100100 |
Color Harmonies of #AA140C
Complementary color
Monochromatic Colors of #AA140C
Black with #AA140C
Text Example
Text Example
White with #AA140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA140C; }
p { color: rgb(170,20,12); }
H1.HeaderClassName
{
color: #AA140C;
}
.AnyTagClassName
{
color: #AA140C;
}
</style>
background-color css
<style>
a { background-color: #AA140C; }
a { background-color: rgb(170,20,12); }
div.DivClassName
{
background-color: #AA140C;
}
.BgClassName
{
background-color: #AA140C;
}
</style>
border-color css
<style>
span { border-color: #AA140C; }
span { border-color: rgb(170,20,12); }
td.TdClassName
{
border-color: #AA140C;
}
.TagClassName
{
border-color: #AA140C;
}
</style>