Shades of Fire Brick #AE321E
Tints of Fire Brick #AE321E
RGB
CMYK
RGB Variations
Color information
#AE321E (or 0xAE321E) is known color: Fire Brick. HEX triplet: AE, 32 and 1E. RGB value is (174,50,30). Sum of RGB (Red+Green+Blue) = 174+50+30=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE321E is #51CDE1. Grayscale: #545454. Windows color (decimal): -5361122 or 1979054. OLE color: 1979054.
HSL color Cylindrical-coordinate representation of color #AE321E: hue angle of 8.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE321E is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 30 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.32 |
| HSL | 8.33º | 0.71% | 0.4% | - |
| HSV(B) | 8.33º | 0.83% | 0.68% | - |
| XYZ | 18.83 | 11.37 | 2.43 | - |
| YUV | 84.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 30 | 0 | 0.71 | 0.83 | 0.32 | 8.33 | 0.71 | 0.4 |
| Hex | AE | 32 | 1E | 0 | 47 | 53 | 20 | 8 | 47 | 28 |
| Octal | 256 | 62 | 36 | 0 | 107 | 123 | 40 | 10 | 107 | 50 |
| Binary | 10101110 | 110010 | 11110 | 0 | 1000111 | 1010011 | 100000 | 1000 | 1000111 | 101000 |
Color Harmonies of #AE321E
Complementary color
Monochromatic Colors of #AE321E
Black with #AE321E
Text Example
Text Example
White with #AE321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE321E; }
p { color: rgb(174,50,30); }
H1.HeaderClassName
{
color: #AE321E;
}
.AnyTagClassName
{
color: #AE321E;
}
</style>
background-color css
<style>
a { background-color: #AE321E; }
a { background-color: rgb(174,50,30); }
div.DivClassName
{
background-color: #AE321E;
}
.BgClassName
{
background-color: #AE321E;
}
</style>
border-color css
<style>
span { border-color: #AE321E; }
span { border-color: rgb(174,50,30); }
td.TdClassName
{
border-color: #AE321E;
}
.TagClassName
{
border-color: #AE321E;
}
</style>