Shades of Fire Brick #AA2A1B
Tints of Fire Brick #AA2A1B
RGB
CMYK
RGB Variations
Color information
#AA2A1B (or 0xAA2A1B) is known color: Fire Brick. HEX triplet: AA, 2A and 1B. RGB value is (170,42,27). Sum of RGB (Red+Green+Blue) = 170+42+27=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A1B is #55D5E4. Grayscale: #4E4E4E. Windows color (decimal): -5625317 or 1780394. OLE color: 1780394.
HSL color Cylindrical-coordinate representation of color #AA2A1B: hue angle of 6.29º degrees, saturation: 0.73, 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 #AA2A1B is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 27 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.33 |
| HSL | 6.29º | 0.73% | 0.39% | - |
| HSV(B) | 6.29º | 0.84% | 0.67% | - |
| XYZ | 17.6 | 10.28 | 2.09 | - |
| YUV | 78.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 27 | 0 | 0.75 | 0.84 | 0.33 | 6.29 | 0.73 | 0.39 |
| Hex | AA | 2A | 1B | 0 | 4B | 54 | 21 | 6 | 49 | 27 |
| Octal | 252 | 52 | 33 | 0 | 113 | 124 | 41 | 6 | 111 | 47 |
| Binary | 10101010 | 101010 | 11011 | 0 | 1001011 | 1010100 | 100001 | 110 | 1001001 | 100111 |
Color Harmonies of #AA2A1B
Complementary color
Monochromatic Colors of #AA2A1B
Black with #AA2A1B
Text Example
Text Example
White with #AA2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A1B; }
p { color: rgb(170,42,27); }
H1.HeaderClassName
{
color: #AA2A1B;
}
.AnyTagClassName
{
color: #AA2A1B;
}
</style>
background-color css
<style>
a { background-color: #AA2A1B; }
a { background-color: rgb(170,42,27); }
div.DivClassName
{
background-color: #AA2A1B;
}
.BgClassName
{
background-color: #AA2A1B;
}
</style>
border-color css
<style>
span { border-color: #AA2A1B; }
span { border-color: rgb(170,42,27); }
td.TdClassName
{
border-color: #AA2A1B;
}
.TagClassName
{
border-color: #AA2A1B;
}
</style>