Shades of Rust #AE421F
Tints of Rust #AE421F
RGB
CMYK
RGB Variations
Color information
#AE421F (or 0xAE421F) is known color: Rust. HEX triplet: AE, 42 and 1F. RGB value is (174,66,31). Sum of RGB (Red+Green+Blue) = 174+66+31=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE421F is #51BDE0. Grayscale: #5E5E5E. Windows color (decimal): -5357025 or 2048686. OLE color: 2048686.
HSL color Cylindrical-coordinate representation of color #AE421F: hue angle of 14.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE421F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 31 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.32 |
| HSL | 14.69º | 0.7% | 0.4% | - |
| HSV(B) | 14.69º | 0.82% | 0.68% | - |
| XYZ | 19.65 | 12.99 | 2.77 | - |
| YUV | 94.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 31 | 0 | 0.62 | 0.82 | 0.32 | 14.69 | 0.7 | 0.4 |
| Hex | AE | 42 | 1F | 0 | 3E | 52 | 20 | F | 46 | 28 |
| Octal | 256 | 102 | 37 | 0 | 76 | 122 | 40 | 17 | 106 | 50 |
| Binary | 10101110 | 1000010 | 11111 | 0 | 111110 | 1010010 | 100000 | 1111 | 1000110 | 101000 |
Color Harmonies of #AE421F
Complementary color
Monochromatic Colors of #AE421F
Black with #AE421F
Text Example
Text Example
White with #AE421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE421F; }
p { color: rgb(174,66,31); }
H1.HeaderClassName
{
color: #AE421F;
}
.AnyTagClassName
{
color: #AE421F;
}
</style>
background-color css
<style>
a { background-color: #AE421F; }
a { background-color: rgb(174,66,31); }
div.DivClassName
{
background-color: #AE421F;
}
.BgClassName
{
background-color: #AE421F;
}
</style>
border-color css
<style>
span { border-color: #AE421F; }
span { border-color: rgb(174,66,31); }
td.TdClassName
{
border-color: #AE421F;
}
.TagClassName
{
border-color: #AE421F;
}
</style>