Shades of Fire Brick #AE261C
Tints of Fire Brick #AE261C
RGB
CMYK
RGB Variations
Color information
#AE261C (or 0xAE261C) is known color: Fire Brick. HEX triplet: AE, 26 and 1C. RGB value is (174,38,28). Sum of RGB (Red+Green+Blue) = 174+38+28=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE261C is #51D9E3. Grayscale: #4D4D4D. Windows color (decimal): -5364196 or 1844910. OLE color: 1844910.
HSL color Cylindrical-coordinate representation of color #AE261C: hue angle of 4.11º 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 #AE261C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 28 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.32 |
| HSL | 4.11º | 0.72% | 0.4% | - |
| HSV(B) | 4.11º | 0.84% | 0.68% | - |
| XYZ | 18.36 | 10.47 | 2.15 | - |
| YUV | 77.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 28 | 0 | 0.78 | 0.84 | 0.32 | 4.11 | 0.72 | 0.4 |
| Hex | AE | 26 | 1C | 0 | 4E | 54 | 20 | 4 | 48 | 28 |
| Octal | 256 | 46 | 34 | 0 | 116 | 124 | 40 | 4 | 110 | 50 |
| Binary | 10101110 | 100110 | 11100 | 0 | 1001110 | 1010100 | 100000 | 100 | 1001000 | 101000 |
Color Harmonies of #AE261C
Complementary color
Monochromatic Colors of #AE261C
Black with #AE261C
Text Example
Text Example
White with #AE261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE261C; }
p { color: rgb(174,38,28); }
H1.HeaderClassName
{
color: #AE261C;
}
.AnyTagClassName
{
color: #AE261C;
}
</style>
background-color css
<style>
a { background-color: #AE261C; }
a { background-color: rgb(174,38,28); }
div.DivClassName
{
background-color: #AE261C;
}
.BgClassName
{
background-color: #AE261C;
}
</style>
border-color css
<style>
span { border-color: #AE261C; }
span { border-color: rgb(174,38,28); }
td.TdClassName
{
border-color: #AE261C;
}
.TagClassName
{
border-color: #AE261C;
}
</style>