Shades of Rust #AD4104
Tints of Rust #AD4104
RGB
CMYK
RGB Variations
Color information
#AD4104 (or 0xAD4104) is known color: Rust. HEX triplet: AD, 41 and 04. RGB value is (173,65,4). Sum of RGB (Red+Green+Blue) = 173+65+4=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4104 is #52BEFB. Grayscale: #5A5A5A. Windows color (decimal): -5422844 or 278957. OLE color: 278957.
HSL color Cylindrical-coordinate representation of color #AD4104: hue angle of 21.66º 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 #AD4104 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.32 |
| HSL | 21.66º | 0.95% | 0.35% | - |
| HSV(B) | 21.66º | 0.98% | 0.68% | - |
| XYZ | 19.15 | 12.67 | 1.55 | - |
| YUV | 90.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 4 | 0 | 0.62 | 0.98 | 0.32 | 21.66 | 0.95 | 0.35 |
| Hex | AD | 41 | 4 | 0 | 3E | 62 | 20 | 16 | 5F | 23 |
| Octal | 255 | 101 | 4 | 0 | 76 | 142 | 40 | 26 | 137 | 43 |
| Binary | 10101101 | 1000001 | 100 | 0 | 111110 | 1100010 | 100000 | 10110 | 1011111 | 100011 |
Color Harmonies of #AD4104
Complementary color
Monochromatic Colors of #AD4104
Black with #AD4104
Text Example
Text Example
White with #AD4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4104; }
p { color: rgb(173,65,4); }
H1.HeaderClassName
{
color: #AD4104;
}
.AnyTagClassName
{
color: #AD4104;
}
</style>
background-color css
<style>
a { background-color: #AD4104; }
a { background-color: rgb(173,65,4); }
div.DivClassName
{
background-color: #AD4104;
}
.BgClassName
{
background-color: #AD4104;
}
</style>
border-color css
<style>
span { border-color: #AD4104; }
span { border-color: rgb(173,65,4); }
td.TdClassName
{
border-color: #AD4104;
}
.TagClassName
{
border-color: #AD4104;
}
</style>