Shades of Rust #AD3309
Tints of Rust #AD3309
RGB
CMYK
RGB Variations
Color information
#AD3309 (or 0xAD3309) is known color: Rust. HEX triplet: AD, 33 and 09. RGB value is (173,51,9). Sum of RGB (Red+Green+Blue) = 173+51+9=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3309 is #52CCF6. Grayscale: #525252. Windows color (decimal): -5426423 or 603053. OLE color: 603053.
HSL color Cylindrical-coordinate representation of color #AD3309: hue angle of 15.37º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD3309 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.32 |
| HSL | 15.37º | 0.9% | 0.36% | - |
| HSV(B) | 15.37º | 0.95% | 0.68% | - |
| XYZ | 18.47 | 11.27 | 1.46 | - |
| YUV | 82.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 9 | 0 | 0.71 | 0.95 | 0.32 | 15.37 | 0.9 | 0.36 |
| Hex | AD | 33 | 9 | 0 | 47 | 5F | 20 | F | 5A | 24 |
| Octal | 255 | 63 | 11 | 0 | 107 | 137 | 40 | 17 | 132 | 44 |
| Binary | 10101101 | 110011 | 1001 | 0 | 1000111 | 1011111 | 100000 | 1111 | 1011010 | 100100 |
Color Harmonies of #AD3309
Complementary color
Monochromatic Colors of #AD3309
Black with #AD3309
Text Example
Text Example
White with #AD3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3309; }
p { color: rgb(173,51,9); }
H1.HeaderClassName
{
color: #AD3309;
}
.AnyTagClassName
{
color: #AD3309;
}
</style>
background-color css
<style>
a { background-color: #AD3309; }
a { background-color: rgb(173,51,9); }
div.DivClassName
{
background-color: #AD3309;
}
.BgClassName
{
background-color: #AD3309;
}
</style>
border-color css
<style>
span { border-color: #AD3309; }
span { border-color: rgb(173,51,9); }
td.TdClassName
{
border-color: #AD3309;
}
.TagClassName
{
border-color: #AD3309;
}
</style>