Shades of Fire Brick #AE140C
Tints of Fire Brick #AE140C
RGB
CMYK
RGB Variations
Color information
#AE140C (or 0xAE140C) is known color: Fire Brick. HEX triplet: AE, 14 and 0C. RGB value is (174,20,12). Sum of RGB (Red+Green+Blue) = 174+20+12=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE140C is #51EBF3. Grayscale: #414141. Windows color (decimal): -5368820 or 791726. OLE color: 791726.
HSL color Cylindrical-coordinate representation of color #AE140C: hue angle of 2.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE140C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.32 |
| HSL | 2.96º | 0.87% | 0.36% | - |
| HSV(B) | 2.96º | 0.93% | 0.68% | - |
| XYZ | 17.77 | 9.53 | 1.25 | - |
| YUV | 65.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 12 | 0 | 0.89 | 0.93 | 0.32 | 2.96 | 0.87 | 0.36 |
| Hex | AE | 14 | C | 0 | 59 | 5D | 20 | 3 | 57 | 24 |
| Octal | 256 | 24 | 14 | 0 | 131 | 135 | 40 | 3 | 127 | 44 |
| Binary | 10101110 | 10100 | 1100 | 0 | 1011001 | 1011101 | 100000 | 11 | 1010111 | 100100 |
Color Harmonies of #AE140C
Complementary color
Monochromatic Colors of #AE140C
Black with #AE140C
Text Example
Text Example
White with #AE140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE140C; }
p { color: rgb(174,20,12); }
H1.HeaderClassName
{
color: #AE140C;
}
.AnyTagClassName
{
color: #AE140C;
}
</style>
background-color css
<style>
a { background-color: #AE140C; }
a { background-color: rgb(174,20,12); }
div.DivClassName
{
background-color: #AE140C;
}
.BgClassName
{
background-color: #AE140C;
}
</style>
border-color css
<style>
span { border-color: #AE140C; }
span { border-color: rgb(174,20,12); }
td.TdClassName
{
border-color: #AE140C;
}
.TagClassName
{
border-color: #AE140C;
}
</style>