Shades of Fire Brick #AA230C
Tints of Fire Brick #AA230C
RGB
CMYK
RGB Variations
Color information
#AA230C (or 0xAA230C) is known color: Fire Brick. HEX triplet: AA, 23 and 0C. RGB value is (170,35,12). Sum of RGB (Red+Green+Blue) = 170+35+12=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA230C is #55DCF3. Grayscale: #484848. Windows color (decimal): -5627124 or 795562. OLE color: 795562.
HSL color Cylindrical-coordinate representation of color #AA230C: hue angle of 8.73º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA230C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 12 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.33 |
| HSL | 8.73º | 0.87% | 0.36% | - |
| HSV(B) | 8.73º | 0.93% | 0.67% | - |
| XYZ | 17.24 | 9.77 | 1.33 | - |
| YUV | 72.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 12 | 0 | 0.79 | 0.93 | 0.33 | 8.73 | 0.87 | 0.36 |
| Hex | AA | 23 | C | 0 | 4F | 5D | 21 | 9 | 57 | 24 |
| Octal | 252 | 43 | 14 | 0 | 117 | 135 | 41 | 11 | 127 | 44 |
| Binary | 10101010 | 100011 | 1100 | 0 | 1001111 | 1011101 | 100001 | 1001 | 1010111 | 100100 |
Color Harmonies of #AA230C
Complementary color
Monochromatic Colors of #AA230C
Black with #AA230C
Text Example
Text Example
White with #AA230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA230C; }
p { color: rgb(170,35,12); }
H1.HeaderClassName
{
color: #AA230C;
}
.AnyTagClassName
{
color: #AA230C;
}
</style>
background-color css
<style>
a { background-color: #AA230C; }
a { background-color: rgb(170,35,12); }
div.DivClassName
{
background-color: #AA230C;
}
.BgClassName
{
background-color: #AA230C;
}
</style>
border-color css
<style>
span { border-color: #AA230C; }
span { border-color: rgb(170,35,12); }
td.TdClassName
{
border-color: #AA230C;
}
.TagClassName
{
border-color: #AA230C;
}
</style>