Shades of Rust #AD450E
Tints of Rust #AD450E
RGB
CMYK
RGB Variations
Color information
#AD450E (or 0xAD450E) is known color: Rust. HEX triplet: AD, 45 and 0E. RGB value is (173,69,14). Sum of RGB (Red+Green+Blue) = 173+69+14=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD450E is #52BAF1. Grayscale: #5E5E5E. Windows color (decimal): -5421810 or 935341. OLE color: 935341.
HSL color Cylindrical-coordinate representation of color #AD450E: hue angle of 20.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD450E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.32 |
| HSL | 20.75º | 0.85% | 0.37% | - |
| HSV(B) | 20.75º | 0.92% | 0.68% | - |
| XYZ | 19.44 | 13.17 | 1.93 | - |
| YUV | 93.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 14 | 0 | 0.60 | 0.92 | 0.32 | 20.75 | 0.85 | 0.37 |
| Hex | AD | 45 | E | 0 | 3C | 5C | 20 | 15 | 55 | 25 |
| Octal | 255 | 105 | 16 | 0 | 74 | 134 | 40 | 25 | 125 | 45 |
| Binary | 10101101 | 1000101 | 1110 | 0 | 111100 | 1011100 | 100000 | 10101 | 1010101 | 100101 |
Color Harmonies of #AD450E
Complementary color
Monochromatic Colors of #AD450E
Black with #AD450E
Text Example
Text Example
White with #AD450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD450E; }
p { color: rgb(173,69,14); }
H1.HeaderClassName
{
color: #AD450E;
}
.AnyTagClassName
{
color: #AD450E;
}
</style>
background-color css
<style>
a { background-color: #AD450E; }
a { background-color: rgb(173,69,14); }
div.DivClassName
{
background-color: #AD450E;
}
.BgClassName
{
background-color: #AD450E;
}
</style>
border-color css
<style>
span { border-color: #AD450E; }
span { border-color: rgb(173,69,14); }
td.TdClassName
{
border-color: #AD450E;
}
.TagClassName
{
border-color: #AD450E;
}
</style>