Shades of Rust #AE401B
Tints of Rust #AE401B
RGB
CMYK
RGB Variations
Color information
#AE401B (or 0xAE401B) is known color: Rust. HEX triplet: AE, 40 and 1B. RGB value is (174,64,27). Sum of RGB (Red+Green+Blue) = 174+64+27=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE401B is #51BFE4. Grayscale: #5C5C5C. Windows color (decimal): -5357541 or 1786030. OLE color: 1786030.
HSL color Cylindrical-coordinate representation of color #AE401B: hue angle of 15.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE401B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 27 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.32 |
| HSL | 15.1º | 0.73% | 0.39% | - |
| HSV(B) | 15.1º | 0.84% | 0.68% | - |
| XYZ | 19.49 | 12.74 | 2.47 | - |
| YUV | 92.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 27 | 0 | 0.63 | 0.84 | 0.32 | 15.1 | 0.73 | 0.39 |
| Hex | AE | 40 | 1B | 0 | 3F | 54 | 20 | F | 49 | 27 |
| Octal | 256 | 100 | 33 | 0 | 77 | 124 | 40 | 17 | 111 | 47 |
| Binary | 10101110 | 1000000 | 11011 | 0 | 111111 | 1010100 | 100000 | 1111 | 1001001 | 100111 |
Color Harmonies of #AE401B
Complementary color
Monochromatic Colors of #AE401B
Black with #AE401B
Text Example
Text Example
White with #AE401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE401B; }
p { color: rgb(174,64,27); }
H1.HeaderClassName
{
color: #AE401B;
}
.AnyTagClassName
{
color: #AE401B;
}
</style>
background-color css
<style>
a { background-color: #AE401B; }
a { background-color: rgb(174,64,27); }
div.DivClassName
{
background-color: #AE401B;
}
.BgClassName
{
background-color: #AE401B;
}
</style>
border-color css
<style>
span { border-color: #AE401B; }
span { border-color: rgb(174,64,27); }
td.TdClassName
{
border-color: #AE401B;
}
.TagClassName
{
border-color: #AE401B;
}
</style>