Shades of Fire Brick #AA251F
Tints of Fire Brick #AA251F
RGB
CMYK
RGB Variations
Color information
#AA251F (or 0xAA251F) is known color: Fire Brick. HEX triplet: AA, 25 and 1F. RGB value is (170,37,31). Sum of RGB (Red+Green+Blue) = 170+37+31=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251F is #55DAE0. Grayscale: #4C4C4C. Windows color (decimal): -5626593 or 2041258. OLE color: 2041258.
HSL color Cylindrical-coordinate representation of color #AA251F: hue angle of 2.59º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA251F is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 31 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.33 |
| HSL | 2.59º | 0.69% | 0.39% | - |
| HSV(B) | 2.59º | 0.82% | 0.67% | - |
| XYZ | 17.49 | 9.97 | 2.3 | - |
| YUV | 76.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 31 | 0 | 0.78 | 0.82 | 0.33 | 2.59 | 0.69 | 0.39 |
| Hex | AA | 25 | 1F | 0 | 4E | 52 | 21 | 3 | 45 | 27 |
| Octal | 252 | 45 | 37 | 0 | 116 | 122 | 41 | 3 | 105 | 47 |
| Binary | 10101010 | 100101 | 11111 | 0 | 1001110 | 1010010 | 100001 | 11 | 1000101 | 100111 |
Color Harmonies of #AA251F
Complementary color
Monochromatic Colors of #AA251F
Black with #AA251F
Text Example
Text Example
White with #AA251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA251F; }
p { color: rgb(170,37,31); }
H1.HeaderClassName
{
color: #AA251F;
}
.AnyTagClassName
{
color: #AA251F;
}
</style>
background-color css
<style>
a { background-color: #AA251F; }
a { background-color: rgb(170,37,31); }
div.DivClassName
{
background-color: #AA251F;
}
.BgClassName
{
background-color: #AA251F;
}
</style>
border-color css
<style>
span { border-color: #AA251F; }
span { border-color: rgb(170,37,31); }
td.TdClassName
{
border-color: #AA251F;
}
.TagClassName
{
border-color: #AA251F;
}
</style>