Shades of Rust #AD3804
Tints of Rust #AD3804
RGB
CMYK
RGB Variations
Color information
#AD3804 (or 0xAD3804) is known color: Rust. HEX triplet: AD, 38 and 04. RGB value is (173,56,4). Sum of RGB (Red+Green+Blue) = 173+56+4=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3804 is #52C7FB. Grayscale: #555555. Windows color (decimal): -5425148 or 276653. OLE color: 276653.
HSL color Cylindrical-coordinate representation of color #AD3804: hue angle of 18.46º 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 #AD3804 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.32 |
| HSL | 18.46º | 0.95% | 0.35% | - |
| HSV(B) | 18.46º | 0.98% | 0.68% | - |
| XYZ | 18.67 | 11.72 | 1.39 | - |
| YUV | 85.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 4 | 0 | 0.68 | 0.98 | 0.32 | 18.46 | 0.95 | 0.35 |
| Hex | AD | 38 | 4 | 0 | 44 | 62 | 20 | 12 | 5F | 23 |
| Octal | 255 | 70 | 4 | 0 | 104 | 142 | 40 | 22 | 137 | 43 |
| Binary | 10101101 | 111000 | 100 | 0 | 1000100 | 1100010 | 100000 | 10010 | 1011111 | 100011 |
Color Harmonies of #AD3804
Complementary color
Monochromatic Colors of #AD3804
Black with #AD3804
Text Example
Text Example
White with #AD3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3804; }
p { color: rgb(173,56,4); }
H1.HeaderClassName
{
color: #AD3804;
}
.AnyTagClassName
{
color: #AD3804;
}
</style>
background-color css
<style>
a { background-color: #AD3804; }
a { background-color: rgb(173,56,4); }
div.DivClassName
{
background-color: #AD3804;
}
.BgClassName
{
background-color: #AD3804;
}
</style>
border-color css
<style>
span { border-color: #AD3804; }
span { border-color: rgb(173,56,4); }
td.TdClassName
{
border-color: #AD3804;
}
.TagClassName
{
border-color: #AD3804;
}
</style>