Shades of Rust #AE4102
Tints of Rust #AE4102
RGB
CMYK
RGB Variations
Color information
#AE4102 (or 0xAE4102) is known color: Rust. HEX triplet: AE, 41 and 02. RGB value is (174,65,2). Sum of RGB (Red+Green+Blue) = 174+65+2=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4102 is #51BEFD. Grayscale: #5A5A5A. Windows color (decimal): -5357310 or 147886. OLE color: 147886.
HSL color Cylindrical-coordinate representation of color #AE4102: hue angle of 21.98º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE4102 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.32 |
| HSL | 21.98º | 0.98% | 0.35% | - |
| HSV(B) | 21.98º | 0.99% | 0.68% | - |
| XYZ | 19.36 | 12.78 | 1.5 | - |
| YUV | 90.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 2 | 0 | 0.63 | 0.99 | 0.32 | 21.98 | 0.98 | 0.35 |
| Hex | AE | 41 | 2 | 0 | 3F | 63 | 20 | 16 | 62 | 23 |
| Octal | 256 | 101 | 2 | 0 | 77 | 143 | 40 | 26 | 142 | 43 |
| Binary | 10101110 | 1000001 | 10 | 0 | 111111 | 1100011 | 100000 | 10110 | 1100010 | 100011 |
Color Harmonies of #AE4102
Complementary color
Monochromatic Colors of #AE4102
Black with #AE4102
Text Example
Text Example
White with #AE4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4102; }
p { color: rgb(174,65,2); }
H1.HeaderClassName
{
color: #AE4102;
}
.AnyTagClassName
{
color: #AE4102;
}
</style>
background-color css
<style>
a { background-color: #AE4102; }
a { background-color: rgb(174,65,2); }
div.DivClassName
{
background-color: #AE4102;
}
.BgClassName
{
background-color: #AE4102;
}
</style>
border-color css
<style>
span { border-color: #AE4102; }
span { border-color: rgb(174,65,2); }
td.TdClassName
{
border-color: #AE4102;
}
.TagClassName
{
border-color: #AE4102;
}
</style>