Shades of Fire Brick #AA1A0F
Tints of Fire Brick #AA1A0F
RGB
CMYK
RGB Variations
Color information
#AA1A0F (or 0xAA1A0F) is known color: Fire Brick. HEX triplet: AA, 1A and 0F. RGB value is (170,26,15). Sum of RGB (Red+Green+Blue) = 170+26+15=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A0F is #55E5F0. Grayscale: #434343. Windows color (decimal): -5629425 or 989866. OLE color: 989866.
HSL color Cylindrical-coordinate representation of color #AA1A0F: hue angle of 4.26º 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 #AA1A0F is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 15 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.33 |
| HSL | 4.26º | 0.84% | 0.36% | - |
| HSV(B) | 4.26º | 0.91% | 0.67% | - |
| XYZ | 17.03 | 9.32 | 1.35 | - |
| YUV | 67.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 15 | 0 | 0.85 | 0.91 | 0.33 | 4.26 | 0.84 | 0.36 |
| Hex | AA | 1A | F | 0 | 55 | 5B | 21 | 4 | 54 | 24 |
| Octal | 252 | 32 | 17 | 0 | 125 | 133 | 41 | 4 | 124 | 44 |
| Binary | 10101010 | 11010 | 1111 | 0 | 1010101 | 1011011 | 100001 | 100 | 1010100 | 100100 |
Color Harmonies of #AA1A0F
Complementary color
Monochromatic Colors of #AA1A0F
Black with #AA1A0F
Text Example
Text Example
White with #AA1A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A0F; }
p { color: rgb(170,26,15); }
H1.HeaderClassName
{
color: #AA1A0F;
}
.AnyTagClassName
{
color: #AA1A0F;
}
</style>
background-color css
<style>
a { background-color: #AA1A0F; }
a { background-color: rgb(170,26,15); }
div.DivClassName
{
background-color: #AA1A0F;
}
.BgClassName
{
background-color: #AA1A0F;
}
</style>
border-color css
<style>
span { border-color: #AA1A0F; }
span { border-color: rgb(170,26,15); }
td.TdClassName
{
border-color: #AA1A0F;
}
.TagClassName
{
border-color: #AA1A0F;
}
</style>