Shades of Rust #AD3305
Tints of Rust #AD3305
RGB
CMYK
RGB Variations
Color information
#AD3305 (or 0xAD3305) is known color: Rust. HEX triplet: AD, 33 and 05. RGB value is (173,51,5). Sum of RGB (Red+Green+Blue) = 173+51+5=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3305 is #52CCFA. Grayscale: #525252. Windows color (decimal): -5426427 or 340909. OLE color: 340909.
HSL color Cylindrical-coordinate representation of color #AD3305: hue angle of 16.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD3305 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.32 |
| HSL | 16.43º | 0.94% | 0.35% | - |
| HSV(B) | 16.43º | 0.97% | 0.68% | - |
| XYZ | 18.44 | 11.26 | 1.35 | - |
| YUV | 82.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 5 | 0 | 0.71 | 0.97 | 0.32 | 16.43 | 0.94 | 0.35 |
| Hex | AD | 33 | 5 | 0 | 47 | 61 | 20 | 10 | 5E | 23 |
| Octal | 255 | 63 | 5 | 0 | 107 | 141 | 40 | 20 | 136 | 43 |
| Binary | 10101101 | 110011 | 101 | 0 | 1000111 | 1100001 | 100000 | 10000 | 1011110 | 100011 |
Color Harmonies of #AD3305
Complementary color
Monochromatic Colors of #AD3305
Black with #AD3305
Text Example
Text Example
White with #AD3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3305; }
p { color: rgb(173,51,5); }
H1.HeaderClassName
{
color: #AD3305;
}
.AnyTagClassName
{
color: #AD3305;
}
</style>
background-color css
<style>
a { background-color: #AD3305; }
a { background-color: rgb(173,51,5); }
div.DivClassName
{
background-color: #AD3305;
}
.BgClassName
{
background-color: #AD3305;
}
</style>
border-color css
<style>
span { border-color: #AD3305; }
span { border-color: rgb(173,51,5); }
td.TdClassName
{
border-color: #AD3305;
}
.TagClassName
{
border-color: #AD3305;
}
</style>