Shades of Fire Brick #AA2D14
Tints of Fire Brick #AA2D14
RGB
CMYK
RGB Variations
Color information
#AA2D14 (or 0xAA2D14) is known color: Fire Brick. HEX triplet: AA, 2D and 14. RGB value is (170,45,20). Sum of RGB (Red+Green+Blue) = 170+45+20=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D14 is #55D2EB. Grayscale: #4F4F4F. Windows color (decimal): -5624556 or 1322410. OLE color: 1322410.
HSL color Cylindrical-coordinate representation of color #AA2D14: hue angle of 10º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA2D14 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 20 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.33 |
| HSL | 10º | 0.79% | 0.37% | - |
| HSV(B) | 10º | 0.88% | 0.67% | - |
| XYZ | 17.64 | 10.47 | 1.75 | - |
| YUV | 79.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 20 | 0 | 0.74 | 0.88 | 0.33 | 10 | 0.79 | 0.37 |
| Hex | AA | 2D | 14 | 0 | 4A | 58 | 21 | A | 4F | 25 |
| Octal | 252 | 55 | 24 | 0 | 112 | 130 | 41 | 12 | 117 | 45 |
| Binary | 10101010 | 101101 | 10100 | 0 | 1001010 | 1011000 | 100001 | 1010 | 1001111 | 100101 |
Color Harmonies of #AA2D14
Complementary color
Monochromatic Colors of #AA2D14
Black with #AA2D14
Text Example
Text Example
White with #AA2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D14; }
p { color: rgb(170,45,20); }
H1.HeaderClassName
{
color: #AA2D14;
}
.AnyTagClassName
{
color: #AA2D14;
}
</style>
background-color css
<style>
a { background-color: #AA2D14; }
a { background-color: rgb(170,45,20); }
div.DivClassName
{
background-color: #AA2D14;
}
.BgClassName
{
background-color: #AA2D14;
}
</style>
border-color css
<style>
span { border-color: #AA2D14; }
span { border-color: rgb(170,45,20); }
td.TdClassName
{
border-color: #AA2D14;
}
.TagClassName
{
border-color: #AA2D14;
}
</style>