Shades of Rust #AD4001
Tints of Rust #AD4001
RGB
CMYK
RGB Variations
Color information
#AD4001 (or 0xAD4001) is known color: Rust. HEX triplet: AD, 40 and 01. RGB value is (173,64,1). Sum of RGB (Red+Green+Blue) = 173+64+1=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4001 is #52BFFE. Grayscale: #595959. Windows color (decimal): -5423103 or 82093. OLE color: 82093.
HSL color Cylindrical-coordinate representation of color #AD4001: hue angle of 21.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD4001 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.32 |
| HSL | 21.98º | 0.99% | 0.34% | - |
| HSV(B) | 21.98º | 0.99% | 0.68% | - |
| XYZ | 19.07 | 12.55 | 1.45 | - |
| YUV | 89.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 1 | 0 | 0.63 | 0.99 | 0.32 | 21.98 | 0.99 | 0.34 |
| Hex | AD | 40 | 1 | 0 | 3F | 63 | 20 | 16 | 63 | 22 |
| Octal | 255 | 100 | 1 | 0 | 77 | 143 | 40 | 26 | 143 | 42 |
| Binary | 10101101 | 1000000 | 1 | 0 | 111111 | 1100011 | 100000 | 10110 | 1100011 | 100010 |
Color Harmonies of #AD4001
Complementary color
Monochromatic Colors of #AD4001
Black with #AD4001
Text Example
Text Example
White with #AD4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4001; }
p { color: rgb(173,64,1); }
H1.HeaderClassName
{
color: #AD4001;
}
.AnyTagClassName
{
color: #AD4001;
}
</style>
background-color css
<style>
a { background-color: #AD4001; }
a { background-color: rgb(173,64,1); }
div.DivClassName
{
background-color: #AD4001;
}
.BgClassName
{
background-color: #AD4001;
}
</style>
border-color css
<style>
span { border-color: #AD4001; }
span { border-color: rgb(173,64,1); }
td.TdClassName
{
border-color: #AD4001;
}
.TagClassName
{
border-color: #AD4001;
}
</style>