Shades of Fire Brick #AE2D17
Tints of Fire Brick #AE2D17
RGB
CMYK
RGB Variations
Color information
#AE2D17 (or 0xAE2D17) is known color: Fire Brick. HEX triplet: AE, 2D and 17. RGB value is (174,45,23). Sum of RGB (Red+Green+Blue) = 174+45+23=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D17 is #51D2E8. Grayscale: #515151. Windows color (decimal): -5362409 or 1519022. OLE color: 1519022.
HSL color Cylindrical-coordinate representation of color #AE2D17: hue angle of 8.74º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE2D17 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 23 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.32 |
| HSL | 8.74º | 0.77% | 0.39% | - |
| HSV(B) | 8.74º | 0.87% | 0.68% | - |
| XYZ | 18.55 | 10.94 | 1.94 | - |
| YUV | 81.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 23 | 0 | 0.74 | 0.87 | 0.32 | 8.74 | 0.77 | 0.39 |
| Hex | AE | 2D | 17 | 0 | 4A | 57 | 20 | 9 | 4D | 27 |
| Octal | 256 | 55 | 27 | 0 | 112 | 127 | 40 | 11 | 115 | 47 |
| Binary | 10101110 | 101101 | 10111 | 0 | 1001010 | 1010111 | 100000 | 1001 | 1001101 | 100111 |
Color Harmonies of #AE2D17
Complementary color
Monochromatic Colors of #AE2D17
Black with #AE2D17
Text Example
Text Example
White with #AE2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D17; }
p { color: rgb(174,45,23); }
H1.HeaderClassName
{
color: #AE2D17;
}
.AnyTagClassName
{
color: #AE2D17;
}
</style>
background-color css
<style>
a { background-color: #AE2D17; }
a { background-color: rgb(174,45,23); }
div.DivClassName
{
background-color: #AE2D17;
}
.BgClassName
{
background-color: #AE2D17;
}
</style>
border-color css
<style>
span { border-color: #AE2D17; }
span { border-color: rgb(174,45,23); }
td.TdClassName
{
border-color: #AE2D17;
}
.TagClassName
{
border-color: #AE2D17;
}
</style>