Shades of Fire Brick #AA2305
Tints of Fire Brick #AA2305
RGB
CMYK
RGB Variations
Color information
#AA2305 (or 0xAA2305) is known color: Fire Brick. HEX triplet: AA, 23 and 05. RGB value is (170,35,5). Sum of RGB (Red+Green+Blue) = 170+35+5=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2305 is #55DCFA. Grayscale: #484848. Windows color (decimal): -5627131 or 336810. OLE color: 336810.
HSL color Cylindrical-coordinate representation of color #AA2305: hue angle of 10.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA2305 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.33 |
| HSL | 10.91º | 0.94% | 0.34% | - |
| HSV(B) | 10.91º | 0.97% | 0.67% | - |
| XYZ | 17.21 | 9.76 | 1.12 | - |
| YUV | 71.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 5 | 0 | 0.79 | 0.97 | 0.33 | 10.91 | 0.94 | 0.34 |
| Hex | AA | 23 | 5 | 0 | 4F | 61 | 21 | B | 5E | 22 |
| Octal | 252 | 43 | 5 | 0 | 117 | 141 | 41 | 13 | 136 | 42 |
| Binary | 10101010 | 100011 | 101 | 0 | 1001111 | 1100001 | 100001 | 1011 | 1011110 | 100010 |
Color Harmonies of #AA2305
Complementary color
Monochromatic Colors of #AA2305
Black with #AA2305
Text Example
Text Example
White with #AA2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2305; }
p { color: rgb(170,35,5); }
H1.HeaderClassName
{
color: #AA2305;
}
.AnyTagClassName
{
color: #AA2305;
}
</style>
background-color css
<style>
a { background-color: #AA2305; }
a { background-color: rgb(170,35,5); }
div.DivClassName
{
background-color: #AA2305;
}
.BgClassName
{
background-color: #AA2305;
}
</style>
border-color css
<style>
span { border-color: #AA2305; }
span { border-color: rgb(170,35,5); }
td.TdClassName
{
border-color: #AA2305;
}
.TagClassName
{
border-color: #AA2305;
}
</style>