Shades of Fire Brick #AE271C
Tints of Fire Brick #AE271C
RGB
CMYK
RGB Variations
Color information
#AE271C (or 0xAE271C) is known color: Fire Brick. HEX triplet: AE, 27 and 1C. RGB value is (174,39,28). Sum of RGB (Red+Green+Blue) = 174+39+28=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE271C is #51D8E3. Grayscale: #4E4E4E. Windows color (decimal): -5363940 or 1845166. OLE color: 1845166.
HSL color Cylindrical-coordinate representation of color #AE271C: hue angle of 4.52º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE271C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 28 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.32 |
| HSL | 4.52º | 0.72% | 0.4% | - |
| HSV(B) | 4.52º | 0.84% | 0.68% | - |
| XYZ | 18.39 | 10.53 | 2.16 | - |
| YUV | 78.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 28 | 0 | 0.78 | 0.84 | 0.32 | 4.52 | 0.72 | 0.4 |
| Hex | AE | 27 | 1C | 0 | 4E | 54 | 20 | 5 | 48 | 28 |
| Octal | 256 | 47 | 34 | 0 | 116 | 124 | 40 | 5 | 110 | 50 |
| Binary | 10101110 | 100111 | 11100 | 0 | 1001110 | 1010100 | 100000 | 101 | 1001000 | 101000 |
Color Harmonies of #AE271C
Complementary color
Monochromatic Colors of #AE271C
Black with #AE271C
Text Example
Text Example
White with #AE271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE271C; }
p { color: rgb(174,39,28); }
H1.HeaderClassName
{
color: #AE271C;
}
.AnyTagClassName
{
color: #AE271C;
}
</style>
background-color css
<style>
a { background-color: #AE271C; }
a { background-color: rgb(174,39,28); }
div.DivClassName
{
background-color: #AE271C;
}
.BgClassName
{
background-color: #AE271C;
}
</style>
border-color css
<style>
span { border-color: #AE271C; }
span { border-color: rgb(174,39,28); }
td.TdClassName
{
border-color: #AE271C;
}
.TagClassName
{
border-color: #AE271C;
}
</style>