Shades of Fire Brick #AE321D
Tints of Fire Brick #AE321D
RGB
CMYK
RGB Variations
Color information
#AE321D (or 0xAE321D) is known color: Fire Brick. HEX triplet: AE, 32 and 1D. RGB value is (174,50,29). Sum of RGB (Red+Green+Blue) = 174+50+29=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE321D is #51CDE2. Grayscale: #545454. Windows color (decimal): -5361123 or 1913518. OLE color: 1913518.
HSL color Cylindrical-coordinate representation of color #AE321D: hue angle of 8.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE321D is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 29 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.32 |
| HSL | 8.69º | 0.71% | 0.4% | - |
| HSV(B) | 8.69º | 0.83% | 0.68% | - |
| XYZ | 18.82 | 11.37 | 2.36 | - |
| YUV | 84.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 29 | 0 | 0.71 | 0.83 | 0.32 | 8.69 | 0.71 | 0.4 |
| Hex | AE | 32 | 1D | 0 | 47 | 53 | 20 | 9 | 47 | 28 |
| Octal | 256 | 62 | 35 | 0 | 107 | 123 | 40 | 11 | 107 | 50 |
| Binary | 10101110 | 110010 | 11101 | 0 | 1000111 | 1010011 | 100000 | 1001 | 1000111 | 101000 |
Color Harmonies of #AE321D
Complementary color
Monochromatic Colors of #AE321D
Black with #AE321D
Text Example
Text Example
White with #AE321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE321D; }
p { color: rgb(174,50,29); }
H1.HeaderClassName
{
color: #AE321D;
}
.AnyTagClassName
{
color: #AE321D;
}
</style>
background-color css
<style>
a { background-color: #AE321D; }
a { background-color: rgb(174,50,29); }
div.DivClassName
{
background-color: #AE321D;
}
.BgClassName
{
background-color: #AE321D;
}
</style>
border-color css
<style>
span { border-color: #AE321D; }
span { border-color: rgb(174,50,29); }
td.TdClassName
{
border-color: #AE321D;
}
.TagClassName
{
border-color: #AE321D;
}
</style>