Shades of Rust #AD3602
Tints of Rust #AD3602
RGB
CMYK
RGB Variations
Color information
#AD3602 (or 0xAD3602) is known color: Rust. HEX triplet: AD, 36 and 02. RGB value is (173,54,2). Sum of RGB (Red+Green+Blue) = 173+54+2=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3602 is #52C9FD. Grayscale: #535353. Windows color (decimal): -5425662 or 145069. OLE color: 145069.
HSL color Cylindrical-coordinate representation of color #AD3602: hue angle of 18.25º degrees, saturation: 0.98, 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 #AD3602 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.32 |
| HSL | 18.25º | 0.98% | 0.34% | - |
| HSV(B) | 18.25º | 0.99% | 0.68% | - |
| XYZ | 18.56 | 11.53 | 1.3 | - |
| YUV | 83.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 2 | 0 | 0.69 | 0.99 | 0.32 | 18.25 | 0.98 | 0.34 |
| Hex | AD | 36 | 2 | 0 | 45 | 63 | 20 | 12 | 62 | 22 |
| Octal | 255 | 66 | 2 | 0 | 105 | 143 | 40 | 22 | 142 | 42 |
| Binary | 10101101 | 110110 | 10 | 0 | 1000101 | 1100011 | 100000 | 10010 | 1100010 | 100010 |
Color Harmonies of #AD3602
Complementary color
Monochromatic Colors of #AD3602
Black with #AD3602
Text Example
Text Example
White with #AD3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3602; }
p { color: rgb(173,54,2); }
H1.HeaderClassName
{
color: #AD3602;
}
.AnyTagClassName
{
color: #AD3602;
}
</style>
background-color css
<style>
a { background-color: #AD3602; }
a { background-color: rgb(173,54,2); }
div.DivClassName
{
background-color: #AD3602;
}
.BgClassName
{
background-color: #AD3602;
}
</style>
border-color css
<style>
span { border-color: #AD3602; }
span { border-color: rgb(173,54,2); }
td.TdClassName
{
border-color: #AD3602;
}
.TagClassName
{
border-color: #AD3602;
}
</style>