Shades of Fire Brick #AA2D1B
Tints of Fire Brick #AA2D1B
RGB
CMYK
RGB Variations
Color information
#AA2D1B (or 0xAA2D1B) is known color: Fire Brick. HEX triplet: AA, 2D and 1B. RGB value is (170,45,27). Sum of RGB (Red+Green+Blue) = 170+45+27=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D1B is #55D2E4. Grayscale: #505050. Windows color (decimal): -5624549 or 1781162. OLE color: 1781162.
HSL color Cylindrical-coordinate representation of color #AA2D1B: hue angle of 7.55º 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 #AA2D1B is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 27 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.33 |
| HSL | 7.55º | 0.73% | 0.39% | - |
| HSV(B) | 7.55º | 0.84% | 0.67% | - |
| XYZ | 17.71 | 10.5 | 2.13 | - |
| YUV | 80.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 27 | 0 | 0.74 | 0.84 | 0.33 | 7.55 | 0.73 | 0.39 |
| Hex | AA | 2D | 1B | 0 | 4A | 54 | 21 | 8 | 49 | 27 |
| Octal | 252 | 55 | 33 | 0 | 112 | 124 | 41 | 10 | 111 | 47 |
| Binary | 10101010 | 101101 | 11011 | 0 | 1001010 | 1010100 | 100001 | 1000 | 1001001 | 100111 |
Color Harmonies of #AA2D1B
Complementary color
Monochromatic Colors of #AA2D1B
Black with #AA2D1B
Text Example
Text Example
White with #AA2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D1B; }
p { color: rgb(170,45,27); }
H1.HeaderClassName
{
color: #AA2D1B;
}
.AnyTagClassName
{
color: #AA2D1B;
}
</style>
background-color css
<style>
a { background-color: #AA2D1B; }
a { background-color: rgb(170,45,27); }
div.DivClassName
{
background-color: #AA2D1B;
}
.BgClassName
{
background-color: #AA2D1B;
}
</style>
border-color css
<style>
span { border-color: #AA2D1B; }
span { border-color: rgb(170,45,27); }
td.TdClassName
{
border-color: #AA2D1B;
}
.TagClassName
{
border-color: #AA2D1B;
}
</style>