Shades of Rust #AD2704
Tints of Rust #AD2704
RGB
CMYK
RGB Variations
Color information
#AD2704 (or 0xAD2704) is known color: Rust. HEX triplet: AD, 27 and 04. RGB value is (173,39,4). Sum of RGB (Red+Green+Blue) = 173+39+4=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2704 is #52D8FB. Grayscale: #4B4B4B. Windows color (decimal): -5429500 or 272301. OLE color: 272301.
HSL color Cylindrical-coordinate representation of color #AD2704: hue angle of 12.43º 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 #AD2704 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.32 |
| HSL | 12.43º | 0.95% | 0.35% | - |
| HSV(B) | 12.43º | 0.98% | 0.68% | - |
| XYZ | 17.98 | 10.34 | 1.16 | - |
| YUV | 75.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 4 | 0 | 0.77 | 0.98 | 0.32 | 12.43 | 0.95 | 0.35 |
| Hex | AD | 27 | 4 | 0 | 4D | 62 | 20 | C | 5F | 23 |
| Octal | 255 | 47 | 4 | 0 | 115 | 142 | 40 | 14 | 137 | 43 |
| Binary | 10101101 | 100111 | 100 | 0 | 1001101 | 1100010 | 100000 | 1100 | 1011111 | 100011 |
Color Harmonies of #AD2704
Complementary color
Monochromatic Colors of #AD2704
Black with #AD2704
Text Example
Text Example
White with #AD2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2704; }
p { color: rgb(173,39,4); }
H1.HeaderClassName
{
color: #AD2704;
}
.AnyTagClassName
{
color: #AD2704;
}
</style>
background-color css
<style>
a { background-color: #AD2704; }
a { background-color: rgb(173,39,4); }
div.DivClassName
{
background-color: #AD2704;
}
.BgClassName
{
background-color: #AD2704;
}
</style>
border-color css
<style>
span { border-color: #AD2704; }
span { border-color: rgb(173,39,4); }
td.TdClassName
{
border-color: #AD2704;
}
.TagClassName
{
border-color: #AD2704;
}
</style>