Shades of Rust #AD4309
Tints of Rust #AD4309
RGB
CMYK
RGB Variations
Color information
#AD4309 (or 0xAD4309) is known color: Rust. HEX triplet: AD, 43 and 09. RGB value is (173,67,9). Sum of RGB (Red+Green+Blue) = 173+67+9=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4309 is #52BCF6. Grayscale: #5C5C5C. Windows color (decimal): -5422327 or 607149. OLE color: 607149.
HSL color Cylindrical-coordinate representation of color #AD4309: hue angle of 21.22º 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 #AD4309 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.32 |
| HSL | 21.22º | 0.9% | 0.36% | - |
| HSV(B) | 21.22º | 0.95% | 0.68% | - |
| XYZ | 19.29 | 12.92 | 1.74 | - |
| YUV | 92.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 9 | 0 | 0.61 | 0.95 | 0.32 | 21.22 | 0.9 | 0.36 |
| Hex | AD | 43 | 9 | 0 | 3D | 5F | 20 | 15 | 5A | 24 |
| Octal | 255 | 103 | 11 | 0 | 75 | 137 | 40 | 25 | 132 | 44 |
| Binary | 10101101 | 1000011 | 1001 | 0 | 111101 | 1011111 | 100000 | 10101 | 1011010 | 100100 |
Color Harmonies of #AD4309
Complementary color
Monochromatic Colors of #AD4309
Black with #AD4309
Text Example
Text Example
White with #AD4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4309; }
p { color: rgb(173,67,9); }
H1.HeaderClassName
{
color: #AD4309;
}
.AnyTagClassName
{
color: #AD4309;
}
</style>
background-color css
<style>
a { background-color: #AD4309; }
a { background-color: rgb(173,67,9); }
div.DivClassName
{
background-color: #AD4309;
}
.BgClassName
{
background-color: #AD4309;
}
</style>
border-color css
<style>
span { border-color: #AD4309; }
span { border-color: rgb(173,67,9); }
td.TdClassName
{
border-color: #AD4309;
}
.TagClassName
{
border-color: #AD4309;
}
</style>