Shades of Fire Brick #AE2C1F
Tints of Fire Brick #AE2C1F
RGB
CMYK
RGB Variations
Color information
#AE2C1F (or 0xAE2C1F) is known color: Fire Brick. HEX triplet: AE, 2C and 1F. RGB value is (174,44,31). Sum of RGB (Red+Green+Blue) = 174+44+31=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C1F is #51D3E0. Grayscale: #515151. Windows color (decimal): -5362657 or 2043054. OLE color: 2043054.
HSL color Cylindrical-coordinate representation of color #AE2C1F: hue angle of 5.45º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2C1F is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 31 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.32 |
| HSL | 5.45º | 0.7% | 0.4% | - |
| HSV(B) | 5.45º | 0.82% | 0.68% | - |
| XYZ | 18.6 | 10.9 | 2.42 | - |
| YUV | 81.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 31 | 0 | 0.75 | 0.82 | 0.32 | 5.45 | 0.7 | 0.4 |
| Hex | AE | 2C | 1F | 0 | 4B | 52 | 20 | 5 | 46 | 28 |
| Octal | 256 | 54 | 37 | 0 | 113 | 122 | 40 | 5 | 106 | 50 |
| Binary | 10101110 | 101100 | 11111 | 0 | 1001011 | 1010010 | 100000 | 101 | 1000110 | 101000 |
Color Harmonies of #AE2C1F
Complementary color
Monochromatic Colors of #AE2C1F
Black with #AE2C1F
Text Example
Text Example
White with #AE2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C1F; }
p { color: rgb(174,44,31); }
H1.HeaderClassName
{
color: #AE2C1F;
}
.AnyTagClassName
{
color: #AE2C1F;
}
</style>
background-color css
<style>
a { background-color: #AE2C1F; }
a { background-color: rgb(174,44,31); }
div.DivClassName
{
background-color: #AE2C1F;
}
.BgClassName
{
background-color: #AE2C1F;
}
</style>
border-color css
<style>
span { border-color: #AE2C1F; }
span { border-color: rgb(174,44,31); }
td.TdClassName
{
border-color: #AE2C1F;
}
.TagClassName
{
border-color: #AE2C1F;
}
</style>