Shades of Fire Brick #AE160F
Tints of Fire Brick #AE160F
RGB
CMYK
RGB Variations
Color information
#AE160F (or 0xAE160F) is known color: Fire Brick. HEX triplet: AE, 16 and 0F. RGB value is (174,22,15). Sum of RGB (Red+Green+Blue) = 174+22+15=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE160F is #51E9F0. Grayscale: #424242. Windows color (decimal): -5368305 or 988846. OLE color: 988846.
HSL color Cylindrical-coordinate representation of color #AE160F: hue angle of 2.64º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE160F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.32 |
| HSL | 2.64º | 0.84% | 0.37% | - |
| HSV(B) | 2.64º | 0.91% | 0.68% | - |
| XYZ | 17.83 | 9.61 | 1.37 | - |
| YUV | 66.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 15 | 0 | 0.87 | 0.91 | 0.32 | 2.64 | 0.84 | 0.37 |
| Hex | AE | 16 | F | 0 | 57 | 5B | 20 | 3 | 54 | 25 |
| Octal | 256 | 26 | 17 | 0 | 127 | 133 | 40 | 3 | 124 | 45 |
| Binary | 10101110 | 10110 | 1111 | 0 | 1010111 | 1011011 | 100000 | 11 | 1010100 | 100101 |
Color Harmonies of #AE160F
Complementary color
Monochromatic Colors of #AE160F
Black with #AE160F
Text Example
Text Example
White with #AE160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE160F; }
p { color: rgb(174,22,15); }
H1.HeaderClassName
{
color: #AE160F;
}
.AnyTagClassName
{
color: #AE160F;
}
</style>
background-color css
<style>
a { background-color: #AE160F; }
a { background-color: rgb(174,22,15); }
div.DivClassName
{
background-color: #AE160F;
}
.BgClassName
{
background-color: #AE160F;
}
</style>
border-color css
<style>
span { border-color: #AE160F; }
span { border-color: rgb(174,22,15); }
td.TdClassName
{
border-color: #AE160F;
}
.TagClassName
{
border-color: #AE160F;
}
</style>