Shades of Fire Brick #AE2D19
Tints of Fire Brick #AE2D19
RGB
CMYK
RGB Variations
Color information
#AE2D19 (or 0xAE2D19) is known color: Fire Brick. HEX triplet: AE, 2D and 19. RGB value is (174,45,25). Sum of RGB (Red+Green+Blue) = 174+45+25=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D19 is #51D2E6. Grayscale: #515151. Windows color (decimal): -5362407 or 1650094. OLE color: 1650094.
HSL color Cylindrical-coordinate representation of color #AE2D19: hue angle of 8.05º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE2D19 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 25 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.32 |
| HSL | 8.05º | 0.75% | 0.39% | - |
| HSV(B) | 8.05º | 0.86% | 0.68% | - |
| XYZ | 18.57 | 10.95 | 2.05 | - |
| YUV | 81.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 25 | 0 | 0.74 | 0.86 | 0.32 | 8.05 | 0.75 | 0.39 |
| Hex | AE | 2D | 19 | 0 | 4A | 56 | 20 | 8 | 4B | 27 |
| Octal | 256 | 55 | 31 | 0 | 112 | 126 | 40 | 10 | 113 | 47 |
| Binary | 10101110 | 101101 | 11001 | 0 | 1001010 | 1010110 | 100000 | 1000 | 1001011 | 100111 |
Color Harmonies of #AE2D19
Complementary color
Monochromatic Colors of #AE2D19
Black with #AE2D19
Text Example
Text Example
White with #AE2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D19; }
p { color: rgb(174,45,25); }
H1.HeaderClassName
{
color: #AE2D19;
}
.AnyTagClassName
{
color: #AE2D19;
}
</style>
background-color css
<style>
a { background-color: #AE2D19; }
a { background-color: rgb(174,45,25); }
div.DivClassName
{
background-color: #AE2D19;
}
.BgClassName
{
background-color: #AE2D19;
}
</style>
border-color css
<style>
span { border-color: #AE2D19; }
span { border-color: rgb(174,45,25); }
td.TdClassName
{
border-color: #AE2D19;
}
.TagClassName
{
border-color: #AE2D19;
}
</style>