Shades of Fire Brick #AE170D
Tints of Fire Brick #AE170D
RGB
CMYK
RGB Variations
Color information
#AE170D (or 0xAE170D) is known color: Fire Brick. HEX triplet: AE, 17 and 0D. RGB value is (174,23,13). Sum of RGB (Red+Green+Blue) = 174+23+13=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE170D is #51E8F2. Grayscale: #434343. Windows color (decimal): -5368051 or 858030. OLE color: 858030.
HSL color Cylindrical-coordinate representation of color #AE170D: hue angle of 3.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE170D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 23 | 13 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.32 |
| HSL | 3.73º | 0.86% | 0.37% | - |
| HSV(B) | 3.73º | 0.93% | 0.68% | - |
| XYZ | 17.83 | 9.64 | 1.3 | - |
| YUV | 67.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 13 | 0 | 0.87 | 0.93 | 0.32 | 3.73 | 0.86 | 0.37 |
| Hex | AE | 17 | D | 0 | 57 | 5D | 20 | 4 | 56 | 25 |
| Octal | 256 | 27 | 15 | 0 | 127 | 135 | 40 | 4 | 126 | 45 |
| Binary | 10101110 | 10111 | 1101 | 0 | 1010111 | 1011101 | 100000 | 100 | 1010110 | 100101 |
Color Harmonies of #AE170D
Complementary color
Monochromatic Colors of #AE170D
Black with #AE170D
Text Example
Text Example
White with #AE170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE170D; }
p { color: rgb(174,23,13); }
H1.HeaderClassName
{
color: #AE170D;
}
.AnyTagClassName
{
color: #AE170D;
}
</style>
background-color css
<style>
a { background-color: #AE170D; }
a { background-color: rgb(174,23,13); }
div.DivClassName
{
background-color: #AE170D;
}
.BgClassName
{
background-color: #AE170D;
}
</style>
border-color css
<style>
span { border-color: #AE170D; }
span { border-color: rgb(174,23,13); }
td.TdClassName
{
border-color: #AE170D;
}
.TagClassName
{
border-color: #AE170D;
}
</style>