Shades of Fire Brick #AE201C
Tints of Fire Brick #AE201C
RGB
CMYK
RGB Variations
Color information
#AE201C (or 0xAE201C) is known color: Fire Brick. HEX triplet: AE, 20 and 1C. RGB value is (174,32,28). Sum of RGB (Red+Green+Blue) = 174+32+28=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE201C is #51DFE3. Grayscale: #4A4A4A. Windows color (decimal): -5365732 or 1843374. OLE color: 1843374.
HSL color Cylindrical-coordinate representation of color #AE201C: hue angle of 1.64º 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 #AE201C is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 28 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.32 |
| HSL | 1.64º | 0.72% | 0.4% | - |
| HSV(B) | 1.64º | 0.84% | 0.68% | - |
| XYZ | 18.18 | 10.12 | 2.09 | - |
| YUV | 74 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 28 | 0 | 0.82 | 0.84 | 0.32 | 1.64 | 0.72 | 0.4 |
| Hex | AE | 20 | 1C | 0 | 52 | 54 | 20 | 2 | 48 | 28 |
| Octal | 256 | 40 | 34 | 0 | 122 | 124 | 40 | 2 | 110 | 50 |
| Binary | 10101110 | 100000 | 11100 | 0 | 1010010 | 1010100 | 100000 | 10 | 1001000 | 101000 |
Color Harmonies of #AE201C
Complementary color
Monochromatic Colors of #AE201C
Black with #AE201C
Text Example
Text Example
White with #AE201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE201C; }
p { color: rgb(174,32,28); }
H1.HeaderClassName
{
color: #AE201C;
}
.AnyTagClassName
{
color: #AE201C;
}
</style>
background-color css
<style>
a { background-color: #AE201C; }
a { background-color: rgb(174,32,28); }
div.DivClassName
{
background-color: #AE201C;
}
.BgClassName
{
background-color: #AE201C;
}
</style>
border-color css
<style>
span { border-color: #AE201C; }
span { border-color: rgb(174,32,28); }
td.TdClassName
{
border-color: #AE201C;
}
.TagClassName
{
border-color: #AE201C;
}
</style>