Shades of Rust #AD4004
Tints of Rust #AD4004
RGB
CMYK
RGB Variations
Color information
#AD4004 (or 0xAD4004) is known color: Rust. HEX triplet: AD, 40 and 04. RGB value is (173,64,4). Sum of RGB (Red+Green+Blue) = 173+64+4=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4004 is #52BFFB. Grayscale: #5A5A5A. Windows color (decimal): -5423100 or 278701. OLE color: 278701.
HSL color Cylindrical-coordinate representation of color #AD4004: hue angle of 21.3º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD4004 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.32 |
| HSL | 21.3º | 0.95% | 0.35% | - |
| HSV(B) | 21.3º | 0.98% | 0.68% | - |
| XYZ | 19.09 | 12.56 | 1.53 | - |
| YUV | 89.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 4 | 0 | 0.63 | 0.98 | 0.32 | 21.3 | 0.95 | 0.35 |
| Hex | AD | 40 | 4 | 0 | 3F | 62 | 20 | 15 | 5F | 23 |
| Octal | 255 | 100 | 4 | 0 | 77 | 142 | 40 | 25 | 137 | 43 |
| Binary | 10101101 | 1000000 | 100 | 0 | 111111 | 1100010 | 100000 | 10101 | 1011111 | 100011 |
Color Harmonies of #AD4004
Complementary color
Monochromatic Colors of #AD4004
Black with #AD4004
Text Example
Text Example
White with #AD4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4004; }
p { color: rgb(173,64,4); }
H1.HeaderClassName
{
color: #AD4004;
}
.AnyTagClassName
{
color: #AD4004;
}
</style>
background-color css
<style>
a { background-color: #AD4004; }
a { background-color: rgb(173,64,4); }
div.DivClassName
{
background-color: #AD4004;
}
.BgClassName
{
background-color: #AD4004;
}
</style>
border-color css
<style>
span { border-color: #AD4004; }
span { border-color: rgb(173,64,4); }
td.TdClassName
{
border-color: #AD4004;
}
.TagClassName
{
border-color: #AD4004;
}
</style>