Shades of Rust #AD450F
Tints of Rust #AD450F
RGB
CMYK
RGB Variations
Color information
#AD450F (or 0xAD450F) is known color: Rust. HEX triplet: AD, 45 and 0F. RGB value is (173,69,15). Sum of RGB (Red+Green+Blue) = 173+69+15=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD450F is #52BAF0. Grayscale: #5E5E5E. Windows color (decimal): -5421809 or 1000877. OLE color: 1000877.
HSL color Cylindrical-coordinate representation of color #AD450F: hue angle of 20.51º 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 #AD450F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 15 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.32 |
| HSL | 20.51º | 0.84% | 0.37% | - |
| HSV(B) | 20.51º | 0.91% | 0.68% | - |
| XYZ | 19.45 | 13.17 | 1.97 | - |
| YUV | 93.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 15 | 0 | 0.60 | 0.91 | 0.32 | 20.51 | 0.84 | 0.37 |
| Hex | AD | 45 | F | 0 | 3C | 5B | 20 | 15 | 54 | 25 |
| Octal | 255 | 105 | 17 | 0 | 74 | 133 | 40 | 25 | 124 | 45 |
| Binary | 10101101 | 1000101 | 1111 | 0 | 111100 | 1011011 | 100000 | 10101 | 1010100 | 100101 |
Color Harmonies of #AD450F
Complementary color
Monochromatic Colors of #AD450F
Black with #AD450F
Text Example
Text Example
White with #AD450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD450F; }
p { color: rgb(173,69,15); }
H1.HeaderClassName
{
color: #AD450F;
}
.AnyTagClassName
{
color: #AD450F;
}
</style>
background-color css
<style>
a { background-color: #AD450F; }
a { background-color: rgb(173,69,15); }
div.DivClassName
{
background-color: #AD450F;
}
.BgClassName
{
background-color: #AD450F;
}
</style>
border-color css
<style>
span { border-color: #AD450F; }
span { border-color: rgb(173,69,15); }
td.TdClassName
{
border-color: #AD450F;
}
.TagClassName
{
border-color: #AD450F;
}
</style>