Shades of Fire Brick #AA231B
Tints of Fire Brick #AA231B
RGB
CMYK
RGB Variations
Color information
#AA231B (or 0xAA231B) is known color: Fire Brick. HEX triplet: AA, 23 and 1B. RGB value is (170,35,27). Sum of RGB (Red+Green+Blue) = 170+35+27=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA231B is #55DCE4. Grayscale: #4A4A4A. Windows color (decimal): -5627109 or 1778602. OLE color: 1778602.
HSL color Cylindrical-coordinate representation of color #AA231B: hue angle of 3.36º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA231B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 27 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.33 |
| HSL | 3.36º | 0.73% | 0.39% | - |
| HSV(B) | 3.36º | 0.84% | 0.67% | - |
| XYZ | 17.38 | 9.83 | 2.02 | - |
| YUV | 74.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 27 | 0 | 0.79 | 0.84 | 0.33 | 3.36 | 0.73 | 0.39 |
| Hex | AA | 23 | 1B | 0 | 4F | 54 | 21 | 3 | 49 | 27 |
| Octal | 252 | 43 | 33 | 0 | 117 | 124 | 41 | 3 | 111 | 47 |
| Binary | 10101010 | 100011 | 11011 | 0 | 1001111 | 1010100 | 100001 | 11 | 1001001 | 100111 |
Color Harmonies of #AA231B
Complementary color
Monochromatic Colors of #AA231B
Black with #AA231B
Text Example
Text Example
White with #AA231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA231B; }
p { color: rgb(170,35,27); }
H1.HeaderClassName
{
color: #AA231B;
}
.AnyTagClassName
{
color: #AA231B;
}
</style>
background-color css
<style>
a { background-color: #AA231B; }
a { background-color: rgb(170,35,27); }
div.DivClassName
{
background-color: #AA231B;
}
.BgClassName
{
background-color: #AA231B;
}
</style>
border-color css
<style>
span { border-color: #AA231B; }
span { border-color: rgb(170,35,27); }
td.TdClassName
{
border-color: #AA231B;
}
.TagClassName
{
border-color: #AA231B;
}
</style>