Shades of Fire Brick #AA2B1E
Tints of Fire Brick #AA2B1E
RGB
CMYK
RGB Variations
Color information
#AA2B1E (or 0xAA2B1E) is known color: Fire Brick. HEX triplet: AA, 2B and 1E. RGB value is (170,43,30). Sum of RGB (Red+Green+Blue) = 170+43+30=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B1E is #55D4E1. Grayscale: #4F4F4F. Windows color (decimal): -5625058 or 1977258. OLE color: 1977258.
HSL color Cylindrical-coordinate representation of color #AA2B1E: hue angle of 5.57º degrees, saturation: 0.7, 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 #AA2B1E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 30 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.33 |
| HSL | 5.57º | 0.7% | 0.39% | - |
| HSV(B) | 5.57º | 0.82% | 0.67% | - |
| XYZ | 17.68 | 10.37 | 2.3 | - |
| YUV | 79.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 30 | 0 | 0.75 | 0.82 | 0.33 | 5.57 | 0.7 | 0.39 |
| Hex | AA | 2B | 1E | 0 | 4B | 52 | 21 | 6 | 46 | 27 |
| Octal | 252 | 53 | 36 | 0 | 113 | 122 | 41 | 6 | 106 | 47 |
| Binary | 10101010 | 101011 | 11110 | 0 | 1001011 | 1010010 | 100001 | 110 | 1000110 | 100111 |
Color Harmonies of #AA2B1E
Complementary color
Monochromatic Colors of #AA2B1E
Black with #AA2B1E
Text Example
Text Example
White with #AA2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B1E; }
p { color: rgb(170,43,30); }
H1.HeaderClassName
{
color: #AA2B1E;
}
.AnyTagClassName
{
color: #AA2B1E;
}
</style>
background-color css
<style>
a { background-color: #AA2B1E; }
a { background-color: rgb(170,43,30); }
div.DivClassName
{
background-color: #AA2B1E;
}
.BgClassName
{
background-color: #AA2B1E;
}
</style>
border-color css
<style>
span { border-color: #AA2B1E; }
span { border-color: rgb(170,43,30); }
td.TdClassName
{
border-color: #AA2B1E;
}
.TagClassName
{
border-color: #AA2B1E;
}
</style>