Shades of Rust #AE410F
Tints of Rust #AE410F
RGB
CMYK
RGB Variations
Color information
#AE410F (or 0xAE410F) is known color: Rust. HEX triplet: AE, 41 and 0F. RGB value is (174,65,15). Sum of RGB (Red+Green+Blue) = 174+65+15=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE410F is #51BEF0. Grayscale: #5C5C5C. Windows color (decimal): -5357297 or 999854. OLE color: 999854.
HSL color Cylindrical-coordinate representation of color #AE410F: hue angle of 18.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE410F is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 15 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.32 |
| HSL | 18.87º | 0.84% | 0.37% | - |
| HSV(B) | 18.87º | 0.91% | 0.68% | - |
| XYZ | 19.43 | 12.81 | 1.9 | - |
| YUV | 91.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 15 | 0 | 0.63 | 0.91 | 0.32 | 18.87 | 0.84 | 0.37 |
| Hex | AE | 41 | F | 0 | 3F | 5B | 20 | 13 | 54 | 25 |
| Octal | 256 | 101 | 17 | 0 | 77 | 133 | 40 | 23 | 124 | 45 |
| Binary | 10101110 | 1000001 | 1111 | 0 | 111111 | 1011011 | 100000 | 10011 | 1010100 | 100101 |
Color Harmonies of #AE410F
Complementary color
Monochromatic Colors of #AE410F
Black with #AE410F
Text Example
Text Example
White with #AE410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE410F; }
p { color: rgb(174,65,15); }
H1.HeaderClassName
{
color: #AE410F;
}
.AnyTagClassName
{
color: #AE410F;
}
</style>
background-color css
<style>
a { background-color: #AE410F; }
a { background-color: rgb(174,65,15); }
div.DivClassName
{
background-color: #AE410F;
}
.BgClassName
{
background-color: #AE410F;
}
</style>
border-color css
<style>
span { border-color: #AE410F; }
span { border-color: rgb(174,65,15); }
td.TdClassName
{
border-color: #AE410F;
}
.TagClassName
{
border-color: #AE410F;
}
</style>