Shades of Rust #AE4101
Tints of Rust #AE4101
RGB
CMYK
RGB Variations
Color information
#AE4101 (or 0xAE4101) is known color: Rust. HEX triplet: AE, 41 and 01. RGB value is (174,65,1). Sum of RGB (Red+Green+Blue) = 174+65+1=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4101 is #51BEFE. Grayscale: #5A5A5A. Windows color (decimal): -5357311 or 82350. OLE color: 82350.
HSL color Cylindrical-coordinate representation of color #AE4101: hue angle of 22.2º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE4101 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.32 |
| HSL | 22.2º | 0.99% | 0.34% | - |
| HSV(B) | 22.2º | 0.99% | 0.68% | - |
| XYZ | 19.35 | 12.78 | 1.48 | - |
| YUV | 90.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 1 | 0 | 0.63 | 0.99 | 0.32 | 22.2 | 0.99 | 0.34 |
| Hex | AE | 41 | 1 | 0 | 3F | 63 | 20 | 16 | 63 | 22 |
| Octal | 256 | 101 | 1 | 0 | 77 | 143 | 40 | 26 | 143 | 42 |
| Binary | 10101110 | 1000001 | 1 | 0 | 111111 | 1100011 | 100000 | 10110 | 1100011 | 100010 |
Color Harmonies of #AE4101
Complementary color
Monochromatic Colors of #AE4101
Black with #AE4101
Text Example
Text Example
White with #AE4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4101; }
p { color: rgb(174,65,1); }
H1.HeaderClassName
{
color: #AE4101;
}
.AnyTagClassName
{
color: #AE4101;
}
</style>
background-color css
<style>
a { background-color: #AE4101; }
a { background-color: rgb(174,65,1); }
div.DivClassName
{
background-color: #AE4101;
}
.BgClassName
{
background-color: #AE4101;
}
</style>
border-color css
<style>
span { border-color: #AE4101; }
span { border-color: rgb(174,65,1); }
td.TdClassName
{
border-color: #AE4101;
}
.TagClassName
{
border-color: #AE4101;
}
</style>