Shades of Rust #AD3202
Tints of Rust #AD3202
RGB
CMYK
RGB Variations
Color information
#AD3202 (or 0xAD3202) is known color: Rust. HEX triplet: AD, 32 and 02. RGB value is (173,50,2). Sum of RGB (Red+Green+Blue) = 173+50+2=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3202 is #52CDFD. Grayscale: #515151. Windows color (decimal): -5426686 or 144045. OLE color: 144045.
HSL color Cylindrical-coordinate representation of color #AD3202: hue angle of 16.84º 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 #AD3202 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.32 |
| HSL | 16.84º | 0.98% | 0.34% | - |
| HSV(B) | 16.84º | 0.99% | 0.68% | - |
| XYZ | 18.39 | 11.17 | 1.24 | - |
| YUV | 81.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 2 | 0 | 0.71 | 0.99 | 0.32 | 16.84 | 0.98 | 0.34 |
| Hex | AD | 32 | 2 | 0 | 47 | 63 | 20 | 11 | 62 | 22 |
| Octal | 255 | 62 | 2 | 0 | 107 | 143 | 40 | 21 | 142 | 42 |
| Binary | 10101101 | 110010 | 10 | 0 | 1000111 | 1100011 | 100000 | 10001 | 1100010 | 100010 |
Color Harmonies of #AD3202
Complementary color
Monochromatic Colors of #AD3202
Black with #AD3202
Text Example
Text Example
White with #AD3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3202; }
p { color: rgb(173,50,2); }
H1.HeaderClassName
{
color: #AD3202;
}
.AnyTagClassName
{
color: #AD3202;
}
</style>
background-color css
<style>
a { background-color: #AD3202; }
a { background-color: rgb(173,50,2); }
div.DivClassName
{
background-color: #AD3202;
}
.BgClassName
{
background-color: #AD3202;
}
</style>
border-color css
<style>
span { border-color: #AD3202; }
span { border-color: rgb(173,50,2); }
td.TdClassName
{
border-color: #AD3202;
}
.TagClassName
{
border-color: #AD3202;
}
</style>