Shades of Rust #AE5302
Tints of Rust #AE5302
RGB
CMYK
RGB Variations
Color information
#AE5302 (or 0xAE5302) is known color: Rust. HEX triplet: AE, 53 and 02. RGB value is (174,83,2). Sum of RGB (Red+Green+Blue) = 174+83+2=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5302 is #51ACFD. Grayscale: #656565. Windows color (decimal): -5352702 or 152494. OLE color: 152494.
HSL color Cylindrical-coordinate representation of color #AE5302: hue angle of 28.26º 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 #AE5302 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.32 |
| HSL | 28.26º | 0.98% | 0.35% | - |
| HSV(B) | 28.26º | 0.99% | 0.68% | - |
| XYZ | 20.56 | 15.19 | 1.91 | - |
| YUV | 100.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 2 | 0 | 0.52 | 0.99 | 0.32 | 28.26 | 0.98 | 0.35 |
| Hex | AE | 53 | 2 | 0 | 34 | 63 | 20 | 1C | 62 | 23 |
| Octal | 256 | 123 | 2 | 0 | 64 | 143 | 40 | 34 | 142 | 43 |
| Binary | 10101110 | 1010011 | 10 | 0 | 110100 | 1100011 | 100000 | 11100 | 1100010 | 100011 |
Color Harmonies of #AE5302
Complementary color
Monochromatic Colors of #AE5302
Black with #AE5302
Text Example
Text Example
White with #AE5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5302; }
p { color: rgb(174,83,2); }
H1.HeaderClassName
{
color: #AE5302;
}
.AnyTagClassName
{
color: #AE5302;
}
</style>
background-color css
<style>
a { background-color: #AE5302; }
a { background-color: rgb(174,83,2); }
div.DivClassName
{
background-color: #AE5302;
}
.BgClassName
{
background-color: #AE5302;
}
</style>
border-color css
<style>
span { border-color: #AE5302; }
span { border-color: rgb(174,83,2); }
td.TdClassName
{
border-color: #AE5302;
}
.TagClassName
{
border-color: #AE5302;
}
</style>