Shades of Rust #AD400F
Tints of Rust #AD400F
RGB
CMYK
RGB Variations
Color information
#AD400F (or 0xAD400F) is known color: Rust. HEX triplet: AD, 40 and 0F. RGB value is (173,64,15). Sum of RGB (Red+Green+Blue) = 173+64+15=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD400F is #52BFF0. Grayscale: #5B5B5B. Windows color (decimal): -5423089 or 999597. OLE color: 999597.
HSL color Cylindrical-coordinate representation of color #AD400F: hue angle of 18.61º 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 #AD400F is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 15 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.32 |
| HSL | 18.61º | 0.84% | 0.37% | - |
| HSV(B) | 18.61º | 0.91% | 0.68% | - |
| XYZ | 19.15 | 12.59 | 1.87 | - |
| YUV | 91.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 15 | 0 | 0.63 | 0.91 | 0.32 | 18.61 | 0.84 | 0.37 |
| Hex | AD | 40 | F | 0 | 3F | 5B | 20 | 13 | 54 | 25 |
| Octal | 255 | 100 | 17 | 0 | 77 | 133 | 40 | 23 | 124 | 45 |
| Binary | 10101101 | 1000000 | 1111 | 0 | 111111 | 1011011 | 100000 | 10011 | 1010100 | 100101 |
Color Harmonies of #AD400F
Complementary color
Monochromatic Colors of #AD400F
Black with #AD400F
Text Example
Text Example
White with #AD400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD400F; }
p { color: rgb(173,64,15); }
H1.HeaderClassName
{
color: #AD400F;
}
.AnyTagClassName
{
color: #AD400F;
}
</style>
background-color css
<style>
a { background-color: #AD400F; }
a { background-color: rgb(173,64,15); }
div.DivClassName
{
background-color: #AD400F;
}
.BgClassName
{
background-color: #AD400F;
}
</style>
border-color css
<style>
span { border-color: #AD400F; }
span { border-color: rgb(173,64,15); }
td.TdClassName
{
border-color: #AD400F;
}
.TagClassName
{
border-color: #AD400F;
}
</style>