Shades of Rust #AD3302
Tints of Rust #AD3302
RGB
CMYK
RGB Variations
Color information
#AD3302 (or 0xAD3302) is known color: Rust. HEX triplet: AD, 33 and 02. RGB value is (173,51,2). Sum of RGB (Red+Green+Blue) = 173+51+2=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3302 is #52CCFD. Grayscale: #525252. Windows color (decimal): -5426430 or 144301. OLE color: 144301.
HSL color Cylindrical-coordinate representation of color #AD3302: hue angle of 17.19º 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 #AD3302 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.32 |
| HSL | 17.19º | 0.98% | 0.34% | - |
| HSV(B) | 17.19º | 0.99% | 0.68% | - |
| XYZ | 18.43 | 11.26 | 1.26 | - |
| YUV | 81.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 2 | 0 | 0.71 | 0.99 | 0.32 | 17.19 | 0.98 | 0.34 |
| Hex | AD | 33 | 2 | 0 | 47 | 63 | 20 | 11 | 62 | 22 |
| Octal | 255 | 63 | 2 | 0 | 107 | 143 | 40 | 21 | 142 | 42 |
| Binary | 10101101 | 110011 | 10 | 0 | 1000111 | 1100011 | 100000 | 10001 | 1100010 | 100010 |
Color Harmonies of #AD3302
Complementary color
Monochromatic Colors of #AD3302
Black with #AD3302
Text Example
Text Example
White with #AD3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3302; }
p { color: rgb(173,51,2); }
H1.HeaderClassName
{
color: #AD3302;
}
.AnyTagClassName
{
color: #AD3302;
}
</style>
background-color css
<style>
a { background-color: #AD3302; }
a { background-color: rgb(173,51,2); }
div.DivClassName
{
background-color: #AD3302;
}
.BgClassName
{
background-color: #AD3302;
}
</style>
border-color css
<style>
span { border-color: #AD3302; }
span { border-color: rgb(173,51,2); }
td.TdClassName
{
border-color: #AD3302;
}
.TagClassName
{
border-color: #AD3302;
}
</style>