Shades of Fire Brick #AA100E
Tints of Fire Brick #AA100E
RGB
CMYK
RGB Variations
Color information
#AA100E (or 0xAA100E) is known color: Fire Brick. HEX triplet: AA, 10 and 0E. RGB value is (170,16,14). Sum of RGB (Red+Green+Blue) = 170+16+14=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA100E is #55EFF1. Grayscale: #3D3D3D. Windows color (decimal): -5631986 or 921770. OLE color: 921770.
HSL color Cylindrical-coordinate representation of color #AA100E: hue angle of 0.77º degrees, saturation: 0.85, 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 #AA100E is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 14 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.33 |
| HSL | 0.77º | 0.85% | 0.36% | - |
| HSV(B) | 0.77º | 0.92% | 0.67% | - |
| XYZ | 16.84 | 8.95 | 1.25 | - |
| YUV | 61.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 14 | 0 | 0.91 | 0.92 | 0.33 | 0.77 | 0.85 | 0.36 |
| Hex | AA | 10 | E | 0 | 5B | 5C | 21 | 1 | 55 | 24 |
| Octal | 252 | 20 | 16 | 0 | 133 | 134 | 41 | 1 | 125 | 44 |
| Binary | 10101010 | 10000 | 1110 | 0 | 1011011 | 1011100 | 100001 | 1 | 1010101 | 100100 |
Color Harmonies of #AA100E
Complementary color
Monochromatic Colors of #AA100E
Black with #AA100E
Text Example
Text Example
White with #AA100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA100E; }
p { color: rgb(170,16,14); }
H1.HeaderClassName
{
color: #AA100E;
}
.AnyTagClassName
{
color: #AA100E;
}
</style>
background-color css
<style>
a { background-color: #AA100E; }
a { background-color: rgb(170,16,14); }
div.DivClassName
{
background-color: #AA100E;
}
.BgClassName
{
background-color: #AA100E;
}
</style>
border-color css
<style>
span { border-color: #AA100E; }
span { border-color: rgb(170,16,14); }
td.TdClassName
{
border-color: #AA100E;
}
.TagClassName
{
border-color: #AA100E;
}
</style>