Shades of Fire Brick #AE2511
Tints of Fire Brick #AE2511
RGB
CMYK
RGB Variations
Color information
#AE2511 (or 0xAE2511) is known color: Fire Brick. HEX triplet: AE, 25 and 11. RGB value is (174,37,17). Sum of RGB (Red+Green+Blue) = 174+37+17=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2511 is #51DAEE. Grayscale: #4B4B4B. Windows color (decimal): -5364463 or 1123758. OLE color: 1123758.
HSL color Cylindrical-coordinate representation of color #AE2511: hue angle of 7.64º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2511 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 17 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.32 |
| HSL | 7.64º | 0.82% | 0.37% | - |
| HSV(B) | 7.64º | 0.9% | 0.68% | - |
| XYZ | 18.22 | 10.36 | 1.57 | - |
| YUV | 75.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 17 | 0 | 0.79 | 0.90 | 0.32 | 7.64 | 0.82 | 0.37 |
| Hex | AE | 25 | 11 | 0 | 4F | 5A | 20 | 8 | 52 | 25 |
| Octal | 256 | 45 | 21 | 0 | 117 | 132 | 40 | 10 | 122 | 45 |
| Binary | 10101110 | 100101 | 10001 | 0 | 1001111 | 1011010 | 100000 | 1000 | 1010010 | 100101 |
Color Harmonies of #AE2511
Complementary color
Monochromatic Colors of #AE2511
Black with #AE2511
Text Example
Text Example
White with #AE2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2511; }
p { color: rgb(174,37,17); }
H1.HeaderClassName
{
color: #AE2511;
}
.AnyTagClassName
{
color: #AE2511;
}
</style>
background-color css
<style>
a { background-color: #AE2511; }
a { background-color: rgb(174,37,17); }
div.DivClassName
{
background-color: #AE2511;
}
.BgClassName
{
background-color: #AE2511;
}
</style>
border-color css
<style>
span { border-color: #AE2511; }
span { border-color: rgb(174,37,17); }
td.TdClassName
{
border-color: #AE2511;
}
.TagClassName
{
border-color: #AE2511;
}
</style>