Shades of Fire Brick #AE3119
Tints of Fire Brick #AE3119
RGB
CMYK
RGB Variations
Color information
#AE3119 (or 0xAE3119) is known color: Fire Brick. HEX triplet: AE, 31 and 19. RGB value is (174,49,25). Sum of RGB (Red+Green+Blue) = 174+49+25=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3119 is #51CEE6. Grayscale: #535353. Windows color (decimal): -5361383 or 1651118. OLE color: 1651118.
HSL color Cylindrical-coordinate representation of color #AE3119: hue angle of 9.66º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE3119 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 25 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.32 |
| HSL | 9.66º | 0.75% | 0.39% | - |
| HSV(B) | 9.66º | 0.86% | 0.68% | - |
| XYZ | 18.73 | 11.27 | 2.11 | - |
| YUV | 83.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 25 | 0 | 0.72 | 0.86 | 0.32 | 9.66 | 0.75 | 0.39 |
| Hex | AE | 31 | 19 | 0 | 48 | 56 | 20 | A | 4B | 27 |
| Octal | 256 | 61 | 31 | 0 | 110 | 126 | 40 | 12 | 113 | 47 |
| Binary | 10101110 | 110001 | 11001 | 0 | 1001000 | 1010110 | 100000 | 1010 | 1001011 | 100111 |
Color Harmonies of #AE3119
Complementary color
Monochromatic Colors of #AE3119
Black with #AE3119
Text Example
Text Example
White with #AE3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3119; }
p { color: rgb(174,49,25); }
H1.HeaderClassName
{
color: #AE3119;
}
.AnyTagClassName
{
color: #AE3119;
}
</style>
background-color css
<style>
a { background-color: #AE3119; }
a { background-color: rgb(174,49,25); }
div.DivClassName
{
background-color: #AE3119;
}
.BgClassName
{
background-color: #AE3119;
}
</style>
border-color css
<style>
span { border-color: #AE3119; }
span { border-color: rgb(174,49,25); }
td.TdClassName
{
border-color: #AE3119;
}
.TagClassName
{
border-color: #AE3119;
}
</style>