Shades of Rust #AD3104
Tints of Rust #AD3104
RGB
CMYK
RGB Variations
Color information
#AD3104 (or 0xAD3104) is known color: Rust. HEX triplet: AD, 31 and 04. RGB value is (173,49,4). Sum of RGB (Red+Green+Blue) = 173+49+4=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3104 is #52CEFB. Grayscale: #515151. Windows color (decimal): -5426940 or 274861. OLE color: 274861.
HSL color Cylindrical-coordinate representation of color #AD3104: hue angle of 15.98º 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 #AD3104 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.32 |
| HSL | 15.98º | 0.95% | 0.35% | - |
| HSV(B) | 15.98º | 0.98% | 0.68% | - |
| XYZ | 18.35 | 11.09 | 1.29 | - |
| YUV | 80.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 4 | 0 | 0.72 | 0.98 | 0.32 | 15.98 | 0.95 | 0.35 |
| Hex | AD | 31 | 4 | 0 | 48 | 62 | 20 | 10 | 5F | 23 |
| Octal | 255 | 61 | 4 | 0 | 110 | 142 | 40 | 20 | 137 | 43 |
| Binary | 10101101 | 110001 | 100 | 0 | 1001000 | 1100010 | 100000 | 10000 | 1011111 | 100011 |
Color Harmonies of #AD3104
Complementary color
Monochromatic Colors of #AD3104
Black with #AD3104
Text Example
Text Example
White with #AD3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3104; }
p { color: rgb(173,49,4); }
H1.HeaderClassName
{
color: #AD3104;
}
.AnyTagClassName
{
color: #AD3104;
}
</style>
background-color css
<style>
a { background-color: #AD3104; }
a { background-color: rgb(173,49,4); }
div.DivClassName
{
background-color: #AD3104;
}
.BgClassName
{
background-color: #AD3104;
}
</style>
border-color css
<style>
span { border-color: #AD3104; }
span { border-color: rgb(173,49,4); }
td.TdClassName
{
border-color: #AD3104;
}
.TagClassName
{
border-color: #AD3104;
}
</style>