Shades of Fire Brick #AA100F
Tints of Fire Brick #AA100F
RGB
CMYK
RGB Variations
Color information
#AA100F (or 0xAA100F) is known color: Fire Brick. HEX triplet: AA, 10 and 0F. RGB value is (170,16,15). Sum of RGB (Red+Green+Blue) = 170+16+15=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA100F is #55EFF0. Grayscale: #3E3E3E. Windows color (decimal): -5631985 or 987306. OLE color: 987306.
HSL color Cylindrical-coordinate representation of color #AA100F: hue angle of 0.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA100F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.33 |
| HSL | 0.39º | 0.84% | 0.36% | - |
| HSV(B) | 0.39º | 0.91% | 0.67% | - |
| XYZ | 16.85 | 8.95 | 1.29 | - |
| YUV | 61.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 15 | 0 | 0.91 | 0.91 | 0.33 | 0.39 | 0.84 | 0.36 |
| Hex | AA | 10 | F | 0 | 5B | 5B | 21 | 0 | 54 | 24 |
| Octal | 252 | 20 | 17 | 0 | 133 | 133 | 41 | 0 | 124 | 44 |
| Binary | 10101010 | 10000 | 1111 | 0 | 1011011 | 1011011 | 100001 | 0 | 1010100 | 100100 |
Color Harmonies of #AA100F
Complementary color
Monochromatic Colors of #AA100F
Black with #AA100F
Text Example
Text Example
White with #AA100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA100F; }
p { color: rgb(170,16,15); }
H1.HeaderClassName
{
color: #AA100F;
}
.AnyTagClassName
{
color: #AA100F;
}
</style>
background-color css
<style>
a { background-color: #AA100F; }
a { background-color: rgb(170,16,15); }
div.DivClassName
{
background-color: #AA100F;
}
.BgClassName
{
background-color: #AA100F;
}
</style>
border-color css
<style>
span { border-color: #AA100F; }
span { border-color: rgb(170,16,15); }
td.TdClassName
{
border-color: #AA100F;
}
.TagClassName
{
border-color: #AA100F;
}
</style>