Shades of Fire Brick #AA2523
Tints of Fire Brick #AA2523
RGB
CMYK
RGB Variations
Color information
#AA2523 (or 0xAA2523) is known color: Fire Brick. HEX triplet: AA, 25 and 23. RGB value is (170,37,35). Sum of RGB (Red+Green+Blue) = 170+37+35=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2523 is #55DADC. Grayscale: #4C4C4C. Windows color (decimal): -5626589 or 2303402. OLE color: 2303402.
HSL color Cylindrical-coordinate representation of color #AA2523: hue angle of 0.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2523 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 35 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.33 |
| HSL | 0.89º | 0.66% | 0.4% | - |
| HSV(B) | 0.89º | 0.79% | 0.67% | - |
| XYZ | 17.54 | 9.99 | 2.59 | - |
| YUV | 76.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 35 | 0 | 0.78 | 0.79 | 0.33 | 0.89 | 0.66 | 0.4 |
| Hex | AA | 25 | 23 | 0 | 4E | 4F | 21 | 1 | 42 | 28 |
| Octal | 252 | 45 | 43 | 0 | 116 | 117 | 41 | 1 | 102 | 50 |
| Binary | 10101010 | 100101 | 100011 | 0 | 1001110 | 1001111 | 100001 | 1 | 1000010 | 101000 |
Color Harmonies of #AA2523
Complementary color
Monochromatic Colors of #AA2523
Black with #AA2523
Text Example
Text Example
White with #AA2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2523; }
p { color: rgb(170,37,35); }
H1.HeaderClassName
{
color: #AA2523;
}
.AnyTagClassName
{
color: #AA2523;
}
</style>
background-color css
<style>
a { background-color: #AA2523; }
a { background-color: rgb(170,37,35); }
div.DivClassName
{
background-color: #AA2523;
}
.BgClassName
{
background-color: #AA2523;
}
</style>
border-color css
<style>
span { border-color: #AA2523; }
span { border-color: rgb(170,37,35); }
td.TdClassName
{
border-color: #AA2523;
}
.TagClassName
{
border-color: #AA2523;
}
</style>