Shades of Rust #AE3702
Tints of Rust #AE3702
RGB
CMYK
RGB Variations
Color information
#AE3702 (or 0xAE3702) is known color: Rust. HEX triplet: AE, 37 and 02. RGB value is (174,55,2). Sum of RGB (Red+Green+Blue) = 174+55+2=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3702 is #51C8FD. Grayscale: #545454. Windows color (decimal): -5359870 or 145326. OLE color: 145326.
HSL color Cylindrical-coordinate representation of color #AE3702: hue angle of 18.49º 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 #AE3702 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.32 |
| HSL | 18.49º | 0.98% | 0.35% | - |
| HSV(B) | 18.49º | 0.99% | 0.68% | - |
| XYZ | 18.83 | 11.74 | 1.33 | - |
| YUV | 84.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 2 | 0 | 0.68 | 0.99 | 0.32 | 18.49 | 0.98 | 0.35 |
| Hex | AE | 37 | 2 | 0 | 44 | 63 | 20 | 12 | 62 | 23 |
| Octal | 256 | 67 | 2 | 0 | 104 | 143 | 40 | 22 | 142 | 43 |
| Binary | 10101110 | 110111 | 10 | 0 | 1000100 | 1100011 | 100000 | 10010 | 1100010 | 100011 |
Color Harmonies of #AE3702
Complementary color
Monochromatic Colors of #AE3702
Black with #AE3702
Text Example
Text Example
White with #AE3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3702; }
p { color: rgb(174,55,2); }
H1.HeaderClassName
{
color: #AE3702;
}
.AnyTagClassName
{
color: #AE3702;
}
</style>
background-color css
<style>
a { background-color: #AE3702; }
a { background-color: rgb(174,55,2); }
div.DivClassName
{
background-color: #AE3702;
}
.BgClassName
{
background-color: #AE3702;
}
</style>
border-color css
<style>
span { border-color: #AE3702; }
span { border-color: rgb(174,55,2); }
td.TdClassName
{
border-color: #AE3702;
}
.TagClassName
{
border-color: #AE3702;
}
</style>