Shades of Rust #AD440F
Tints of Rust #AD440F
RGB
CMYK
RGB Variations
Color information
#AD440F (or 0xAD440F) is known color: Rust. HEX triplet: AD, 44 and 0F. RGB value is (173,68,15). Sum of RGB (Red+Green+Blue) = 173+68+15=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD440F is #52BBF0. Grayscale: #5D5D5D. Windows color (decimal): -5422065 or 1000621. OLE color: 1000621.
HSL color Cylindrical-coordinate representation of color #AD440F: hue angle of 20.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD440F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.32 |
| HSL | 20.13º | 0.84% | 0.37% | - |
| HSV(B) | 20.13º | 0.91% | 0.68% | - |
| XYZ | 19.39 | 13.05 | 1.95 | - |
| YUV | 93.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 15 | 0 | 0.61 | 0.91 | 0.32 | 20.13 | 0.84 | 0.37 |
| Hex | AD | 44 | F | 0 | 3D | 5B | 20 | 14 | 54 | 25 |
| Octal | 255 | 104 | 17 | 0 | 75 | 133 | 40 | 24 | 124 | 45 |
| Binary | 10101101 | 1000100 | 1111 | 0 | 111101 | 1011011 | 100000 | 10100 | 1010100 | 100101 |
Color Harmonies of #AD440F
Complementary color
Monochromatic Colors of #AD440F
Black with #AD440F
Text Example
Text Example
White with #AD440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD440F; }
p { color: rgb(173,68,15); }
H1.HeaderClassName
{
color: #AD440F;
}
.AnyTagClassName
{
color: #AD440F;
}
</style>
background-color css
<style>
a { background-color: #AD440F; }
a { background-color: rgb(173,68,15); }
div.DivClassName
{
background-color: #AD440F;
}
.BgClassName
{
background-color: #AD440F;
}
</style>
border-color css
<style>
span { border-color: #AD440F; }
span { border-color: rgb(173,68,15); }
td.TdClassName
{
border-color: #AD440F;
}
.TagClassName
{
border-color: #AD440F;
}
</style>