Shades of Fire Brick #AA261D
Tints of Fire Brick #AA261D
RGB
CMYK
RGB Variations
Color information
#AA261D (or 0xAA261D) is known color: Fire Brick. HEX triplet: AA, 26 and 1D. RGB value is (170,38,29). Sum of RGB (Red+Green+Blue) = 170+38+29=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA261D is #55D9E2. Grayscale: #4C4C4C. Windows color (decimal): -5626339 or 1910442. OLE color: 1910442.
HSL color Cylindrical-coordinate representation of color #AA261D: hue angle of 3.83º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA261D is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 29 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.33 |
| HSL | 3.83º | 0.71% | 0.39% | - |
| HSV(B) | 3.83º | 0.83% | 0.67% | - |
| XYZ | 17.49 | 10.02 | 2.17 | - |
| YUV | 76.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 29 | 0 | 0.78 | 0.83 | 0.33 | 3.83 | 0.71 | 0.39 |
| Hex | AA | 26 | 1D | 0 | 4E | 53 | 21 | 4 | 47 | 27 |
| Octal | 252 | 46 | 35 | 0 | 116 | 123 | 41 | 4 | 107 | 47 |
| Binary | 10101010 | 100110 | 11101 | 0 | 1001110 | 1010011 | 100001 | 100 | 1000111 | 100111 |
Color Harmonies of #AA261D
Complementary color
Monochromatic Colors of #AA261D
Black with #AA261D
Text Example
Text Example
White with #AA261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA261D; }
p { color: rgb(170,38,29); }
H1.HeaderClassName
{
color: #AA261D;
}
.AnyTagClassName
{
color: #AA261D;
}
</style>
background-color css
<style>
a { background-color: #AA261D; }
a { background-color: rgb(170,38,29); }
div.DivClassName
{
background-color: #AA261D;
}
.BgClassName
{
background-color: #AA261D;
}
</style>
border-color css
<style>
span { border-color: #AA261D; }
span { border-color: rgb(170,38,29); }
td.TdClassName
{
border-color: #AA261D;
}
.TagClassName
{
border-color: #AA261D;
}
</style>