Shades of Fire Brick #AA2B1D
Tints of Fire Brick #AA2B1D
RGB
CMYK
RGB Variations
Color information
#AA2B1D (or 0xAA2B1D) is known color: Fire Brick. HEX triplet: AA, 2B and 1D. RGB value is (170,43,29). Sum of RGB (Red+Green+Blue) = 170+43+29=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B1D is #55D4E2. Grayscale: #4F4F4F. Windows color (decimal): -5625059 or 1911722. OLE color: 1911722.
HSL color Cylindrical-coordinate representation of color #AA2B1D: hue angle of 5.96º 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 #AA2B1D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 29 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.33 |
| HSL | 5.96º | 0.71% | 0.39% | - |
| HSV(B) | 5.96º | 0.83% | 0.67% | - |
| XYZ | 17.66 | 10.36 | 2.23 | - |
| YUV | 79.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 29 | 0 | 0.75 | 0.83 | 0.33 | 5.96 | 0.71 | 0.39 |
| Hex | AA | 2B | 1D | 0 | 4B | 53 | 21 | 6 | 47 | 27 |
| Octal | 252 | 53 | 35 | 0 | 113 | 123 | 41 | 6 | 107 | 47 |
| Binary | 10101010 | 101011 | 11101 | 0 | 1001011 | 1010011 | 100001 | 110 | 1000111 | 100111 |
Color Harmonies of #AA2B1D
Complementary color
Monochromatic Colors of #AA2B1D
Black with #AA2B1D
Text Example
Text Example
White with #AA2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B1D; }
p { color: rgb(170,43,29); }
H1.HeaderClassName
{
color: #AA2B1D;
}
.AnyTagClassName
{
color: #AA2B1D;
}
</style>
background-color css
<style>
a { background-color: #AA2B1D; }
a { background-color: rgb(170,43,29); }
div.DivClassName
{
background-color: #AA2B1D;
}
.BgClassName
{
background-color: #AA2B1D;
}
</style>
border-color css
<style>
span { border-color: #AA2B1D; }
span { border-color: rgb(170,43,29); }
td.TdClassName
{
border-color: #AA2B1D;
}
.TagClassName
{
border-color: #AA2B1D;
}
</style>