Shades of Rust #AE401A
Tints of Rust #AE401A
RGB
CMYK
RGB Variations
Color information
#AE401A (or 0xAE401A) is known color: Rust. HEX triplet: AE, 40 and 1A. RGB value is (174,64,26). Sum of RGB (Red+Green+Blue) = 174+64+26=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401A is #51BFE5. Grayscale: #5C5C5C. Windows color (decimal): -5357542 or 1720494. OLE color: 1720494.
HSL color Cylindrical-coordinate representation of color #AE401A: hue angle of 15.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE401A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.32 |
| HSL | 15.41º | 0.74% | 0.39% | - |
| HSV(B) | 15.41º | 0.85% | 0.68% | - |
| XYZ | 19.48 | 12.74 | 2.41 | - |
| YUV | 92.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 26 | 0 | 0.63 | 0.85 | 0.32 | 15.41 | 0.74 | 0.39 |
| Hex | AE | 40 | 1A | 0 | 3F | 55 | 20 | F | 4A | 27 |
| Octal | 256 | 100 | 32 | 0 | 77 | 125 | 40 | 17 | 112 | 47 |
| Binary | 10101110 | 1000000 | 11010 | 0 | 111111 | 1010101 | 100000 | 1111 | 1001010 | 100111 |
Color Harmonies of #AE401A
Complementary color
Monochromatic Colors of #AE401A
Black with #AE401A
Text Example
Text Example
White with #AE401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE401A; }
p { color: rgb(174,64,26); }
H1.HeaderClassName
{
color: #AE401A;
}
.AnyTagClassName
{
color: #AE401A;
}
</style>
background-color css
<style>
a { background-color: #AE401A; }
a { background-color: rgb(174,64,26); }
div.DivClassName
{
background-color: #AE401A;
}
.BgClassName
{
background-color: #AE401A;
}
</style>
border-color css
<style>
span { border-color: #AE401A; }
span { border-color: rgb(174,64,26); }
td.TdClassName
{
border-color: #AE401A;
}
.TagClassName
{
border-color: #AE401A;
}
</style>