Shades of Fire Brick #AA261C
Tints of Fire Brick #AA261C
RGB
CMYK
RGB Variations
Color information
#AA261C (or 0xAA261C) is known color: Fire Brick. HEX triplet: AA, 26 and 1C. RGB value is (170,38,28). Sum of RGB (Red+Green+Blue) = 170+38+28=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA261C is #55D9E3. Grayscale: #4C4C4C. Windows color (decimal): -5626340 or 1844906. OLE color: 1844906.
HSL color Cylindrical-coordinate representation of color #AA261C: hue angle of 4.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA261C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 28 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.33 |
| HSL | 4.23º | 0.72% | 0.39% | - |
| HSV(B) | 4.23º | 0.84% | 0.67% | - |
| XYZ | 17.48 | 10.02 | 2.11 | - |
| YUV | 76.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 28 | 0 | 0.78 | 0.84 | 0.33 | 4.23 | 0.72 | 0.39 |
| Hex | AA | 26 | 1C | 0 | 4E | 54 | 21 | 4 | 48 | 27 |
| Octal | 252 | 46 | 34 | 0 | 116 | 124 | 41 | 4 | 110 | 47 |
| Binary | 10101010 | 100110 | 11100 | 0 | 1001110 | 1010100 | 100001 | 100 | 1001000 | 100111 |
Color Harmonies of #AA261C
Complementary color
Monochromatic Colors of #AA261C
Black with #AA261C
Text Example
Text Example
White with #AA261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA261C; }
p { color: rgb(170,38,28); }
H1.HeaderClassName
{
color: #AA261C;
}
.AnyTagClassName
{
color: #AA261C;
}
</style>
background-color css
<style>
a { background-color: #AA261C; }
a { background-color: rgb(170,38,28); }
div.DivClassName
{
background-color: #AA261C;
}
.BgClassName
{
background-color: #AA261C;
}
</style>
border-color css
<style>
span { border-color: #AA261C; }
span { border-color: rgb(170,38,28); }
td.TdClassName
{
border-color: #AA261C;
}
.TagClassName
{
border-color: #AA261C;
}
</style>