Shades of Fire Brick #AE280B
Tints of Fire Brick #AE280B
RGB
CMYK
RGB Variations
Color information
#AE280B (or 0xAE280B) is known color: Fire Brick. HEX triplet: AE, 28 and 0B. RGB value is (174,40,11). Sum of RGB (Red+Green+Blue) = 174+40+11=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE280B is #51D7F4. Grayscale: #4D4D4D. Windows color (decimal): -5363701 or 731310. OLE color: 731310.
HSL color Cylindrical-coordinate representation of color #AE280B: hue angle of 10.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE280B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.32 |
| HSL | 10.67º | 0.88% | 0.36% | - |
| HSV(B) | 10.67º | 0.94% | 0.68% | - |
| XYZ | 18.27 | 10.54 | 1.39 | - |
| YUV | 76.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 11 | 0 | 0.77 | 0.94 | 0.32 | 10.67 | 0.88 | 0.36 |
| Hex | AE | 28 | B | 0 | 4D | 5E | 20 | B | 58 | 24 |
| Octal | 256 | 50 | 13 | 0 | 115 | 136 | 40 | 13 | 130 | 44 |
| Binary | 10101110 | 101000 | 1011 | 0 | 1001101 | 1011110 | 100000 | 1011 | 1011000 | 100100 |
Color Harmonies of #AE280B
Complementary color
Monochromatic Colors of #AE280B
Black with #AE280B
Text Example
Text Example
White with #AE280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE280B; }
p { color: rgb(174,40,11); }
H1.HeaderClassName
{
color: #AE280B;
}
.AnyTagClassName
{
color: #AE280B;
}
</style>
background-color css
<style>
a { background-color: #AE280B; }
a { background-color: rgb(174,40,11); }
div.DivClassName
{
background-color: #AE280B;
}
.BgClassName
{
background-color: #AE280B;
}
</style>
border-color css
<style>
span { border-color: #AE280B; }
span { border-color: rgb(174,40,11); }
td.TdClassName
{
border-color: #AE280B;
}
.TagClassName
{
border-color: #AE280B;
}
</style>