Shades of Fire Brick #AA231E
Tints of Fire Brick #AA231E
RGB
CMYK
RGB Variations
Color information
#AA231E (or 0xAA231E) is known color: Fire Brick. HEX triplet: AA, 23 and 1E. RGB value is (170,35,30). Sum of RGB (Red+Green+Blue) = 170+35+30=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA231E is #55DCE1. Grayscale: #4A4A4A. Windows color (decimal): -5627106 or 1975210. OLE color: 1975210.
HSL color Cylindrical-coordinate representation of color #AA231E: hue angle of 2.14º 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 #AA231E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 30 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.33 |
| HSL | 2.14º | 0.7% | 0.39% | - |
| HSV(B) | 2.14º | 0.82% | 0.67% | - |
| XYZ | 17.41 | 9.84 | 2.21 | - |
| YUV | 74.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 30 | 0 | 0.79 | 0.82 | 0.33 | 2.14 | 0.7 | 0.39 |
| Hex | AA | 23 | 1E | 0 | 4F | 52 | 21 | 2 | 46 | 27 |
| Octal | 252 | 43 | 36 | 0 | 117 | 122 | 41 | 2 | 106 | 47 |
| Binary | 10101010 | 100011 | 11110 | 0 | 1001111 | 1010010 | 100001 | 10 | 1000110 | 100111 |
Color Harmonies of #AA231E
Complementary color
Monochromatic Colors of #AA231E
Black with #AA231E
Text Example
Text Example
White with #AA231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA231E; }
p { color: rgb(170,35,30); }
H1.HeaderClassName
{
color: #AA231E;
}
.AnyTagClassName
{
color: #AA231E;
}
</style>
background-color css
<style>
a { background-color: #AA231E; }
a { background-color: rgb(170,35,30); }
div.DivClassName
{
background-color: #AA231E;
}
.BgClassName
{
background-color: #AA231E;
}
</style>
border-color css
<style>
span { border-color: #AA231E; }
span { border-color: rgb(170,35,30); }
td.TdClassName
{
border-color: #AA231E;
}
.TagClassName
{
border-color: #AA231E;
}
</style>