Shades of Fire Brick #AE221C
Tints of Fire Brick #AE221C
RGB
CMYK
RGB Variations
Color information
#AE221C (or 0xAE221C) is known color: Fire Brick. HEX triplet: AE, 22 and 1C. RGB value is (174,34,28). Sum of RGB (Red+Green+Blue) = 174+34+28=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE221C is #51DDE3. Grayscale: #4B4B4B. Windows color (decimal): -5365220 or 1843886. OLE color: 1843886.
HSL color Cylindrical-coordinate representation of color #AE221C: hue angle of 2.47º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE221C is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 28 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.32 |
| HSL | 2.47º | 0.72% | 0.4% | - |
| HSV(B) | 2.47º | 0.84% | 0.68% | - |
| XYZ | 18.24 | 10.23 | 2.11 | - |
| YUV | 75.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 28 | 0 | 0.80 | 0.84 | 0.32 | 2.47 | 0.72 | 0.4 |
| Hex | AE | 22 | 1C | 0 | 50 | 54 | 20 | 2 | 48 | 28 |
| Octal | 256 | 42 | 34 | 0 | 120 | 124 | 40 | 2 | 110 | 50 |
| Binary | 10101110 | 100010 | 11100 | 0 | 1010000 | 1010100 | 100000 | 10 | 1001000 | 101000 |
Color Harmonies of #AE221C
Complementary color
Monochromatic Colors of #AE221C
Black with #AE221C
Text Example
Text Example
White with #AE221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE221C; }
p { color: rgb(174,34,28); }
H1.HeaderClassName
{
color: #AE221C;
}
.AnyTagClassName
{
color: #AE221C;
}
</style>
background-color css
<style>
a { background-color: #AE221C; }
a { background-color: rgb(174,34,28); }
div.DivClassName
{
background-color: #AE221C;
}
.BgClassName
{
background-color: #AE221C;
}
</style>
border-color css
<style>
span { border-color: #AE221C; }
span { border-color: rgb(174,34,28); }
td.TdClassName
{
border-color: #AE221C;
}
.TagClassName
{
border-color: #AE221C;
}
</style>